---
name: AdEventType
last_updated: 2026-06-15T20:56:24Z
type: enum
---

# AdEventType

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `VideoLoaded` | 0 |  |
| `VideoRemoved` | 1 |  |
| `UserCompletedVideo` | 2 |  |
| `RewardedAdLoaded` | 3 | The event is fired when a click-to-play video ad 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 ad 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 ad is rotated out. This can be used to remove any UI or signage that is promoting the reward. |