SocialGraphApiProtoContactPromptSettings

AI Overview😉

  • The potential purpose of this module is to track and manage social connections and reminders within Google's search algorithm. It appears to be related to the Social Graph API, which is used to analyze and understand relationships between individuals and entities online. This module specifically focuses on contact prompts and reminders, such as birthday reminders or connection reminders.
  • This module could impact search results by influencing the ranking and display of search results related to social connections and relationships. For example, if a user has an active reminder for a contact's birthday, the search results may prioritize content related to that contact or display personalized birthday greetings. This could also affect the visibility of social media profiles or other online presence related to the contact.
  • To be more favorable for this function, a website could focus on creating and maintaining accurate and up-to-date social connection data, such as birthdays, relationships, and other relevant information. This could involve implementing structured data markup on their website, such as schema.org, to provide clear and machine-readable information about social connections. Additionally, websites could prioritize user engagement and interaction, such as through social media or online communities, to increase the likelihood of being included in social connection reminders and prompts.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • contactActiveState (type: String.t, default: nil) - Indicates if any reminders are active for entire contact. This will affect both connection reminders and date reminders such as birthday reminders. This is required.

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.SocialGraphApiProtoContactPromptSettings{
    contactActiveState: 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.