AI-generated Key Takeaways
-
VideoPosition.Type
represents a targetable position within a video. -
This enumeration includes positions such as
UNKNOWN
,ALL
,PREROLL
,MIDROLL
, andPOSTROLL
. -
It is used across several services, including
AdRuleService
,ForecastService
, andLineItemService
, to specify video ad placements.
Service
Dependencies
VideoPosition
▼
VideoPosition.Type
Represents a targetable position within a video.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |