AppsPeopleOzExternalMergedpeopleapiDeviceContactId

AI Overview😉

  • The potential purpose of this module is to identify and aggregate device contacts from various sources, allowing Google to better understand the relationships between devices and contacts. This could be used to improve search results by providing more personalized and relevant information to users.
  • This module could impact search results by influencing the ranking of results based on a user's device contacts. For example, if a user searches for a specific person, Google may prioritize results that are related to that person's device contacts, such as their phone number or email address. This could lead to more personalized and relevant search results.
  • To be more favorable for this function, a website could ensure that it provides clear and accurate contact information, such as phone numbers and email addresses, and structures its data in a way that makes it easy for Google to understand the relationships between devices and contacts. Additionally, a website could implement schema markup for contacts, such as schema.org/Person, to provide Google with additional context about the contacts mentioned on the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Unique id for an aggregated device contact.

Attributes

  • contactId (type: String.t, default: nil) - Aggregated device contact id on the source device.
  • deviceId (type: String.t, default: nil) - Source device id (go/client-instance-id) of this device contact.

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.AppsPeopleOzExternalMergedpeopleapiDeviceContactId{
    contactId: String.t() | nil,
    deviceId: 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.