KnowledgeAnswersIntentQueryShoppingIdsMeasureValue

AI Overview😉

  • The potential purpose of this module is to understand and extract specific product information from search queries, such as product features or specifications (e.g., hard drive size, screen resolution, etc.). This allows Google to provide more accurate and relevant search results, especially for product-related searches.
  • This module could impact search results by allowing Google to better match search queries with relevant products that meet the user's specified criteria. For example, if a user searches for "laptops with 1TB hard drive", Google can use this module to identify and rank products that exactly match this specification. This could lead to more accurate and relevant search results, especially for long-tail searches.
  • To be more favorable for this function, a website could: Provide clear and structured product information, including specifications and features, to help Google's algorithm understand and extract relevant data. Use schema markup and other forms of structured data to highlight product information, making it easier for Google to identify and understand. Ensure that product information is accurate, up-to-date, and consistent across different pages and sources, to help Google's algorithm trust and rely on the data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A measured value of a product (e.g. Hard drive size = 1 TB). The value is measured in the facet's base unit. This does not necessarily match the unit expressed by the user in the query. The exact unit is known to the O4 server and is used in fulfillment.

Attributes

  • facetId (type: String.t, default: nil) -
  • value (type: float(), 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.KnowledgeAnswersIntentQueryShoppingIdsMeasureValue{
    facetId: String.t() | nil,
    value: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.