[[["Прост для понимания","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 advertiser and returns the assigned targeting option upon successful completion."],["To make the request, use the `POST` method and provide the advertiser ID and targeting type in the URL path."],["The request body should contain an `AssignedTargetingOption` object, detailing the specific targeting criteria."],["A successful response will contain the newly created `AssignedTargetingOption` object, reflecting the assigned targeting."],["This operation requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This API action assigns a targeting option to an advertiser via a POST request to a specific URL: `https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/targetingTypes/{targetingType}/assignedTargetingOptions`. It requires the `advertiserId` and `targetingType` as path parameters. The request body should include an `AssignedTargetingOption` instance, and the successful response will return a newly created `AssignedTargetingOption` instance. The OAuth scope `https://www.googleapis.com/auth/display-video` is necessary for authorization.\n"]]