Gets a single targeting option assigned to a line item.
HTTP request
GET https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/lineItems/{lineItemId}/targetingTypes/{targetingType}/assignedTargetingOptions/{assignedTargetingOptionId}
[null,null,["Last updated 2024-09-18 UTC."],[[["This documentation details how to retrieve a single targeting option assigned to a line item using the Display & Video 360 API."],["It outlines the required HTTP request format, including path parameters and authorization scopes."],["Developers can use this information to programmatically access and manage targeting options for their line items."],["The response to a successful request will provide details about the specified assigned targeting option."]]],["The provided content outlines how to retrieve a specific targeting option linked to a line item in the Display & Video 360 API. It uses a `GET` HTTP request with required path parameters: `advertiserId`, `lineItemId`, `targetingType`, and `assignedTargetingOptionId`. The request body is empty. A successful request returns an `AssignedTargetingOption` instance, and it needs an `https://www.googleapis.com/auth/display-video` authorization scope. The API v1 is now sunset.\n"]]