AppsPeopleActivityStreamqualityDistillerEngagements

AI Overview😉

  • The potential purpose of this module is to track and store user engagement actions, including negative actions such as reporting abuse, harassment, hate speech, and spam. This helps Google to identify problematic content and sources, and potentially demote or remove them from search results.
  • This module could impact search results by influencing the ranking of websites or content that have been reported for abusive or inappropriate behavior. Websites with high numbers of abuse reports may be penalized, while those with low or no reports may be rewarded with higher rankings.
  • To be more favorable for this function, a website may want to implement measures to reduce user reports of abuse, such as: having clear community guidelines, implementing effective moderation, providing easy reporting mechanisms, and actively addressing user concerns. Additionally, websites may want to focus on creating high-quality, engaging, and respectful content that encourages positive user interactions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Stores the number of different kind of user engagement actions. Abuse Report is also consider an engagement. Currently we only have abuse report engagements but in future we might add other types of engagements as well.

Attributes

  • reportCompromised (type: String.t, default: nil) - Corresponds on "This account might be compromised or hacked" reporting action.
  • reportHarassment (type: String.t, default: nil) - Corresponds on "Harassment or bullying" reporting action.
  • reportHate (type: String.t, default: nil) - Corresponds on "Hate speach or graphic violence" reporting action.
  • reportPorn (type: String.t, default: nil) - Corresponds on "Pornography or sexually explicit material" reporting action.
  • reportSpam (type: String.t, default: nil) - Corresponds on "Unwanted commercial content or spam" reporting action.
  • serveCount (type: String.t, default: nil) - Number of times this activity was served out of asbe/stanza.
  • timeSec (type: String.t, default: nil) - Timestamp in seconds for which time this record is valid.
  • ytThumbsDown (type: String.t, default: nil) - Corresponds on Distiller comment thumbs down action.

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.AppsPeopleActivityStreamqualityDistillerEngagements{
    reportCompromised: String.t() | nil,
    reportHarassment: String.t() | nil,
    reportHate: String.t() | nil,
    reportPorn: String.t() | nil,
    reportSpam: String.t() | nil,
    serveCount: String.t() | nil,
    timeSec: String.t() | nil,
    ytThumbsDown: 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.