AppsPeopleOzExternalMergedpeopleapiContactEditContextInfo

AI Overview😉

  • The potential purpose of this module is to track and store information about edits made to a person's contact information, including timestamps and related metadata. This could be used to identify and prevent spam or abuse, or to improve the accuracy of search results by understanding how contact information has changed over time.
  • This module could impact search results by influencing the ranking of results based on the edit history of a person's contact information. For example, if a person's contact information has been edited frequently or recently, it may be considered less trustworthy or less accurate, leading to a lower ranking in search results. Conversely, if a person's contact information has remained consistent and unchanged over time, it may be considered more trustworthy and accurate, leading to a higher ranking in search results.
  • To be more favorable for this function, a website could ensure that its contact information is accurate and up-to-date, and that any edits made to this information are legitimate and not attempts to manipulate search rankings. Additionally, a website could provide clear and transparent information about its contact information, such as a clear and consistent name, address, and phone number, and avoid making frequent or unnecessary changes to this information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contact edit timestamps and related metadata. See go/contact-edit-history. This message is a pure wrapper of the shared ContactCreactionContext message so that it can be a top-level person field. No other fields should be added to the message.

Attributes

  • contactEditContext (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactEditContext.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.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.AppsPeopleOzExternalMergedpeopleapiContactEditContextInfo{
    contactEditContext:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactEditContext.t()
      | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.