AppsPeopleOzExternalMergedpeopleapiCustomerInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to customer information and organization data, specifically for Google Suite (GSuite) customers. It seems to store and manage customer IDs, organization names, and obfuscated customer IDs for Dasher users.
  • Impact on search results: This module could impact search results by influencing the ranking of websites based on their association with GSuite customers or organizations. It may also affect the visibility of search results for users with specific customer IDs or organization affiliations. Additionally, it could be used to personalize search results for users based on their customer information.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that their organization information is accurately represented and up-to-date, including their GSuite customer ID and organization name. Additionally, they may want to consider using schema markup to highlight their organization's structure and relationships, which could help Google better understand their customer information. Furthermore, ensuring that their website is accessible and crawlable by Google's algorithms could also improve their chances of being favored by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains customer data for profile owner proxied from D3.

Attributes

  • customerId (type: String.t, default: nil) - DEPRECATED. Use obfuscated_customer_id instead. If result has a GSuite Customer ID, this field will continue to be populated with -1 to indicate the presence of a value for backwards compatibility with clients in the wild. See b/144596193.
  • customerName (type: String.t, default: nil) - Customer organization name for dasher user.
  • obfuscatedCustomerId (type: String.t, default: nil) - Obfuscated FlexOrgs customer ID for Dasher user. See cs/symbol:CustomerIdObfuscator.

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.AppsPeopleOzExternalMergedpeopleapiCustomerInfo{
    customerId: String.t() | nil,
    customerName: String.t() | nil,
    obfuscatedCustomerId: 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.