AppsPeopleOzExternalMergedpeopleapiExternalId

AI Overview😉

  • The potential purpose of this module is to identify and store external identifiers associated with a person, such as a username, customer ID, or organization affiliation. This allows Google to better understand the person's online presence and relationships.
  • This module could impact search results by influencing the ranking of pages that are associated with a person's external identifiers. For example, if a person has a strong online presence with a particular username, Google may prioritize search results that are related to that username. This could also help Google to disambiguate search results when multiple people share the same name.
  • A website may change things to be more favorable for this function by providing clear and consistent external identifiers for its users, such as usernames or customer IDs. This could involve using standardized formats for user profiles, providing APIs for accessing user data, and ensuring that user information is up-to-date and accurate. Additionally, websites may want to consider implementing schema markup for people and organizations to help Google understand the relationships between entities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

External identifier associated with the person.

Attributes

  • formattedType (type: String.t, default: nil) - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • type (type: String.t, default: nil) - The type of the external ID. The type can be free form or one of these predefined values: account customer loginId network * organization
  • value (type: String.t, 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.AppsPeopleOzExternalMergedpeopleapiExternalId{
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    type: String.t() | nil,
    value: 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.