Method: advertisers.campaigns.targetingTypes.assignedTargetingOptions.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Display & Video 360 API v3 is no longer supported; use v4 instead.
This page describes how to get a single targeting option assigned to a campaign using a GET request.
Required path parameters for the request include advertiser ID, campaign ID, targeting type, and assigned targeting option ID.
The request body must be empty, and the response body contains an instance of AssignedTargetingOption.
The request requires the https://www.googleapis.com/auth/display-video OAuth scope for authorization.
Gets a single targeting option assigned to a campaign.
HTTP request
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/campaigns/{campaignId}/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 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"]]