LocalsearchProtoInternalFoodOrderingActionMetadataAvailablePartnerInfo

AI Overview😉

  • The potential purpose of this module is to provide information about food ordering partners that are currently available or support order ahead. This module seems to be part of Google's local search feature, specifically related to food ordering and delivery.
  • This module could impact search results by influencing the ranking or visibility of food ordering partners in local search results. For example, if a partner is marked as "log only", it may not be displayed as a available option to users. On the other hand, partners that are marked as "available" or "supporting order ahead" may be given more prominence in search results.
  • A website may change things to be more favorable for this function by ensuring that their food ordering integration is properly set up and configured with Google, including providing accurate and up-to-date information about their availability and order ahead capabilities. Additionally, websites may want to ensure that their Google My Business listing is accurate and up-to-date, as this may also be used to inform this module's decisions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Includes all partners that are either open now or supporting order ahead.

Attributes

  • availablePartnerId (type: String.t, default: nil) - Available partner's id.
  • logOnly (type: boolean(), default: nil) - Indicates whether the partner is log only.

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.LocalsearchProtoInternalFoodOrderingActionMetadataAvailablePartnerInfo{
    availablePartnerId: String.t() | nil,
    logOnly: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.