[[["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-01-09 UTC."],[[["Retrieves a single targeting option based on its ID and type."],["Requires specifying the targeting type, targeting option ID, and advertiser ID."],["Uses an HTTP GET request with path and query parameters."],["An empty request body is needed and a successful response returns a TargetingOption object."],["Authorization with the `https://www.googleapis.com/auth/display-video` scope is necessary."]]],["This document details how to retrieve a single targeting option using a GET request. The request URL specifies the `targetingType` and `targetingOptionId` as path parameters, with valid targeting types listed. An `advertiserId` is a required query parameter. The request body must be empty. A successful request returns a `TargetingOption` object. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]