UplynkPlayedAd

@Serializable
data class UplynkPlayedAd(val duration: Double, val ts: Double, val extensions: JsonElement? = null, val freeWheelParameters: Map<String, String>)

A class that represents an advertisement that was played in live channel before playback started on the client

Constructors

Link copied to clipboard
constructor(duration: Double, ts: Double, extensions: JsonElement? = null, freeWheelParameters: Map<String, String>)

Properties

Link copied to clipboard

Indicates the duration, in seconds, of an ad break.

Link copied to clipboard
val extensions: JsonElement? = null

VAST Only

Link copied to clipboard
@SerialName(value = "fw_parameters")
val freeWheelParameters: Map<String, String>

FreeWheel Only If the ad response provided by FreeWheel contains creative parameters, they will be reported as name-value pairs within this object.

Link copied to clipboard
val ts: Double

Indicates the duration, in seconds, of an ad break.