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."],[[["\u003cp\u003eVideoPosition allows targeting ads within videos, such as pre-roll, mid-roll, or post-roll.\u003c/p\u003e\n"],["\u003cp\u003eIt uses \u003ccode\u003epositionType\u003c/code\u003e to define the ad's placement (pre-roll, mid-roll, post-roll, or all).\u003c/p\u003e\n"],["\u003cp\u003eFor mid-roll placements, \u003ccode\u003emidrollIndex\u003c/code\u003e specifies the targeted mid-roll's index within the video.\u003c/p\u003e\n"],["\u003cp\u003eThis feature enables precise ad placement within video content for optimal viewer engagement and campaign performance.\u003c/p\u003e\n"]]],["The core content details video ad targeting within a video. Key actions involve targeting `VideoPosition`, defined by `positionType` (pre-roll, mid-roll, post-roll, or all). `midrollIndex`, an integer, specifies the mid-roll's position when `positionType` is `MIDROLL`. Several services, including `AdRuleService`, `AdjustmentService`, `LineItemService`, and others, leverage this `VideoPosition` information to manage ad placement. This namespace is used for all the listed services: `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type VideoPosition (v202408)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.VideoPosition) [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.VideoPosition) [ForecastService](/ad-manager/api/reference/v202408/ForecastService.VideoPosition) **LineItemService** [NativeStyleService](/ad-manager/api/reference/v202408/NativeStyleService.VideoPosition) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.VideoPosition) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.VideoPosition) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.VideoPosition) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.VideoPosition) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.VideoPosition) **Dependencies** \n[VideoPositionTarget](/ad-manager/api/reference/v202408/LineItemService.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/v202408`\n\n| Field ----- ||\n|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `positionType` | ` `[VideoPosition.Type](/ad-manager/api/reference/v202408/LineItemService.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. |"]]