OceanGEPriceLocale

AI Overview😉

  • Potential purpose of module: This module, OceanGEPriceLocale, appears to be responsible for storing and managing price and sale information for e-books or other digital content, specifically for Google's Ocean GE (Google Editions) platform. It keeps track of the price, locale (country), and on-sale time for a particular content item.
  • Impact on search results: This module could impact search results by influencing the ranking and visibility of e-books or digital content in search results based on their pricing and availability. For example, if a user searches for a specific book, the search results may prioritize listings with the lowest price or those that are currently on sale. This module could also affect the display of prices and sale information in search results.
  • Website changes for favorable ranking: To be more favorable for this function, a website selling digital content could ensure that they provide accurate and up-to-date pricing and sale information for their content. This could include providing prices in multiple currencies, clearly indicating when content is on sale, and making sure that their content is easily indexable by Google's crawlers. Additionally, websites could optimize their metadata and structured data to provide Google with the necessary information to understand their pricing and sale strategies.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • locale (type: String.t, default: nil) - The two character ISO country code
  • offerPrice (type: GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney.t, default: nil) - Price used for sale by the OFE
  • onSaleTimeSecs (type: String.t, default: nil) - The time (in secs from epoch) the content goes on sale (only set when the book is not already sellable at the time of indexing).

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.OceanGEPriceLocale{
  locale: String.t() | nil,
  offerPrice: GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney.t() | nil,
  onSaleTimeSecs: 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.