AppsPeopleOzExternalMergedpeopleapiRawDeviceContactAnalyticalInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to contact information synchronization and analysis. It's likely used to process and store data about contacts from various sources, such as Android devices, and to keep track of changes and sync states.
  • Impact on search results: This module may not directly impact search results, but it could influence the way Google processes and integrates contact information from various sources. This could, in turn, affect the relevance and accuracy of search results related to people or entities. For example, if a contact's information is outdated or inconsistent across different sources, this module might help resolve these issues and provide a more accurate representation of the contact in search results.
  • Optimization strategies: To be more favorable for this function, a website could ensure that its contact information is accurate, up-to-date, and consistent across different platforms and sources. This might include implementing proper syncing mechanisms, using standardized formats for contact data, and providing clear and concise information about individuals or entities. Additionally, websites could consider using schema markup or other structured data formats to help Google better understand and process their contact information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • dataSet (type: String.t, default: nil) - The data set within the account that this raw contact belongs to.
  • dirty (type: boolean(), default: nil) - The CP2 dirty field which indicates the sync state of the raw contact: https://developer.android.com/reference/android/provider/ContactsContract.SyncColumns#DIRTY True if the row is changed but not synced
  • sourceIdExist (type: boolean(), default: nil) - Whether the source ID exists for non-Google contacts. Won't set for Google contacts.
  • syncInfo (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSyncInfo.t, default: nil) - The Sync Info of a raw 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.AppsPeopleOzExternalMergedpeopleapiRawDeviceContactAnalyticalInfo{
    dataSet: String.t() | nil,
    dirty: boolean() | nil,
    sourceIdExist: boolean() | nil,
    syncInfo:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSyncInfo.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.