AppsPeopleOzExternalMergedpeopleapiClientData

AI Overview😉

  • Potential purpose of module: This module appears to be related to storing and processing arbitrary client data, specifically for people or user profiles, within the Google Content Warehouse. It may be used to associate additional information with a user, such as attributes, metadata, or other custom data.
  • Impact on search results: This module could impact search results by allowing Google to better understand user behavior, preferences, and relationships, which could lead to more personalized search results. It may also enable Google to provide more accurate and relevant results based on a user's profile information.
  • Optimization for this function: To be more favorable for this function, a website could focus on providing clear and structured user profile information, such as accurate and up-to-date metadata, and ensuring that user attributes are properly defined and associated with their respective profiles. Additionally, websites could consider implementing Google's recommended schema markup for people and user profiles to help Google better understand their user data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Arbitrary client data that is populated based on the client

Attributes

  • key (type: String.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • namespace (type: String.t, default: nil) -
  • value (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.AppsPeopleOzExternalMergedpeopleapiClientData{
    key: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    namespace: String.t() | nil,
    value: 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.