[[["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-01-09 UTC."],[[["This document outlines the process for assigning a targeting option to a partner using the Display & Video 360 API."],["The API endpoint requires a POST request with specific path parameters for partner and targeting type."],["Both request and response bodies utilize the `AssignedTargetingOption` object for data transfer."],["Authorization is necessary via OAuth 2.0 with the `https://www.googleapis.com/auth/display-video` scope."]]],["This documentation details assigning a targeting option to a partner via a `POST` request to a specified URL. The request requires a `partnerId` and `targetingType` as path parameters. The `partnerId` is a required integer string, and `targetingType` must be a supported type like `TARGETING_TYPE_CHANNEL`. The request body contains an `AssignedTargetingOption`, and upon success, the response body returns a newly created `AssignedTargetingOption`. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]