ShoppingWebentityShoppingAnnotationSoriVersionId

AI Overview😉

  • The potential purpose of this module is to provide versioning information for shopping web entities, allowing Google to track changes and updates to product information and ads. This information is used for logging purposes, specifically for "log joining" which suggests it's used to combine and analyze logs from different sources.
  • This module could impact search results by influencing the ranking and relevance of shopping-related search queries. By tracking changes to product information and ads, Google can better understand the freshness and accuracy of the data, and adjust the search results accordingly. This could lead to more up-to-date and relevant product information being displayed in search results.
  • To be more favorable for this function, a website could ensure that their product information and ads are up-to-date and accurately reflected in their Google Shopping feeds. This could involve regularly updating product prices, availability, and descriptions, as well as ensuring that ads are correctly targeted and relevant to the products being sold. Additionally, websites could consider implementing a robust versioning system to track changes to their product data, making it easier for Google to understand and incorporate these changes into their search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Versioning Information used for Logging Purposes. See go/sori-logjoining.

Attributes

  • f1CommitTimestampMicros (type: String.t, default: nil) -
  • opaqueSoriId (type: GoogleApi.ContentWarehouse.V1.Model.AdsShoppingReportingOffersSerializedSoriId.t, 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.ShoppingWebentityShoppingAnnotationSoriVersionId{
    f1CommitTimestampMicros: String.t() | nil,
    opaqueSoriId:
      GoogleApi.ContentWarehouse.V1.Model.AdsShoppingReportingOffersSerializedSoriId.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.