SocialGraphApiDataColumn

AI Overview😉

  • The potential purpose of this module is to extract and store social graph data from users' contact information, such as their social media profiles or connections. This data is likely used to improve personalized search results and recommendations.
  • This module could impact search results by influencing the ranking of websites based on their social connections and relationships. For example, if a user has a strong social connection with a particular website or author, Google may prioritize those results in their search queries. This could lead to more personalized and relevant search results.
  • To be more favorable for this function, a website may focus on building strong social connections with its users, such as through social media engagement, user-generated content, or loyalty programs. Additionally, websites may want to ensure that their social media profiles are accurately represented and easily discoverable by Google's algorithms. This could involve optimizing their website's structured data, such as schema markup, to provide clear and consistent information about their social media presence.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

LINT.IfChange

Attributes

  • columnName (type: String.t, default: nil) - The name of the column in CP2 for raw_contact_data.
  • value (type: String.t, default: nil) - The value of the data inside column.

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.SocialGraphApiDataColumn{
  columnName: String.t() | nil,
  value: 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.