To discuss and provide feedback on our products, join the official Display & Video 360 API and Structured Data Files Discord channel in the Google Advertising and Measurement Community server.
Method: advertisers.insertionOrders.targetingTypes.assignedTargetingOptions.get
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This API method retrieves a single targeting option assigned to a specific insertion order.
The request requires path parameters including the advertiser ID, insertion order ID, targeting type, and the assigned targeting option ID.
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 insertion order.
HTTP request
GET https://displayvideo.googleapis.com/v4/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}/targetingTypes/{targetingType}/assignedTargetingOptions/{assignedTargetingOptionId}