POST https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}/targetingTypes/{targetingType}/assignedTargetingOptions
[[["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-04-02 UTC."],[[["This operation assigns a targeting option to an insertion order, supporting various targeting types like age range, browser, category, and more."],["The HTTP request is a POST request to a specific URL structure including advertiser ID, insertion order ID, and targeting type."],["The request body should contain an instance of `AssignedTargetingOption` defining the targeting details."],["If successful, the response returns the assigned `AssignedTargetingOption` object."],["This operation requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."]]],["This content describes assigning a targeting option to an insertion order via a POST request. The request requires `advertiserId`, `insertionOrderId`, and `targetingType` path parameters. Supported targeting types include age range, browser, category, and more. The request body should contain an `AssignedTargetingOption` instance, and a successful response will also return an `AssignedTargetingOption` instance. The operation requires OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]