SocialGraphApiProtoSearchProfileState

AI Overview😉

  • The potential purpose of this module is to track changes to a user's search profile state, including when the change was made and when it should be displayed to the user. This allows Google to manage and update user profiles in a way that is transparent to the user.
  • This module could impact search results by influencing the personalized search experience for users. For example, if a user's search profile state changes, the search results may be updated to reflect the new state. This could lead to more relevant search results for the user, but also raises concerns about user data privacy and the potential for biased search results.
  • A website may not be able to directly influence this module, as it appears to be related to user profile management within Google's systems. However, websites can focus on providing high-quality, relevant content that is likely to be useful to users, regardless of their search profile state. This could increase the chances of a website's content being displayed in search results, even if the user's search profile state changes.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • changeTimestamp (type: DateTime.t, default: nil) - Timestamp of when the state was changed.
  • displayTimestamp (type: DateTime.t, default: nil) - This will be used to display status to the user at a set time. If set to a value after change_timestamp, the change will not be 'reflected' until this time.
  • type (type: String.t, default: nil) - State that the UserProfile was changed to.

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.SocialGraphApiProtoSearchProfileState{
    changeTimestamp: DateTime.t() | nil,
    displayTimestamp: DateTime.t() | 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.