Module: Google::Cloud::Video::Stitcher::V1::Event::EventType

Defined in:
proto_docs/google/cloud/video/stitcher/v1/events.rb

Overview

Describes the event that occurred.

Constant Summary collapse

EVENT_TYPE_UNSPECIFIED =

The event type is unspecified.

0
CREATIVE_VIEW =

First frame of creative ad viewed.

1
START =

Creative ad started.

2
BREAK_START =

Start of an ad break.

3
BREAK_END =

End of an ad break.

4
IMPRESSION =

Impression.

5
FIRST_QUARTILE =

First quartile progress.

6
MIDPOINT =

Midpoint progress.

7
THIRD_QUARTILE =

Third quartile progress.

8
COMPLETE =

Ad progress completed.

9
PROGRESS =

Specific progress event with an offset.

10
MUTE =

Player muted.

11
UNMUTE =

Player unmuted.

12
PAUSE =

Player paused.

13
CLICK =

Click event.

14
CLICK_THROUGH =

Click-through event.

15
REWIND =

Player rewinding.

16
RESUME =

Player resumed.

17
ERROR =

Error event.

18
EXPAND =

Ad expanded to a larger size.

21
COLLAPSE =

Ad collapsed to a smaller size.

22
CLOSE =

Non-linear ad closed.

24
CLOSE_LINEAR =

Linear ad closed.

25
SKIP =

Ad skipped.

26
ACCEPT_INVITATION =

Accept invitation event.

27