AdsShoppingReportingOffersSerializedSoriId

AI Overview😉

  • The potential purpose of this module is to help Google's shopping ads reporting system identify and organize product offers from merchants. SORI (Shopping Offer Reference ID) is a unique identifier for each product offer, and this module seems to be responsible for serializing and deserializing these IDs. This allows Google to efficiently store and retrieve product offer data.
  • This module could impact search results by ensuring that product offers from merchants are accurately and efficiently indexed, making it easier for users to find relevant products when searching for shopping-related queries. This could also help Google to provide more accurate and up-to-date product information, which could improve the overall shopping experience for users.
  • To be more favorable for this function, a website could ensure that their product offer data is accurately and consistently formatted, making it easier for Google to index and retrieve the data. This could include using standardized product identifiers, such as GTINs or MPNs, and providing complete and up-to-date product information. Additionally, websites could optimize their product pages for Google's shopping ads by including relevant keywords and structured data, such as schema.org markup.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The serialized form of a SORI id. NOTE that this proto is stored in V4/O4 index and that new fields should not be added without getting an agreement from the serving team as well.

Attributes

  • highId (type: String.t, default: nil) -
  • lowId1 (type: String.t, default: nil) -
  • lowId2 (type: String.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.AdsShoppingReportingOffersSerializedSoriId{
    highId: String.t() | nil,
    lowId1: String.t() | nil,
    lowId2: 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.