To enable the Video Stitcher API for your project, please reach out to your Account Representative or contact Sales to learn more.
Event
Stay organized with collections
Save and categorize content based on your preferences.
Describes an event and a trigger URI.
| JSON representation |
|---|
{
"type": enum ( |
| Fields | |
|---|---|
type |
Describes the event that occurred. |
uri |
The URI to trigger for this event. |
id |
The ID of the event. |
offset |
The offset in seconds if the event type is A duration in seconds with up to nine fractional digits, ending with ' |
EventType
Describes the event that occurred.
| Enums | |
|---|---|
EVENT_TYPE_UNSPECIFIED |
The event type is unspecified. |
CREATIVE_VIEW |
First frame of creative ad viewed. |
START |
Creative ad started. |
BREAK_START |
Start of an ad break. |
BREAK_END |
End of an ad break. |
IMPRESSION |
Impression. |
FIRST_QUARTILE |
First quartile progress. |
MIDPOINT |
Midpoint progress. |
THIRD_QUARTILE |
Third quartile progress. |
COMPLETE |
Ad progress completed. |
PROGRESS |
Specific progress event with an offset. |
MUTE |
Player muted. |
UNMUTE |
Player unmuted. |
PAUSE |
Player paused. |
CLICK |
Click event. |
CLICK_THROUGH |
Click-through event. |
REWIND |
Player rewinding. |
RESUME |
Player resumed. |
ERROR |
Error event. |
EXPAND |
Ad expanded to a larger size. |
COLLAPSE |
Ad collapsed to a smaller size. |
CLOSE |
Non-linear ad closed. |
CLOSE_LINEAR |
Linear ad closed. |
SKIP |
Ad skipped. |
ACCEPT_INVITATION |
Accept invitation event. |