AppsDynamiteCustomerId

AI Overview😉

  • The potential purpose of this module is to identify and associate a specific G Suite customer ID with a search query or user, allowing Google to personalize search results based on the customer's identity, behavior, or preferences.
  • This module could impact search results by influencing the ranking of websites or content associated with a specific G Suite customer ID. For instance, if a user is logged in with their G Suite account, Google may prioritize search results from within their organization or from trusted sources associated with their customer ID. This could lead to more personalized and relevant search results.
  • To be more favorable for this function, a website may consider the following strategies:
    • Optimize content for specific G Suite customer IDs or organizations.
    • Use schema markup to identify and associate content with specific G Suite customer IDs.
    • Implement Google Sign-In or other authentication methods to allow users to log in with their G Suite accounts, enabling personalized search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents a GSuite customer ID. Obfuscated with CustomerIdObfuscator.

Attributes

  • customerId (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.AppsDynamiteCustomerId{
  customerId: 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.