AppsPeopleOzExternalMergedpeopleapiEmailContactGroupPreference

AI Overview😉

  • The potential purpose of this module is to manage and store preferred email addresses for contact groups within Google's People API and Contacts Service. It allows for the identification of implicitly set preferences and separates them from user-set preferences.
  • This module could impact search results by influencing the ranking of contacts and email addresses within search queries, potentially prioritizing preferred email addresses and contact groups. It may also affect the display of contact information and email addresses in search results.
  • A website may change things to be more favorable for this function by ensuring accurate and up-to-date contact information, including preferred email addresses, and implementing structured data markup to help Google's algorithms understand the relationships between contacts and email addresses. Additionally, websites may want to consider optimizing their contact and email management systems to align with Google's People API and Contacts Service.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Preferred email addresses for contact groups.

Attributes

  • contactGroupId (type: String.t, default: nil) -
  • isSynthetic (type: boolean(), default: nil) - If the Preference was implicitly set by PeopleApi/Contacts Service. A preference with this bit will not be saved to storage. See go/contact-group-email-preference-papi-problem for more info.
  • type (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.AppsPeopleOzExternalMergedpeopleapiEmailContactGroupPreference{
    contactGroupId: String.t() | nil,
    isSynthetic: boolean() | nil,
    type: 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.