Получает один вариант таргетинга, назначенный группе объявлений.
Унаследованные назначенные параметры таргетинга не учитываются.
HTTP-запрос
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/adGroups/{adGroupId}/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 single targeting option assigned to a specific ad group, excluding inherited options."],["The request is made using an HTTP GET method to a structured URL containing advertiser ID, ad group ID, targeting type, and assigned targeting option ID."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["A successful response returns an `AssignedTargetingOption` object representing the requested targeting option details."]]],["This describes retrieving a single targeting option for an ad group via a `GET` request. The request URL uses gRPC Transcoding and requires path parameters: `advertiserId`, `adGroupId`, `targetingType`, and `assignedTargetingOptionId`. The `targetingType` defines the targeting, including age, app, gender, or URL, among others. The request body must be empty, and the response body returns an `AssignedTargetingOption` instance upon success. The request needs `https://www.googleapis.com/auth/display-video` authorization.\n"]]