userRewardedContent property

String? userRewardedContent
getter/setter pair

User rewarded content status for video ads.

Output only. Possible string values are:

  • "USER_REWARDED_CONTENT_UNSPECIFIED" : User rewarded content is not specified or is unknown in this version.
  • "USER_REWARDED_CONTENT_USER_REWARDED" : Represents ads where the user will see a reward after viewing.
  • "USER_REWARDED_CONTENT_NOT_USER_REWARDED" : Represents all other ads besides user-rewarded.

Implementation

core.String? userRewardedContent;