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-02-25 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"]]