Получает один вариант таргетинга, назначенный кампании.
HTTP-запрос
GET https://displayvideo.googleapis.com/v1/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"]],["Последнее обновление: 2024-10-30 UTC."],[[["Display & Video 360 API v1 is sunset."],["This request gets a single targeting option assigned to a campaign using the specified parameters."],["The request requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Successful responses will contain an instance of `AssignedTargetingOption`."]]],["This content outlines the process of retrieving a specific targeting option assigned to a campaign via the Display & Video 360 API. A `GET` request is made to a URL including `advertiserId`, `campaignId`, `targetingType`, and `assignedTargetingOptionId`. The request body must be empty. The response, if successful, returns an `AssignedTargetingOption`. The process uses gRPC Transcoding and requires the `https://www.googleapis.com/auth/display-video` OAuth scope. Supported targeting types are also listed.\n"]]