AppsPeopleOzExternalMergedpeopleapiLegacyFields

AI Overview😉

  • The potential purpose of this module is to allow Google to join and match user data from legacy applications with new data streams, possibly for personalization or user profiling purposes. It seems to be focused on mobile user data, specifically the obfuscated Gaia ID, which is a unique identifier for Google users.
  • This module could impact search results by allowing Google to better understand user behavior and preferences across different devices and applications, leading to more personalized search results and ads. It may also enable Google to improve its user profiling and tracking capabilities, which could have implications for user privacy.
  • A website may change things to be more favorable for this function by ensuring that it properly integrates with Google's user data systems, such as Google Sign-In, and provides accurate and up-to-date user data. This could involve implementing Google's recommended best practices for user data handling and ensuring that user consent is properly obtained and respected. Additionally, websites may need to ensure that they are compliant with relevant data protection regulations, such as GDPR.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Fields used in legacy applications. Useful for joining legacy and new data streams. Most applications should not care about these fields.

Attributes

  • mobileOwnerId (type: String.t, default: nil) - Mobile obfuscated gaia id. This is the same gaia id in metadata.owner_id, but obfuscated with the legacy mobile obfuscator.

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.AppsPeopleOzExternalMergedpeopleapiLegacyFields{
    mobileOwnerId: 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.