[[["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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eVideoPosition.Type\u003c/code\u003e identifies where an ad can be placed within a video stream (pre-roll, mid-roll, post-roll, or all positions).\u003c/p\u003e\n"],["\u003cp\u003eIt's an enumeration within the Google Ad Manager API, used for targeting specific video ad positions.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAd Manager services like \u003ccode\u003eLineItemService\u003c/code\u003e, \u003ccode\u003eAdRuleService\u003c/code\u003e, and others utilize \u003ccode\u003eVideoPosition.Type\u003c/code\u003e for ad placement control.\u003c/p\u003e\n"]]],["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"],null,["# enum VideoPosition.Type (v202411)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.VideoPosition.Type) [AdjustmentService](/ad-manager/api/reference/v202411/AdjustmentService.VideoPosition.Type) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.VideoPosition.Type) **LineItemService** [NativeStyleService](/ad-manager/api/reference/v202411/NativeStyleService.VideoPosition.Type) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.VideoPosition.Type) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.VideoPosition.Type) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.VideoPosition.Type) [TargetingPresetService](/ad-manager/api/reference/v202411/TargetingPresetService.VideoPosition.Type) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.VideoPosition.Type) **Dependencies** \n[VideoPosition](/ad-manager/api/reference/v202411/LineItemService.VideoPosition) \n▼\n**VideoPosition.Type**\n\nRepresents a targetable position within a video.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `ALL` | This position targets all of the above video positions. |\n| `PREROLL` | The position defined as showing before the video starts playing. |\n| `MIDROLL` | The position defined as showing within the middle of the playing video. |\n| `POSTROLL` | The position defined as showing after the video is completed. |"]]