UserRewardedContent
Possible user rewarded content statuses.
Enums |
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["User rewarded content statuses can be unspecified, user rewarded, or not user rewarded."],["`USER_REWARDED_CONTENT_USER_REWARDED` signals ads that provide users with a reward after viewing."],["Ads that are not user rewarded fall under the `USER_REWARDED_CONTENT_NOT_USER_REWARDED` status."],["`USER_REWARDED_CONTENT_UNSPECIFIED` is used when the user rewarded content status is either unknown or not specified in the current version."]]],["The core content defines three possible statuses for user-rewarded content. `USER_REWARDED_CONTENT_UNSPECIFIED` indicates an undefined or unknown status. `USER_REWARDED_CONTENT_USER_REWARDED` signifies content where users receive a reward upon viewing. `USER_REWARDED_CONTENT_NOT_USER_REWARDED` encompasses all ads that do not offer user rewards. These statuses categorize ads based on the presence or absence of a user reward system.\n"]]