[[["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.Type` identifies where an ad can be placed within a video stream (pre-roll, mid-roll, post-roll, or all positions)."],["It's an enumeration within the Google Ad Manager API, used for targeting specific video ad positions."],["The namespace for this enumeration is `https://www.google.com/apis/ads/publisher/v202411`."],["Ad Manager services like `LineItemService`, `AdRuleService`, and others utilize `VideoPosition.Type` for ad placement control."]]],["The provided content defines targetable video positions within an ad management system. It lists services like `AdRuleService`, `AdjustmentService`, `LineItemService`, etc., that utilize the `VideoPosition` dependency. `VideoPosition.Type` enumerates the possible positions: `UNKNOWN`, `ALL`, `PREROLL` (before the video), `MIDROLL` (during the video), and `POSTROLL` (after the video). Each type allows to target the ad to a specific timing.\n"]]