AppsPeopleOzExternalMergedpeopleapiContactCreateContextInfo

AI Overview😉

  • The potential purpose of this module is to track and store metadata related to the creation of contacts or people profiles, including timestamps and edit history. This could be used to improve the accuracy and relevance of search results by considering the context in which a person or entity was created or updated.
  • This module could impact search results by allowing Google to better understand the relationships between entities and the context in which they were created or updated. For example, if a person's profile was created or updated in a specific context (e.g. a business partnership), this module could help Google understand the relevance of that context to the search query. This could lead to more accurate and relevant search results, especially for searches related to people or entities.
  • A website may change things to be more favorable for this function by providing clear and accurate metadata related to the creation and update of people profiles or contacts. This could include using standardized formats for representing people data, providing clear timestamps and edit history, and ensuring that the context in which profiles were created or updated is accurately represented. Additionally, websites could consider implementing structured data markup (e.g. schema.org) to provide additional context to search engines about the people and entities mentioned on their website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contact creation 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

  • contactCreateContext (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactCreateContext.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.AppsPeopleOzExternalMergedpeopleapiContactCreateContextInfo{
    contactCreateContext:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactCreateContext.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.