AdPlayback
data class AdPlayback(val adID: String? = null, val adContentTimePosition: AdContentTimePosition, val adDurationMs: Long? = null, val adSkipOffsetMs: Long? = null, val adDurationSec: Long? = null, val adSkipOffset: Long? = null, val adTitle: String? = null, val adClickUrl: String? = null) : ReportingData
Represents reporting data payload related to video ad playback session.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The duration of the ad (in milliseconds).
Link copied to clipboard
The duration of the ad (in Seconds).
Link copied to clipboard
The skip offset of the ad (in Seconds), if available.
Link copied to clipboard
The skip offset of the ad (in milliseconds), if available.
Link copied to clipboard
The data payload container.