SocialGraphApiAppContactData

AI Overview😉

  • The potential purpose of this module is to allow Google to understand how users interact with third-party apps (such as WhatsApp) through Google search results. It appears to be collecting data on how users engage with these apps, including the types of actions they take and the specific endpoints they use.
  • This module could impact search results by allowing Google to provide more personalized and relevant results based on a user's past interactions with third-party apps. For example, if a user frequently uses WhatsApp to communicate with friends, Google may prioritize WhatsApp-related results in their search queries. Additionally, this data could be used to improve the functionality of Google's own apps and services.
  • To be more favorable for this function, a website could ensure that it provides clear and consistent metadata about its interactions with third-party apps, including the mimetypes and app-specific endpoint IDs used. This could involve implementing standardized schema markup or providing clear documentation on how users can interact with their app through Google search results. Additionally, websites could focus on providing high-quality, relevant content that users are likely to engage with, which could increase the chances of their app being prioritized in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains a mimetype supported by a third-party app together with additional ids and other data that the apps use to complete the action for the given mimetype. For example, an app_specific_endpoint_id that corresponds to a WhatsApp Profile. Full Design: go/3p-contact-upload LINT.IfChange

Attributes

  • data (type: list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn.t), default: nil) - Set of column-name and value for the given mimetype. The semantic meaning of the column values is mime-type specific. For example they may contain app_specific_endpoint_ids for WhatsApp. This is uploaded from CP2 http://go/cp2-data1 through http://go/cp2-data14.
  • mimetype (type: String.t, default: nil) - The mimetype of the action defined by the third-party app.

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.SocialGraphApiAppContactData{
  data:
    [GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn.t()] | nil,
  mimetype: 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.