GeostorePriceInfoStatus

AI Overview😉

  • The potential purpose of this module is to verify the accuracy of price information provided by third-party providers, such as SinglePlatform or YEXT, to ensure that users are shown reliable and trustworthy price data in search results.
  • This module could impact search results by influencing the ranking of businesses or products based on the verified status of their price information. Listings with verified prices may be considered more trustworthy and therefore more likely to appear in top search results, while unverified listings may be demoted or penalized.
  • A website may change things to be more favorable for this function by ensuring that their price information is accurate and up-to-date, and by working with trusted third-party providers to verify their listings. This could involve implementing a robust pricing system, regularly updating prices, and providing clear and transparent pricing information to users.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Providers of PriceInfo (e.g. SinglePlatform, YEXT) send verified and unverified listings. PriceInfoStatus is used to encapsulate this information.

Attributes

  • isVerified (type: boolean(), 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.GeostorePriceInfoStatus{
  isVerified: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.