Rewarded
Rewarded ads are a type of advertisement where players have the option to watch an ad in exchange for in-game rewards
Offer players rewards in exchange for watching ads, incentivizing ad engagement and increasing ad revenue.
Rewarded State
Monitor the state of the rewarded ad (loading, opened, closed, rewarded, failed) to manage the reward process.
Possible values: loading
, opened
, closed
, rewarded
, failed
.
To use platform REWARDED_STATE you need to import type from playgama-bridge.ts Here is example
In example above, we import all types from the file, but in your file you can import only what you need
Reward the player only when the state is rewarded
.
Rewarded Placement
Monitor the current placement of the rewarded ad to manage the reward process.
Show Rewarded Ad
Display a rewarded ad and provide incentives to players for watching the entire ad.
Last updated