VendingConsumerProtoTrustedGenomePolicyTargetRegion

AI Overview😉

  • The potential purpose of this module is to help Google understand and target specific geographic regions, allowing for more accurate and relevant search results based on a user's location. It appears to be related to the "Trusted Genome Policy" which may be a way to verify and validate the accuracy of location-based information.
  • This module could impact search results by allowing Google to better understand the context and intent behind a user's search query, particularly when it comes to location-based searches. For example, if a user searches for "restaurants near me", this module could help Google understand that the user is looking for results in their specific geographic region, rather than just providing general information about restaurants. This could lead to more accurate and relevant search results.
  • A website may change things to be more favorable for this function by providing clear and accurate geographic information about their business or service, such as including their address, city, and state on their website. They may also want to ensure that their website is optimized for location-based keywords and phrases, and that they have a strong online presence in their specific region. Additionally, they may want to consider using schema markup to provide additional context about their business and its location.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • localizedRegion (type: String.t, default: nil) - Localized name for targeted regions. e.g. San Francisco Bay Area Required.
  • mid (type: String.t, default: nil) - Associated KG entity mid for region. e.g. /m/06pvr

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.VendingConsumerProtoTrustedGenomePolicyTargetRegion{
    localizedRegion: String.t() | nil,
    mid: 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.