Получает один вариант таргетинга, назначенный кампании.
HTTP-запрос
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/campaigns/{campaignId}/targetingTypes/{targetingType}/assignedTargetingOptions/{assignedTargetingOptionId}
[[["Прост для понимания","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."],[[["Retrieves a specific targeting option assigned to a Display & Video 360 campaign."],["Requires specifying the advertiser ID, campaign ID, targeting type, and assigned targeting option ID in the request URL."],["Uses an HTTP GET request with no request body."],["Returns an `AssignedTargetingOption` object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes how to retrieve a specific targeting option assigned to a campaign using a `GET` request. The request URL structure is defined, including placeholders for `advertiserId`, `campaignId`, `targetingType`, and `assignedTargetingOptionId`. These path parameters are required to identify the requested resource. The `targetingType` specifies what kind of targeting, with many options available. The request body is empty, and a successful response returns an `AssignedTargetingOption`. OAuth scope `https://www.googleapis.com/auth/display-video` is necessary for authorization.\n"]]