Module: Google::Ads::AdManager::V1::VideoPositionEnum::VideoPosition

Defined in:
proto_docs/google/ads/admanager/v1/video_position_enum.rb

Overview

Represents a targetable position within a video.

Constant Summary collapse

VIDEO_POSITION_UNSPECIFIED =

Default value. This value is unused.

0
ALL =

Allow ad placement at any position within the video.

1
MIDROLL =

Target ad placement during the video.

2
POSTROLL =

Target ad placement after the video ends.

3
PREROLL =

Target ad placement before the video starts.

4