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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["VideoPosition objects represent specific placements within a video where ads can be targeted, such as pre-roll, mid-roll, or post-roll."],["These positions are defined by a `positionType` indicating the general location (pre-roll, mid-roll, post-roll) and, for mid-rolls, a `midrollIndex` specifying the exact mid-roll break to target."],["The `positionType` can also be set to `ALL` to target all available positions within the video or `UNKNOWN` if the specific position isn't defined by the current API version."]]],["The core content describes the `VideoPosition`, a targetable point within a video ad. Key details include its use across services like `AdRuleService`, `ForecastService`, and `YieldGroupService`. It defines a video ad's placement, which can be `PREROLL`, `MIDROLL`, or `POSTROLL`, or target all with `ALL`. The `midrollIndex` specifies the index of a mid-roll when `positionType` is `MIDROLL`; it is otherwise ignored. The `positionType` can also be `UNKNOWN`.\n"]]