AI-generated Key Takeaways
-
A
VideoPositionrepresents a targetable position within a video for advertising. -
A video ad can target a general position (pre-roll, all mid-rolls, or post-roll) or a specific mid-roll index.
-
The
positionTypefield indicates the type of video position, with possible values beingUNKNOWN,ALL,PREROLL,MIDROLL, andPOSTROLL. -
The
midrollIndexfield specifies the index of a mid-roll to target and is only valid whenpositionTypeisMIDROLL.
Represents a targetable position within a video. A video ad can be targeted to a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
positionType
The type of video position (pre-roll, mid-roll, or post-roll).
Enumerations
-
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.
midrollIndex
xsd:
int
The index of the mid-roll to target. Only valid if the positionType
is VideoPositionType.MIDROLL
, otherwise this field will be ignored.

