QualityActionsReminderLocationChainInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to providing information about chain locations, such as a specific Best Buy store. It seems to be used to associate a reminder with a specific location, which is part of a larger chain.
  • Impact on search results: This module could impact search results by allowing Google to better understand the context of a search query related to a specific location. For example, if a user searches for "Best Buy near me," Google could use this module to provide more accurate results, taking into account the specific location and its relation to the larger chain.
  • Optimization for this function: To be more favorable for this function, a website could ensure that their location pages are accurately marked up with schema.org metadata, including the chain's name and identifier. Additionally, providing clear and consistent naming conventions for locations (e.g., "Best Buy - Downtown Store") could help Google better understand the relationship between the location and the larger chain.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

If LocationType is CHAIN, this is info about the chain.

Attributes

  • chainMid (type: String.t, default: nil) - The freebase mid of the chain entity.
  • chainName (type: String.t, default: nil) - The geostore.NameProto.text (corresponding to the user's language) at the time of reminder creation. In most cases, this is the same as name, but there may be corner cases where they differ, e.g. name: "bestbuy", chain_name: "Best Buy".
  • featureId (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) - The (corporate entity) chain's MapFacts feature id.

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.QualityActionsReminderLocationChainInfo{
    chainMid: String.t() | nil,
    chainName: String.t() | nil,
    featureId:
      GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.