AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey

AI Overview😉

  • The potential purpose of this module is to determine how a user can be reached or contacted through various means, such as phone numbers or other identifiers. This module is likely used to establish a user's reachability or accessibility within an app or service.
  • This module could impact search results by influencing how Google prioritizes or filters search results based on a user's reachability or contactability. For example, if a user is more reachable through a specific means (e.g., phone number), Google may prioritize search results that are more relevant to that means of contact.
  • To be more favorable for this function, a website may want to ensure that it provides clear and accurate information about how users can be reached or contacted, such as phone numbers, email addresses, or other relevant contact information. This could involve optimizing website content and metadata to make this information easily accessible and machine-readable.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information pertaining to how this reachable state was established.

Attributes

  • keyType (type: String.t, default: nil) -
  • keyValue (type: String.t, default: nil) - The value of the key by which the user said they may be reachable. E.g., the phone number.

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.AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey{
    keyType: String.t() | nil,
    keyValue: 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.