AdFirstQuartileEvent

data class AdFirstQuartileEvent(val break_: Break, val assetId: String, val timestamp: Long, val format: BreakFormat? = null, val asset: Asset? = null, val adIndex: Int? = null, val totalAds: Int? = null) : OptiViewAdsEvent

An ad reached 25% completion.

Constructors

Link copied to clipboard
constructor(break_: Break, assetId: String, timestamp: Long, format: BreakFormat? = null, asset: Asset? = null, adIndex: Int? = null, totalAds: Int? = null)

Properties

Link copied to clipboard
val adIndex: Int?

Index of the GAM pod ad this quartile belongs to (PLAYG-362); null otherwise.

Link copied to clipboard
val asset: Asset?

The resolved asset, mirroring the web events' asset field.

Link copied to clipboard

Id of the asset that reached the quartile.

Link copied to clipboard

The break the ad belongs to.

Link copied to clipboard

Declared format of the break's selected variant (PLAYG-182).

Link copied to clipboard
open override val timestamp: Long

When the event was emitted, in milliseconds since the Unix epoch.

Link copied to clipboard

Total ads in the GAM pod (PLAYG-362); null otherwise.

Link copied to clipboard
open override val type: OptiViewAdsEventType

Which event this is.