AdEventType
Items
Name | Value | Summary |
---|---|---|
VideoLoaded | 0 | |
VideoRemoved | 1 | |
UserCompletedVideo | 2 | |
RewardedAdLoaded | 3 | The event is fired when a click-to-play video ads is being served. This can be used to communicate and promote the reward to users through the UI or signage. |
RewardedAdGrant | 4 | The event is fired when a user has watched the click-to-play video for a certain time. This can be used to grant the player a reward such as an in-game item or in-game currency. The RewardedAdGrant enum will only be triggered once per ad rotation. |
RewardedAdUnloaded | 5 | The event is fired when a click-to-play video ads is rotated out. This can be used to remove any UI or signage that is promoting the reward. |