TrackingEvents
An object with VAST event names and actions..
type TrackingEvents = {
[key in string]: string[];
}
Value | Description |
---|---|
[key in string]: string[] |
A "key-value" pair where the key is the VAST event name and the value is an array of strings (links invoked when the event is triggered). |
Event list
Event |
Description |
|
Ad error. |
|
|
|
Ad serving start. |
|
25% of the ad was played. |
|
50% of the ad was played. |
|
75% of the ad was played. |
|
The ad was played to the end. |
|
The sound is muted. |
|
The sound is on. |
|
The ad is paused. |
|
The ad is unpaused. |
|
The user stopped the ad by clicking the CLOSE or ABUSE button |
Was the article helpful?
Previous
Next