[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis documentation details how to get a single targeting option using the Display & Video 360 API.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the \u003ccode\u003etargetingType\u003c/code\u003e and \u003ccode\u003etargetingOptionId\u003c/code\u003e as path parameters, along with the \u003ccode\u003eadvertiserId\u003c/code\u003e as a query parameter.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return a \u003ccode\u003eTargetingOption\u003c/code\u003e object containing the details of the requested targeting option.\u003c/p\u003e\n"],["\u003cp\u003eYou need the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e OAuth scope to authorize this request.\u003c/p\u003e\n"]]],[],null,["# Method: targetingTypes.targetingOptions.get\n\n| Display \\& Video 360 API v2 has sunset.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets a single targeting option.\n\n### HTTP request\n\n`GET https://displayvideo.googleapis.com/v2/targetingTypes/{targetingType}/targetingOptions/{targetingOptionId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `targetingType` | `enum (`[TargetingType](/display-video/api/reference/rest/v2/TargetingType)`)` Required. The type of targeting option to retrieve. Accepted values are: - `TARGETING_TYPE_APP_CATEGORY` - `TARGETING_TYPE_AGE_RANGE` - `TARGETING_TYPE_GENDER` - `TARGETING_TYPE_VIDEO_PLAYER_SIZE` - `TARGETING_TYPE_USER_REWARDED_CONTENT` - `TARGETING_TYPE_PARENTAL_STATUS` - `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` - `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` - `TARGETING_TYPE_DEVICE_TYPE` - `TARGETING_TYPE_BROWSER` - `TARGETING_TYPE_HOUSEHOLD_INCOME` - `TARGETING_TYPE_ON_SCREEN_POSITION` - `TARGETING_TYPE_CARRIER_AND_ISP` - `TARGETING_TYPE_OPERATING_SYSTEM` - `TARGETING_TYPE_DEVICE_MAKE_MODEL` - `TARGETING_TYPE_ENVIRONMENT` - `TARGETING_TYPE_CATEGORY` - `TARGETING_TYPE_VIEWABILITY` - `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` - `TARGETING_TYPE_LANGUAGE` - `TARGETING_TYPE_GEO_REGION` - `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` - `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` - `TARGETING_TYPE_EXCHANGE` - `TARGETING_TYPE_SUB_EXCHANGE` - `TARGETING_TYPE_NATIVE_CONTENT_POSITION` - `TARGETING_TYPE_OMID` |\n| `targetingOptionId` | `string` Required. The ID of the of targeting option to retrieve. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The Advertiser this request is being made in the context of. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [TargetingOption](/display-video/api/reference/rest/v2/targetingTypes.targetingOptions#TargetingOption).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]