SocialGraphApiProtoSyncInfo

AI Overview😉

  • The potential purpose of this module is to gather and store information about a website's social media presence and connections. It appears to be tracking identifiers and synchronization data from various social media platforms, which could be used to understand a website's online social footprint and influence.
  • This module could impact search results by influencing how Google perceives a website's authority, relevance, and popularity. A website with a strong social media presence and connections may be considered more trustworthy and relevant, potentially leading to higher search engine rankings. Conversely, a website with a weak or nonexistent social media presence may be viewed as less authoritative and less relevant.
  • To be more favorable for this function, a website could focus on building a strong social media presence by creating and maintaining active profiles on various platforms, regularly posting high-quality content, and engaging with their audience. They could also ensure that their social media profiles are properly linked and synchronized with their website, and that their website's content is easily shareable on social media platforms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

LINT.IfChange

Attributes

  • sourceId (type: String.t, default: nil) - CP2 sourceid column.
  • sync1 (type: String.t, default: nil) - CP2 sync1 column.
  • sync2 (type: String.t, default: nil) - CP2 sync2 column.
  • sync3 (type: String.t, default: nil) - CP2 sync3 column.
  • sync4 (type: String.t, default: nil) - CP2 sync4 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.SocialGraphApiProtoSyncInfo{
  sourceId: String.t() | nil,
  sync1: String.t() | nil,
  sync2: String.t() | nil,
  sync3: String.t() | nil,
  sync4: 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.