AssistantApiSettingsMasqueradeMode

AI Overview😉

  • The potential purpose of this module is to track and store information about a user's "guest mode" activity on a device, including when they enter and exit this mode. This could be used to personalize search results or adjust the search algorithm based on the user's behavior while in guest mode.
  • This module could impact search results by influencing the ranking of websites based on the user's behavior while in guest mode. For example, if a user frequently searches for certain topics or visits specific websites while in guest mode, the algorithm may prioritize those results in future searches. This could also lead to more personalized results for users who frequently use guest mode.
  • A website may want to ensure that its content is easily accessible and relevant to users who are in guest mode. This could involve optimizing content for anonymous or incognito browsing, using clear and concise language, and providing easy-to-use interfaces. Additionally, websites may want to consider implementing features that cater to guest mode users, such as allowing them to save preferences or login information securely.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Guest mode for the current device. go/assistant-guest-mode-summary

Attributes

  • lastEnterGuestModeTimestamp (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t, default: nil) -
  • lastExitGuestModeTimestamp (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t, default: nil) -
  • masqueradeModeEnabled (type: boolean(), 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.AssistantApiSettingsMasqueradeMode{
  lastEnterGuestModeTimestamp:
    GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t() | nil,
  lastExitGuestModeTimestamp:
    GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp.t() | nil,
  masqueradeModeEnabled: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.