TrackingEvent

data class TrackingEvent(val type: String, val trackingResourceURI: String)

Represents Companion Ad tracking event resource info.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

the type of the event.