enum VideoPosition.Type (v202502)

  • VideoPosition.Type represents targetable positions within a video, such as before, during, or after the video plays.

  • The available VideoPosition.Type values include UNKNOWN, ALL, PREROLL, MIDROLL, and POSTROLL.

  • This enumeration is used across various services like AdRuleService, ForecastService, and LineItemService.

Represents a targetable position within a video.


Namespace
https://www.google.com/apis/ads/publisher/v202502
Enumeration Description
UNKNOWN The value returned if the actual value is not exposed by the requested API version.
ALL This position targets all of the above video positions.
PREROLL The position defined as showing before the video starts playing.
MIDROLL The position defined as showing within the middle of the playing video.
POSTROLL The position defined as showing after the video is completed.