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 allows targeting ads within videos based on pre-roll, mid-roll, or post-roll positions."],["It supports targeting all positions or specific mid-roll indexes within the video content."],["`positionType` defines the ad placement (pre-roll, mid-roll, or post-roll), while `midrollIndex` specifies the target index for mid-roll ads."],["VideoPosition is utilized within the Google Ad Manager API for managing video advertising campaigns."]]],["The content outlines the `VideoPosition` within a video advertising context, representing targetable ad positions. Key fields include `positionType`, which specifies if the ad is pre-roll, mid-roll, or post-roll. Enumerations define these position types, including an \"ALL\" option. If the `positionType` is `MIDROLL`, the `midrollIndex` field is used to pinpoint a specific mid-roll segment. Relevant services are `AdRuleService`, `LineItemService`, `ForecastService` and others. `VideoPositionTarget` is presented as a dependency.\n"]]