NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId

AI Overview😉

  • The potential purpose of this module is to identify and differentiate between multiple merchant center IDs associated with a single merchant, and to determine the purpose of each ID (e.g., Google Shopping Express (GSX), local, or Product Listing Ads (PLA)).
  • This module could impact search results by allowing Google to better understand the relationships between merchants and their various online platforms, which could lead to more accurate and relevant shopping results, especially in cases where a merchant has multiple online storefronts or listings.
  • To be more favorable for this function, a website could ensure that its merchant center IDs are accurately and consistently represented across all platforms, and that the purposes of each ID (e.g., GSX, local, or PLA) are clearly defined and communicated to Google. This could involve providing clear and structured data about the merchant's online presence, and ensuring that this data is up-to-date and consistent across all platforms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Note: A merchant may have multiple merchant center ids, and each one can have multiple purposes. The existing fields merchant_id, local_merchant_id fields are not enough to capture this. Instead we will have a repeated field name mcid with this structure.

Attributes

  • id (type: String.t, default: nil) -
  • isGsx (type: boolean(), default: nil) -
  • isLocal (type: boolean(), default: nil) -
  • isPla (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.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId{
    id: String.t() | nil,
    isGsx: boolean() | nil,
    isLocal: boolean() | nil,
    isPla: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.