SocialDiscoveryExternalEntityKey

AI Overview😉

  • The potential purpose of this module is to identify and store user information, such as email, phone number, and profile ID, in an obfuscated format, allowing Google to track and associate user behavior across different platforms and services, potentially for personalized search results and advertising.
  • This module could impact search results by allowing Google to incorporate user behavior and preferences from various sources into its ranking algorithm, potentially leading to more personalized and targeted search results. This could also enable Google to better understand user intent and provide more relevant results.
  • To be more favorable for this function, a website could focus on providing a seamless user experience across different platforms and devices, allowing users to easily access and manage their information. This could include implementing single sign-on (SSO) capabilities, providing clear and transparent privacy policies, and ensuring data security and protection. Additionally, websites could consider implementing Google's recommended best practices for user data handling and privacy.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

An entity key with an obfuscated gaia id that can be used externally.

Attributes

  • email (type: String.t, default: nil) -
  • phone (type: String.t, default: nil) -
  • profileId (type: String.t, default: nil) - Obfuscated GAIA id.

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.SocialDiscoveryExternalEntityKey{
  email: String.t() | nil,
  phone: String.t() | nil,
  profileId: 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.