OceanGEMoney

AI Overview😉

  • The potential purpose of this module is to store and manage pricing information for Google's e-commerce related services, specifically for attributes related to Google Express (GE). It seems to be a part of Google's Content Warehouse API.
  • This module could impact search results by influencing the ranking of products or services based on their pricing information. It may also be used to provide accurate pricing information to users, especially in cases where prices vary by region or currency. This could lead to more relevant and accurate search results, especially for users searching for products with specific pricing criteria.
  • To be more favorable for this function, a website may want to ensure that their pricing information is accurate, up-to-date, and easily crawlable by Google's algorithms. This could involve using schema markup for pricing information, providing clear and consistent pricing data across their website, and ensuring that their website is easily crawlable and indexable by Google. Additionally, websites may want to consider providing pricing information in multiple currencies to cater to a broader user base.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A container proto to store prices for GE

Attributes

  • amountInMicros (type: String.t, default: nil) - amount in micros. 1 is represented 1000000
  • currencyCode (type: String.t, default: nil) - The currency codes come from google3/i18n/identifiers/currencycode.h.

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.OceanGEMoney{
  amountInMicros: String.t() | nil,
  currencyCode: 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.