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-11-19 UTC."],[[["VideoPosition allows targeting ads within videos, focusing on pre-roll, mid-roll, or post-roll positions."],["It uses positionType to define ad placement (pre-roll, mid-roll, post-roll, or all positions)."],["For mid-roll targeting, midrollIndex specifies the desired mid-roll slot within the video content."],["VideoPosition is part of the Google Ad Manager API and uses a specific namespace for identification."]]],["The core content describes the `VideoPosition` within a video ad context. It defines targetable positions like pre-roll, mid-roll, or post-roll, or a specific mid-roll index. The `positionType` field specifies the video position type, with enumerations: `UNKNOWN`, `ALL`, `PREROLL`, `MIDROLL`, and `POSTROLL`. `midrollIndex`, an integer, designates the specific mid-roll targeted, relevant only when `positionType` is `MIDROLL`. The content is related to multiple services, with a video position dependency, under the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]