The video bumper type to target. To target a video position or a pod position, this value must
be null. To target a bumper position this value must be populated and the line item must have a
bumper type. To target a custom ad spot, this value must be null.
The video position within a pod to target. To target a video position or a bumper position,
this value must be null. To target a position within a pod this value must be populated. To
target a custom ad spot, this value must be null.
adSpotId
xsd:long
A custom spot AdSpot to target. To target a video position, a bumper type or a video
position within a pod this value must be null.
[[["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-02-13 UTC."],[[["VideoPositionTarget allows targeting specific positions within video content, like pre-roll, mid-roll, post-roll, or even custom ad spots."],["This targeting utilizes various attributes such as `videoPosition`, `videoBumperType`, `videoPositionWithinPod`, and `adSpotId` to pinpoint desired ad placements."],["Targeting specific video positions requires setting the appropriate fields within the VideoPositionTarget object, ensuring alignment with campaign goals and ad formats."],["When aiming for bumper positions, the `videoBumperType` must be specified, and the line item should have a corresponding bumper type."],["Custom ad spots within the video content can be targeted by providing the `adSpotId` while leaving other positioning fields null."]]],["The `VideoPositionTarget` defines targetable positions within a video, specifying targeting options for various video ad placements. It uses fields like `videoPosition`, `videoBumperType` (with enumerations `BEFORE` and `AFTER`), `videoPositionWithinPod`, and `adSpotId`. Depending on the targeting method, some fields must be populated while others must be null. This service is used within `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService` to target ad placements.\n"]]