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 v1 has been sunset.
This page details how to get a single targeting option assigned to a campaign using an HTTP GET request.
Required path parameters include advertiserId, campaignId, targetingType, and assignedTargetingOptionId.
The request body must be empty, and a successful response contains an instance of AssignedTargetingOption.
This action requires the https://www.googleapis.com/auth/display-video OAuth scope.
Gets a single targeting option assigned to a campaign.
HTTP request
GET https://displayvideo.googleapis.com/v1/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 2024-09-18 UTC."],[],["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"]]