PersonalizationMapsAliasAliasId

AI Overview😉

  • The potential purpose of this module is to help personalize search results for individual users by identifying and distinguishing between different aliases or identities associated with a person, such as their home or work identity.
  • This module could impact search results by allowing Google to tailor the results to a specific user's context, taking into account their different identities and associated preferences. For example, a user's search results may vary depending on whether they are searching from their home or work location.
  • A website may change things to be more favorable for this function by providing clear and consistent identification of user aliases or identities, such as through login information or user profiles. This could help Google better understand the user's context and provide more personalized search results. Additionally, websites may want to consider implementing features that allow users to easily switch between different identities or aliases, making it easier for Google to understand and adapt to the user's context.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A unique association of an AliasType and a number to identify this alias.

Attributes

  • subId (type: String.t, default: nil) - A unique identifier for this alias, this identifier is unique to the type of this Alias. This means that aliases of different types can have the same sub_id, hence always use the full AliasId message to refer to an alias, not this field only. Because HOME and WORK aliases are unique, aliases of type HOME or WORK always have sub_id 0.
  • type (type: String.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.PersonalizationMapsAliasAliasId{
  subId: String.t() | nil,
  type: 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.