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 2025-08-06 UTC."],[],["The content details `VideoPosition`, a targetable point in a video for ads. It defines ad placement possibilities: `PREROLL` (before video), `MIDROLL` (during video), and `POSTROLL` (after video). `positionType` specifies the placement, and `midrollIndex` targets a specific mid-roll. Various services such as `AdRuleService`, `LineItemService`, and `ProposalService` are associated, using `VideoPosition` to target ads. The namespace is `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["# type VideoPosition (v202502)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202502/AdRuleService.VideoPosition) [AdjustmentService](/ad-manager/api/reference/v202502/AdjustmentService.VideoPosition) [ForecastService](/ad-manager/api/reference/v202502/ForecastService.VideoPosition) [LineItemService](/ad-manager/api/reference/v202502/LineItemService.VideoPosition) [NativeStyleService](/ad-manager/api/reference/v202502/NativeStyleService.VideoPosition) [ProposalLineItemService](/ad-manager/api/reference/v202502/ProposalLineItemService.VideoPosition) **ProposalService** [PublisherQueryLanguageService](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.VideoPosition) [TargetingPresetService](/ad-manager/api/reference/v202502/TargetingPresetService.VideoPosition) [YieldGroupService](/ad-manager/api/reference/v202502/YieldGroupService.VideoPosition) **Dependencies** \n[VideoPositionTarget](/ad-manager/api/reference/v202502/ProposalService.VideoPositionTarget) \n▼\n**VideoPosition**\n\nRepresents a targetable position within a video. A video ad can be targeted\nto a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ----- ||\n|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `positionType` | ` `[VideoPosition.Type](/ad-manager/api/reference/v202502/ProposalService.VideoPosition.Type)` ` The type of video position (pre-roll, mid-roll, or post-roll). *** ** * ** *** **Enumerations** `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. `ALL` : This position targets all of the above video positions. `PREROLL` : The position defined as showing before the video starts playing. `MIDROLL` : The position defined as showing within the middle of the playing video. `POSTROLL` : The position defined as showing after the video is completed. \u003cbr /\u003e |\n| ### `midrollIndex` | ` `xsd:`int` The index of the mid-roll to target. Only valid if the `positionType` is `VideoPositionType.MIDROLL`, otherwise this field will be ignored. |"]]