SSAIEvent

open class SSAIEvent

An event class containing the Event property keys exclusively used in the SSAI plugin.

Properties

Link copied to clipboard
val AD_DATA_URL: String = "adDataUrl"
The URL used to fetch the ad metadata.
Link copied to clipboard
val AD_POD: String = "adPod"
Link copied to clipboard
val CREATIVE_CLICKS: String = "creativeClicks"
Event propety containing the CreativeClicks.
Link copied to clipboard
val EXECUTED: String = "executed"
An integer property flag indicating that an event has been emitted (non zero).
Link copied to clipboard
val IMPRESSION: String = "impression"
The VAST or Once Unicorn Impression tracking property key.
Link copied to clipboard
val SSAI_AD: String = "ssaiAd"
The property key for the SSAI com.brightcove.ssai.ad.Ad value.
Link copied to clipboard
val STITCHED_POSITION: String = "stitchedPosition"
The stitched position.
Link copied to clipboard
val TRACKING_TYPE: String = "vastTrackingType"
The type of the tracking event.
Link copied to clipboard
val VAST_AD: String = "vastAd"
The VAST Ad property key.
Link copied to clipboard
val VAST_COMPANION: String = "vastCompanion"
The property key for the Companion data binding.
Link copied to clipboard
val VAST_CREATIVES: String = "vmapCreatives"
The property key for the AdBreak Creative information, such as id, ad id, and duration.
Link copied to clipboard
val VAST_LINEAR: String = "vastLinear"
The VAST Linear property key.
Link copied to clipboard
val VAST_TRACKING: String = "vastTracking"
The VAST Tracking beacon property key.
Link copied to clipboard
val VAST_TRACKING_EVENTS: String = "vastTrackingEvents"
VMAP/VAST tracking events property key associated with the TrackingType
Link copied to clipboard
val VAST_VIDEO_CLICKS: String = "vastVideoClicks"
The property key for the VAST VideoClicks data binding.
Link copied to clipboard
val VMAP_AD_BREAK: String = "vmapAdBreak"
The VMAP AdBreak property key.
Link copied to clipboard
val VMAP_AD_SEGMENT: String = "vmapAdSegment"
The VMAP AdSegment property key.
Link copied to clipboard
val VMAP_ERRORS: String = "vmapErrors"
The VMAP parsing and validation error messages property key.
Link copied to clipboard
val VMAP_EVENT_MAP: String = "vmapEventMap"
The VMAP event map property key providing access to the list of events associated with a playhead position.
Link copied to clipboard
val VMAP_RESPONSE: String = "vmapResponse"
The VMAP response property key to Java data bindings.
Link copied to clipboard
val VMAP_SEGMENT_INDEX: String = "vmapSegmentIndex"
The VMAP segment index property key.
Link copied to clipboard
val VMAP_TIMELINE: String = "vmapTimeline"
The VMAP timeline property key encapsulating segment and event suppport.