Every new line item needs to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our deprecations page for more details.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
Gets a single targeting option assigned to an ad group.
Inherited assigned targeting options are not included.
HTTP request
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/adGroups/{adGroupId}/targetingTypes/{targetingType}/assignedTargetingOptions/{assignedTargetingOptionId}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-08 UTC."],[],["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"]]