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 represents a targetable position within a video, allowing for targeting pre-roll, all mid-rolls, post-roll, or a specific mid-roll index."],["It has two main fields: `positionType` which defines the type of position (pre-roll, mid-roll, post-roll), and `midrollIndex` which specifies the index of the mid-roll if applicable."],["VideoPosition is used to target video ads within the content, offering flexibility in ad placement strategies."]]],["The content details targetable positions within a video for ad placement, including pre-roll, mid-roll, and post-roll. Key actions include targeting ads to a specific position or mid-roll index. The `VideoPosition` object defines the type of position using `positionType` (e.g., PREROLL, MIDROLL, POSTROLL) and `midrollIndex` for specifying mid-roll sequences. It includes services like `AdRuleService`, `AdjustmentService` and `ForecastService` for ad management. `VideoPositionTarget` is also referenced for this purpose.\n"]]