FocusBackendDeviceRawContactId

AI Overview😉

  • The potential purpose of this module is to identify and store information about device contacts, specifically the raw ID assigned to a contact on a device. This could be used to improve search results by taking into account a user's personal contacts and relationships.
  • This module could impact search results by allowing Google to personalize search results based on a user's device contacts. For example, if a user searches for a name, Google could prioritize results that are associated with the user's contacts, making it more likely that the result is relevant to the user.
  • To be more favorable for this function, a website could ensure that it provides accurate and up-to-date information about individuals, such as names, phone numbers, and email addresses. Additionally, websites could use structured data and schema markup to help Google understand the relationships between individuals and entities, making it easier for the search engine to provide personalized results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

//////////////////// DeviceRawContactId ////////////////////// Used by Device Contacts Only. The Raw ID as assigned to the original contact on the device. For more details see go/fbs-support-for-device-contacts.

Attributes

  • DeviceId (type: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t, default: nil) -
  • RawContactId (type: String.t, default: nil) - Raw ID assigned by the device. Cast this field to string in javascript to make it compile in js.

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.FocusBackendDeviceRawContactId{
  DeviceId: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t() | nil,
  RawContactId: 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.