[[["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 has been sunset and this documentation details assigning a targeting option to a partner using the updated API."],["The API utilizes an HTTP POST request to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/targetingTypes/{targetingType}/assignedTargetingOptions` to create the assignment."],["Required parameters include `partnerId` and `targetingType` which specify the target partner and the type of targeting being assigned."],["The request body should contain an `AssignedTargetingOption` object defining the specifics of the assignment, and a successful response will return the created `AssignedTargetingOption`."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope for access."]]],["This document details the process of assigning a targeting option to a partner using the Display & Video API. It outlines that a `POST` request is made to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/targetingTypes/{targetingType}/assignedTargetingOptions`. The `partnerId` and `targetingType` are required path parameters. The request body should include an `AssignedTargetingOption` instance. A successful response returns a new `AssignedTargetingOption` instance. This operation requires OAuth scope `https://www.googleapis.com/auth/display-video`. The v1 version of this API has been sunset.\n"]]