enum VideoPosition.Type (v202411)

  • VideoPosition.Type identifies the specific placement of ads within a video stream (pre-roll, mid-roll, post-roll, or all positions).

  • The namespace for VideoPosition.Type is https://www.google.com/apis/ads/publisher/v202411.

  • It is an enumeration with values like PREROLL, MIDROLL, POSTROLL, ALL, and UNKNOWN for handling unspecified positions or API limitations.

  • This type is utilized by various services in Google Ad Manager, such as ProposalLineItemService, to target ads effectively within videos.

Represents a targetable position within a video.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.