VASTTrackingEvent

data class VASTTrackingEvent(val type: String = COMPANION_AD_TRACKING_EVENT_DEFAULT_TYPE, val trackingResourceURI: String)

Represents VAST Companion Ad tracking event resource info.

Constructors

Link copied to clipboard
constructor(type: String = COMPANION_AD_TRACKING_EVENT_DEFAULT_TYPE, trackingResourceURI: String)

Properties

Link copied to clipboard

The URI for the tracking resource of COMPANION_AD_TRACKING_EVENT_DEFAULT_TYPE event. The video player uses this URI to notify the ad server when the identified event occurs.

Link copied to clipboard