Method: advertisers.lineItems.targetingTypes.assignedTargetingOptions.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This document outlines how to retrieve a single targeting option assigned to a line item using a GET request.
The request requires path parameters including advertiserId, lineItemId, targetingType, and assignedTargetingOptionId.
The request body must be empty, and a successful response will contain an AssignedTargetingOption instance.
Authorization for this request requires the https://www.googleapis.com/auth/display-video OAuth scope.
Gets a single targeting option assigned to a line item.
HTTP request
GET https://displayvideo.googleapis.com/v4/advertisers/{advertiserId}/lineItems/{lineItemId}/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-03-27 UTC."],[],["The Display & Video 360 API v4 allows retrieval of a single targeting option assigned to a line item using a GET request. The request URL requires the advertiser ID, line item ID, targeting type, and assigned targeting option ID as path parameters. The targeting type can be one of many enums. The request body must be empty. The successful response contains an `AssignedTargetingOption` object, and it requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]