Method: advertisers.campaigns.targetingTypes.assignedTargetingOptions.get
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This document provides details on how to get a single targeting option assigned to a campaign using a GET request.
The request requires specific path parameters including advertiser ID, campaign ID, targeting type, and assigned targeting option ID.
The request body should 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 a campaign.
HTTP request
GET https://displayvideo.googleapis.com/v4/advertisers/{advertiserId}/campaigns/{campaignId}/targetingTypes/{targetingType}/assignedTargetingOptions/{assignedTargetingOptionId}