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 allows targeting ads within videos, specifying positions like pre-roll, mid-roll, or post-roll."],["It uses positionType to define the ad's placement (pre-roll, mid-roll, post-roll, or all positions)."],["For mid-roll placements, midrollIndex specifies the desired mid-roll point within the video content."],["This targeting is available through various services like AdRuleService, ForecastService, and LineItemService."]]],["The content describes `VideoPosition`, a targetable location within a video ad. It can target pre-roll, all mid-rolls, or post-roll positions, or a specific mid-roll index. Key fields include `positionType`, which can be `PREROLL`, `MIDROLL`, `POSTROLL`, or `ALL` ,and `midrollIndex`, specifying the targeted mid-roll's index when `positionType` is `MIDROLL`. `VideoPosition` is used in multiple services including `AdRuleService`, `AdjustmentService`, and `YieldGroupService`. The namespace is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]