AdBeginEvent
data class AdBeginEvent(val break_: Break, val assetId: String, val adIndex: Int, val totalAds: Int, val timestamp: Long, val format: BreakFormat? = null, val asset: Asset? = null, val adId: String? = null, val creativeId: String? = null, val podPosition: Int? = null) : OptiViewAdsEvent
An individual ad starts playing. A GAM pod reports one adbegin per ad it was filled with.
Constructors
Properties
Link copied to clipboard
IMA creative id for an ad of a GAM pod (PLAYG-362); null otherwise.
Link copied to clipboard
Declared format of the break's selected variant (PLAYG-182).
Link copied to clipboard
1-based position of the ad within its pod, as the ad system reports it at runtime (IMA adPodInfo.adPosition / VAST sequence). Null when the ad system reports none — static assets never have one.
Link copied to clipboard
Which event this is.