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 for targeting specific positions within videos, such as pre-roll, mid-roll, post-roll, or bumper positions."],["It utilizes fields like `videoPosition`, `videoBumperType`, `videoPositionWithinPod`, and `adSpotId` to define the target location."],["To target specific positions within ad pods, the `videoPositionWithinPod` field should be used."],["Custom ad spots can be targeted by using the `adSpotId` field."],["This feature is accessible through various services including `ProposalService`, `LineItemService`, and `AdRuleService`."]]],["The content outlines `VideoPositionTarget` options for targeting ad placements within videos. Key fields include `videoPosition` (required), `videoBumperType` (specifies bumper placement: `BEFORE` or `AFTER`), and `videoPositionWithinPod` (for targeting positions inside a pod). It includes `adSpotId` for a specific ad spot. The `VideoPositionTarget` is utilized within services such as `AdRuleService`, `AdjustmentService`, `ForecastService`, and others. Depending on the targeted placement, some values must be populated, while others must be null.\n"]]