SocialGraphApiProtoContactDeletionContext

AI Overview😉

  • The potential purpose of this module is to analyze and process information related to the deletion of social graph contacts, which could be used to understand user behavior and relationships within online communities. This module might be used to identify and rank content based on its relevance to a user's social connections.
  • This module could impact search results by influencing the ranking of content based on its relevance to a user's social connections. For example, if a user frequently interacts with a particular website or content creator, this module might boost the ranking of that content in search results. Conversely, if a user has deleted or disconnected from a particular contact, this module might demote the ranking of related content.
  • To be more favorable to this function, a website could focus on building strong social connections with its users, such as through engagement on social media platforms or through user-generated content. The website could also prioritize content that is relevant to its users' interests and relationships, increasing the likelihood of user interactions and shares. Additionally, the website could ensure that its content is easily shareable and accessible, making it more likely to be shared and interacted with within online communities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The ContactDeletionContext message is a wrapper around the generic ContactMutationContext data, and will include any needed delete specific data. NOTE: Before using this message please review go/people-api-contact-deletion-context

Attributes

  • mutationContext (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactMutationContext.t, default: nil) - The general mutation context data

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.SocialGraphApiProtoContactDeletionContext{
    mutationContext:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactMutationContext.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.