The Display & Video 360 API is rolling out Demand Gen resource support to all partners starting June 10, 2026. See our blog post for more details on how to get ready!
Method: advertisers.targetingTypes.assignedTargetingOptions.get
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This document provides information about retrieving a single targeting option assigned to an advertiser using the Display & Video 360 API v2.
The HTTP request method is GET and the URL follows gRPC Transcoding syntax, requiring advertiser ID, targeting type, and assigned targeting option ID as path parameters.
The request body must be empty, and a successful response will contain an instance of AssignedTargetingOption.
Authorization requires the https://www.googleapis.com/auth/display-video OAuth scope.
Gets a single targeting option assigned to an advertiser.
HTTP request
GET https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/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 2024-09-18 UTC."],[],["This document details how to retrieve a specific targeting option assigned to an advertiser using the Display & Video 360 API. The core action is sending a `GET` request to a specific URL (`https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/targetingTypes/{targetingType}/assignedTargetingOptions/{assignedTargetingOptionId}`). The URL requires three path parameters: `advertiserId`, `targetingType` (enum), and `assignedTargetingOptionId`. The request body must be empty, and a successful response returns an `AssignedTargetingOption` instance. It requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]