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 allows targeting ads within videos, including pre-roll, mid-roll, and post-roll positions."],["It uses `positionType` to define the ad's placement (pre-roll, mid-roll, post-roll, or all positions)."],["For mid-roll placements, `midrollIndex` specifies the targeted mid-roll's index within the video."]]],["The core content describes the `VideoPosition` targeting within video advertising. It identifies targetable positions, including `PREROLL`, `MIDROLL`, and `POSTROLL`, alongside an `ALL` option. The `positionType` field specifies the position, while `midrollIndex` targets specific mid-roll instances. This information is relevant for several services, like `AdRuleService`, `LineItemService`, and `TargetingPresetService`, as it dictates where video ads are displayed. The document belongs to the `v202402` API version, inside the `TargetingPresetService`.\n"]]