SocialGraphApiProtoUsageInfo

AI Overview😉

  • The potential purpose of this module is to track and analyze user behavior and interactions with their social contacts, such as when they last contacted someone and how many times they've contacted them. This information can be used to personalize search results and improve the overall user experience.
  • This module could impact search results by influencing the ranking of search results based on a user's social connections and interactions. For example, if a user frequently contacts a particular person or group, search results related to those contacts may be prioritized or highlighted in some way. This could also lead to more personalized and relevant search results.
  • A website may change things to be more favorable for this function by providing clear and consistent contact information, such as phone numbers or email addresses, and making it easy for users to interact with their social contacts through their platform. Additionally, websites could provide features that encourage users to engage with their social contacts, such as messaging or commenting systems, which could increase the frequency and recency of contacts and improve the overall user experience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Usage information. This is currently used for device contacts. Next ID: 3

Attributes

  • lastTimeContacted (type: DateTime.t, default: nil) - Last time a contact was contacted.
  • timesContacted (type: String.t, default: nil) - Number of times a contact was contacted.

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.SocialGraphApiProtoUsageInfo{
  lastTimeContacted: DateTime.t() | nil,
  timesContacted: 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.