GeostorePriceRangeProto

AI Overview😉

  • The potential purpose of this module is to help Google understand the price range of a product or service offered by a website, including the currency and units of measurement. This information can be used to improve the relevance and accuracy of search results, especially for queries related to pricing or cost.
  • This module could impact search results by allowing Google to better understand the pricing information on a website, which could lead to more accurate and relevant search results for users searching for products or services with specific price ranges. For example, if a user searches for "restaurants in New York under $20", Google could use this module to identify websites that offer pricing information within that range.
  • To be more favorable for this function, a website could ensure that their pricing information is clearly and accurately displayed on their website, including the currency and units of measurement. This could involve using structured data markup, such as schema.org, to provide Google with explicit pricing information. Additionally, websites could ensure that their pricing information is up-to-date and consistent across different pages and sections of their website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message represents a price range of an attribute. The meaning of the price bounds is domain specific. But mainly they are soft bounds for a normal usage. E.g. "restaurant prices" are subject to an higher level of "soft" bounds than "museum admission price"

Attributes

  • currency (type: String.t, default: nil) - Currency code for the price range: a valid currency code from i18n/identifiers/currencycode.h. Lower and upper price are both assumed to use the same currency.
  • lowerPrice (type: float(), default: nil) - This message allows unbounded price ranges. e.g. Lower_price is undefined. At least one of the two prices must be set for the price range to be meaningful.
  • units (type: String.t, default: nil) - clang-format on
  • upperPrice (type: float(), default: nil) -

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.GeostorePriceRangeProto{
  currency: String.t() | nil,
  lowerPrice: float() | nil,
  units: String.t() | nil,
  upperPrice: float() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.