KnowledgeAnswersSensitivityMyActivityPolicy

AI Overview😉

  • The potential purpose of this module is to control and manage sensitive information displayed to users in their "My Activity" section, which is a feature that allows users to view their search history and other activity. This module seems to be responsible for redacting or removing sensitive information from these activity logs.
  • This module could impact search results by filtering out or modifying sensitive information that users have interacted with in the past. This could affect the accuracy of search results and the user's search experience, as their activity history may not be entirely accurate or complete. Additionally, this module may also influence the ranking of search results by prioritizing or demoting certain content based on its sensitivity.
  • To be more favorable to this function, a website may need to ensure that its content is properly labeled or tagged as sensitive or non-sensitive, so that the module can accurately redact or remove sensitive information. Additionally, websites may need to provide clear guidelines or policies on how they handle sensitive user data and activity, in order to comply with Google's standards and avoid having their content demoted or filtered out.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Policy controlling MyActivity.

Attributes

  • myActivityRedactedAction (type: String.t, default: nil) -
  • myActivityRedactionKey (type: String.t, default: nil) - This field will be translated by footprints and is used to describe the content that was redacted that will be displayed to the user in MyActivity.

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.KnowledgeAnswersSensitivityMyActivityPolicy{
    myActivityRedactedAction: String.t() | nil,
    myActivityRedactionKey: 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.