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 2025-02-20 UTC."],[],["The content details `VideoPosition`, a targetable point in a video ad. It defines ad placement options using `positionType`, which can be pre-roll, mid-roll, post-roll, or all. For mid-rolls, `midrollIndex` specifies the exact index. It includes `AdRuleService`, `AdjustmentService`, and other services related to managing ads. It defines `VideoPositionTarget` as a dependency, alongside the `TargetingPresetService` and other services. There are also enumerations defining the types of positions within a video.\n"]]