FocusBackendDeviceContactId

AI Overview😉

  • The potential purpose of this module is to identify and store information about devices and their corresponding contacts, which could be used to personalize search results or provide more relevant information based on the user's device and contact information.
  • This module could impact search results by allowing Google to tailor results to a specific device or contact, potentially providing more accurate or relevant results. For example, if a user searches for "restaurants near me" on their mobile device, Google could use this module to provide results based on the user's location and device type.
  • A website may change things to be more favorable for this function by ensuring that their content is optimized for various devices and screen sizes, providing accurate and up-to-date location information, and using structured data to help Google understand their content and provide more relevant results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

//////////////////// DeviceContactId ////////////////////// Used by Device Contacts only. For more details see go/fbs-support-for-device-contacts.

Attributes

  • ContactId (type: String.t, default: nil) - DeviceContact Id.
  • DeviceId (type: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t, default: nil) - Device Id.

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.FocusBackendDeviceContactId{
  ContactId: String.t() | nil,
  DeviceId: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.