NlpSemanticParsingModelsShoppingAssistantMerchant

AI Overview😉

  • The potential purpose of this module is to identify and understand the merchant or seller associated with a product or service, allowing Google to provide more accurate and relevant search results, particularly in e-commerce searches.
  • This module could impact search results by: - Providing more accurate product information and reviews - Helping Google to identify and promote trusted merchants - Enabling features like "Buy from Walmart" or "Check availability at Best Buy" - Influencing the ranking of search results based on merchant reputation and product availability
  • To be more favorable for this function, a website could: - Clearly identify themselves as a merchant and provide accurate product information - Ensure their product pages are easily crawlable and indexable by Google - Establish a strong online presence and reputation - Participate in Google's Merchant Center program to provide accurate and up-to-date product data

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A merchant that sells products.

Attributes

  • evalData (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t, default: nil) - This field should not be used by clients of the grammar. It is intended to be used internally in Aqua for metric and regression tests.
  • localMerchantId (type: String.t, default: nil) - Merchant Center identifier for LIA merchants.
  • mcid (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId.t), default: nil) -
  • merchantId (type: list(String.t), default: nil) - Merchant Center identifier for GSX merchants. Deprecated: use MerchantCenterId.
  • mid (type: String.t, default: nil) - Optional. Knowledge Graph identifier for the merchant.
  • name (type: String.t, default: nil) - A name for the merchant. Example: Walmart

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.NlpSemanticParsingModelsShoppingAssistantMerchant{
    evalData:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t()
      | nil,
    localMerchantId: String.t() | nil,
    mcid:
      [
        GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId.t()
      ]
      | nil,
    merchantId: [String.t()] | nil,
    mid: String.t() | nil,
    name: 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.