[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["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"]]