AdEventType
Items 6
History | Name | Value | Description | |
---|---|---|---|---|
617 | 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. | |
617 | 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. | |
617 | 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. | |
617 | VideoLoaded | 0 | ||
617 | VideoRemoved | 1 | ||
617 | UserCompletedVideo | 2 |
Description
History 13
- 617 Change Index of VideoRemoved from 1 to 4
- 617 Change Tags of VideoRemoved from [] to [Deprecated]
- 617 Change Index of VideoLoaded from 0 to 3
- 617 Change Tags of VideoLoaded from [] to [Deprecated]
- 617 Change Index of UserCompletedVideo from 2 to 5
- 617 Change Tags of UserCompletedVideo from [] to [Deprecated]
- 617 Add RewardedAdUnloaded
- 617 Add RewardedAdLoaded
- 617 Add RewardedAdGrant
- 599 Add VideoRemoved
- 599 Add VideoLoaded
- 599 Add UserCompletedVideo
- 599 Add AdEventType