POST https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}/targetingTypes/{targetingType}/assignedTargetingOptions
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 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"]]