SocialGraphApiProtoHostAppInfo

AI Overview😉

  • The potential purpose of this module is to provide information about the host app to the Companion sidebar, which is likely a feature that provides additional context or functionality to users on the search results page. In simple terms, it seems to be related to enhancing the user experience by providing more details about the app or website that is being searched.
  • This module could impact search results by influencing how the Companion sidebar is populated and what information is displayed to users. It may also affect the ranking of results if the host app information is used as a signal to determine relevance or credibility. This could lead to more informative and engaging search results, but also potentially introduce biases or preferences for certain types of apps or websites.
  • To be more favorable to this function, a website may want to ensure that it provides clear and accurate information about its app or identity, which can be crawled and indexed by Google. This could include using standardized metadata formats, such as schema.org, to provide structured data about the app or website. Additionally, websites may want to optimize their content and user experience to be more engaging and informative, which could increase the likelihood of being featured in the Companion sidebar.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • hostAppName (type: String.t, default: nil) - This string will represent the info for the host app to the Companion sidebar

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.SocialGraphApiProtoHostAppInfo{
  hostAppName: 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.