SocialGraphApiProtoContactCreateContext

AI Overview😉

  • The potential purpose of this module is to track and store information about when and where a contact or entity was created or edited within Google's social graph. This could be used to understand the relationships between entities, people, or organizations, and how they have evolved over time.
  • This module could impact search results by influencing the ranking of entities or websites that have a strong social graph presence, or by highlighting entities that have a clear history of creation or editing. It may also help Google to identify and filter out fake or spammy entities that have been created recently.
  • A website may change things to be more favorable for this function by ensuring that their online presence is accurate and up-to-date, with clear information about their creation and history. They may also focus on building a strong social graph presence by engaging with other entities and people online, and by encouraging others to link to or mention them. Additionally, they may ensure that their website is easily crawlable and indexable by Google, to help the search engine understand their online presence and relationships.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The ContactEditContext message is a wrapper around the generic ContactMutationContext data to represent when and where a contact create was performed.

Attributes

  • mutationContext (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactMutationContext.t, default: nil) -

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.SocialGraphApiProtoContactCreateContext{
    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.