YoutubeBackstageSuperVodCommentInfo

AI Overview😉

  • The potential purpose of this module is to track and analyze user interactions with Super Thanks, a feature on YouTube that allows viewers to purchase and send animated GIFs and stickers to creators during live streams. This module appears to collect information about these purchases, including the currency used, price, and transaction ID, to better understand user behavior and preferences.
  • This module could impact search results by influencing the ranking of YouTube videos and creators who receive Super Thanks purchases. For example, videos or creators with a high volume of Super Thanks purchases may be considered more engaging or popular, and therefore, may be ranked higher in search results. Additionally, this data could be used to personalize search results for users who have made Super Thanks purchases in the past.
  • To be more favorable for this function, a website may focus on creating engaging and interactive content that encourages viewers to participate in Super Thanks purchases. This could include offering exclusive content or rewards to viewers who make purchases, or creating a sense of community and social interaction around live streams. Additionally, websites could optimize their videos and channels to increase visibility and discoverability, making it more likely for users to find and engage with their content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains information about comment that is posted through a Super Thanks purchase. Next ID: 7

Attributes

  • currencyCode (type: String.t, default: nil) - Currency code the user uses to purchase this Super Thanks item.
  • entitlementId (type: String.t, default: nil) - The ID of the Super Thanks entitlement. It uniquely identifies a Super Thanks purchase. This field is deprecated in favor of transaction_id, see go/st-deprecate-ent-id.
  • priceInMicros (type: String.t, default: nil) - Price of Super Thanks item the user purchases in micros.
  • superVodItemId (type: String.t, default: nil) - The Super Thanks item the user purchases, it represents price tier.
  • transactionId (type: String.t, default: nil) - The ID of the Super Thanks transaction. It uniquely identifies a Super Thanks purchase.
  • version (type: String.t, default: nil) - Which version of experiment this Super Thanks comment is posted in.

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.YoutubeBackstageSuperVodCommentInfo{
  currencyCode: String.t() | nil,
  entitlementId: String.t() | nil,
  priceInMicros: String.t() | nil,
  superVodItemId: String.t() | nil,
  transactionId: String.t() | nil,
  version: 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.