PremiumPerDocData

AI Overview😉

  • The potential purpose of this module is to identify and categorize premium content in the Google index, such as paid articles or subscription-based publications. This module appears to be responsible for storing and processing metadata related to premium documents.
  • This module could impact search results by influencing the ranking and visibility of premium content. For example, Google may prioritize premium content that is deemed high-quality or relevant, or filter out premium content that is not accessible to users. This could also affect the user experience, as users may be presented with different search results based on their entitlement to access premium content.
  • To be more favorable for this function, a website may consider the following strategies:
    • Clearly marking premium content with relevant metadata, such as prices and entitlement information.
    • Providing high-quality and relevant premium content to increase its visibility and ranking.
    • Implementing a user-friendly entitlement system to ensure that users can access premium content seamlessly.
    • Optimizing publication names and summaries to improve their visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.PremiumPerDocData (google_api_content_warehouse v0.4.0)

Per-doc data for premium documents in the Google index.

Attributes

  • Currency (type: integer(), default: nil) - type froogle/currency/currency.h
  • Date (type: String.t, default: nil) - publishing date (seconds since 1970,
  • Entitlement (type: list(integer()), default: nil) - entitlement data
  • IsArchival (type: boolean(), default: nil) - True if a free document is archival in nature.
  • IsEntitled (type: boolean(), default: nil) - User is entitled to see the premium content for free.
  • Price (type: integer(), default: nil) - price * 100 if available
  • Publication (type: String.t, default: nil) - negative values for prior dates) FP of the Premium publication name

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PremiumPerDocData{
  Currency: integer() | nil,
  Date: String.t() | nil,
  Entitlement: [integer()] | nil,
  IsArchival: boolean() | nil,
  IsEntitled: boolean() | nil,
  Price: integer() | nil,
  Publication: String.t() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.