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-05-15 UTC."],[[["VideoPosition objects represent specific locations 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 an optional `midrollIndex` specifying the specific mid-roll position within the video content."],["VideoPosition is used for targeting video ads within the Google Ad Manager platform through various services like AdRuleService, ForecastService, and TargetingPresetService."]]],["The core content describes the `VideoPosition` within a video ad targeting system. Key actions include targeting ads to specific video positions like `PREROLL`, `MIDROLL`, or `POSTROLL`. The `positionType` field specifies the type, and `midrollIndex` defines the specific mid-roll index if applicable. Services like `AdRuleService`, `ForecastService`, and `LineItemService`, among others, utilize this targeting. The `VideoPositionTarget` serves as a dependency. Valid types are `UNKNOWN`, `ALL`, `PREROLL`, `MIDROLL`, and `POSTROLL`.\n"]]