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 locations within a video where ads can be targeted, such as pre-roll, mid-roll, or post-roll."],["These positions can be broadly categorized by `positionType` (pre-roll, mid-roll, post-roll, or all positions) using the `VideoPosition.Type` enumeration."],["For mid-roll positions, a specific `midrollIndex` can be specified to target individual breaks within the video content."]]],["The content defines targetable video ad positions. Key actions involve specifying the `positionType` as `PREROLL`, `MIDROLL`, or `POSTROLL`, indicating where the ad appears in relation to the video content. If targeting `MIDROLL`, the `midrollIndex` field sets the specific mid-roll instance. Other types are `ALL` targeting all positions and `UNKNOWN`. These positions are utilized within services like `AdRuleService`, `ForecastService` , `LineItemService`, `NativeStyleService` and `ProposalLineItemService`.\n"]]