SocialGraphApiProtoSearchProfileEntity

AI Overview😉

  • The potential purpose of this module is to associate search queries with specific entities, such as people, places, or organizations, and to understand the context of the search based on the user's location and the entity's attributes. This module seems to be part of a larger system that aims to personalize search results by taking into account the user's social graph and search history.
  • This module could impact search results by influencing the ranking of results based on the user's location and the relevance of the entity to the search query. For example, if a user searches for a celebrity's name, the search results may prioritize content related to the celebrity's activities or news in the user's location. This could lead to more personalized and relevant search results for the user.
  • To be more favorable for this function, a website could focus on providing high-quality, location-specific content that is relevant to specific entities. This could include creating content that is optimized for specific keywords related to the entity, as well as providing structured data that helps search engines understand the context and relevance of the content. Additionally, websites could focus on building a strong online presence and reputation, which could increase their visibility and credibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This proto represents either a KG-entity, as represented by it's MID, or free-string text.

Attributes

  • countryCode (type: String.t, default: nil) - Corresponding country code. Refer to go/people-search-dashboard for code list.
  • entity (type: String.t, default: nil) - Corresponding mid in KG.
  • name (type: list(String.t), default: nil) - Custom name of entity if there is no corresponding place/entity in KG (mid)

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.SocialGraphApiProtoSearchProfileEntity{
    countryCode: String.t() | nil,
    entity: String.t() | nil,
    name: [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.