AppsPeopleOzExternalMergedpeopleapiEmailSignupEmailMetadata

AI Overview😉

  • The potential purpose of this module is to identify and prioritize primary signup email addresses associated with a user's online identity. This helps Google to better understand the user's online presence and behavior, which can inform search results and other Google services.
  • This module could impact search results by influencing how Google weighs and ranks content related to a user's online identity. For example, if a user has multiple email addresses associated with their online presence, Google may prioritize content related to the primary signup email address, potentially boosting its visibility in search results.
  • A website may change things to be more favorable for this function by ensuring that their signup email process clearly identifies primary email addresses, and by providing clear metadata about these email addresses. This could involve using standardized formatting for email metadata, and making sure that email classification (e.g., SIGNUP_EMAIL) is accurately and consistently applied.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Additional metadata for a signup email. This will only be set if the email's classification is SIGNUP_EMAIL.

Attributes

  • primary (type: boolean(), default: nil) - This is considered to be the primary signup email. At most 1 signup email will have this set.

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.AppsPeopleOzExternalMergedpeopleapiEmailSignupEmailMetadata{
    primary: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.