AI-generated Key Takeaways
-
VideoPosition.Type
identifies targetable ad positions within a video (pre-roll, mid-roll, post-roll, or all positions). -
It's part of the Google Ad Manager API and is used by services like
PublisherQueryLanguageService
for targeting. -
The enumeration includes
PREROLL
,MIDROLL
,POSTROLL
,ALL
, andUNKNOWN
values for specifying ad positions.
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. |