[[["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-09-18 UTC."],[[["Display & Video 360 API v1 is sunsetted."],["This endpoint assigns a targeting option to an advertiser, returning the assigned option upon success."],["It requires specifying the advertiser ID and targeting type using an HTTP POST request to the provided URL."],["Authorization is necessary using the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document outlines the process for assigning a targeting option to an advertiser using the Display & Video 360 API. The core action is a POST request to `https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/targetingTypes/{targetingType}/assignedTargetingOptions`. The request requires `advertiserId` and `targetingType` as path parameters. Supported `targetingType` values include channel, content label exclusion, OMID and sensitive category exclusion. The request body must contain an `AssignedTargetingOption` instance and the response will contain the newly created `AssignedTargetingOption`. The process requires OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]