AppsPeopleOzExternalMergedpeopleapiDeviceContactExtraMetadata

AI Overview😉

  • The potential purpose of this module is to gather and store information about a user's device contacts, including attributes and usage information. This data can be used to improve personalized search results and recommendations.
  • This module could impact search results by allowing Google to better understand a user's relationships and interactions with their device contacts. This could lead to more accurate and relevant search results, especially for queries related to people or entities. For example, if a user frequently interacts with a specific contact, Google may prioritize search results related to that contact.
  • To be more favorable for this function, a website could focus on providing clear and accurate information about entities and people, making it easier for Google to understand relationships and interactions. Additionally, websites could use schema markup to provide additional context about people and entities, which could help Google better understand the attributes and usage information associated with them.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Extra metadata for an aggregated or raw device contact.

Attributes

  • attributes (type: list(String.t), default: nil) - Attributes for this device contact.
  • usageInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo.t), default: nil) - Usage info for 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.AppsPeopleOzExternalMergedpeopleapiDeviceContactExtraMetadata{
    attributes: [String.t()] | nil,
    usageInfo:
      [GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo.t()]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.