Starting September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our deprecations page for more details on how to update your integration to make this declaration.
Gets a single targeting option assigned to a campaign.
HTTP request
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/campaigns/{campaignId}/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-04-02 UTC."],[[["\u003cp\u003eRetrieves a specific targeting option assigned to a Display & Video 360 campaign.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the advertiser ID, campaign ID, targeting type, and assigned targeting option ID in the request URL.\u003c/p\u003e\n"],["\u003cp\u003eUses an HTTP GET request with no request body.\u003c/p\u003e\n"],["\u003cp\u003eReturns an \u003ccode\u003eAssignedTargetingOption\u003c/code\u003e object in the response if successful.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This describes how to retrieve a specific targeting option assigned to a campaign using a `GET` request. The request URL structure is defined, including placeholders for `advertiserId`, `campaignId`, `targetingType`, and `assignedTargetingOptionId`. These path parameters are required to identify the requested resource. The `targetingType` specifies what kind of targeting, with many options available. The request body is empty, and a successful response returns an `AssignedTargetingOption`. OAuth scope `https://www.googleapis.com/auth/display-video` is necessary for authorization.\n"],null,[]]