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-08-20 UTC."],[[["`VideoPositionTarget` allows for targeting specific positions within a video, such as pre-roll, mid-roll, post-roll, or bumper positions."],["It utilizes fields like `videoPosition`, `videoBumperType`, `videoPositionWithinPod`, and `adSpotId` to define the desired targeting."],["Targeting options include standard video positions, bumper positions (before or after ad pods), specific positions within ad pods, and custom ad spots."],["To target specific positions, the corresponding fields must be populated while others are set to null to avoid conflicts."],["This object is used within services like `ProposalService`, `LineItemService`, and others to specify ad placement within video content."]]],["The content details the `VideoPositionTarget` options for targeting positions within a video, part of various services like `AdRuleService`, `ForecastService`, and `ProposalService`. Key fields include `videoPosition`, which specifies the position to target and is required. `videoBumperType` designates bumper positions (`BEFORE`, `AFTER`). `videoPositionWithinPod` targets positions in a pod, while `adSpotId` targets custom ad spots. Only one of them should have a value different from null. These fields are mutually exclusive.\n"]]