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-08-20 UTC."],[[["VideoPosition objects represent specific, targetable positions within a video for ad placement."],["These positions can be pre-roll, mid-roll, post-roll, or target all positions."],["For mid-roll targeting, a specific index can be specified using the `midrollIndex` field."],["The `positionType` field defines the broad category of the position (pre-roll, mid-roll, post-roll, or all)."],["This information is used for ad targeting within Google Ad Manager."]]],["The content outlines services for managing video ad positions, including `AdRuleService`, `ForecastService`, `LineItemService`, and others. It details `VideoPosition` as a targetable position within a video, specifying `positionType` (pre-roll, mid-roll, post-roll, or all) and `midrollIndex`. `VideoPositionTarget` is a dependency for the services. Enumerations clarify the possible `positionType` values.\n"]]