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 defines the `VideoPosition` entity, which represents a targetable spot within a video ad. It details the `positionType`, specifying if the ad is pre-roll, mid-roll, or post-roll. It can also target all positions. The `midrollIndex` field targets a specific mid-roll instance, applicable only when `positionType` is `MIDROLL`. This information can be used with the service such as `ProposalLineItemService`. `VideoPositionTarget` is one of the dependencies.\n"]]