The Display & Video 360 API is rolling out Demand Gen resource support to all partners starting June 10, 2026. See our blog post for more details on how to get ready!
Method: advertisers.targetingTypes.assignedTargetingOptions.create
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This document explains how to assign a targeting option to an advertiser using a POST request.
The HTTP request requires specifying the advertiser ID and the targeting type in the URL path.
The request body should contain an instance of AssignedTargetingOption.
A successful response will return a newly created instance of AssignedTargetingOption.
The request requires authorization with the https://www.googleapis.com/auth/display-video OAuth scope.
[[["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-03-27 UTC."],[],["The Display & Video 360 API v4, in beta, allows assigning a targeting option to an advertiser via a POST request. The URL specifies the advertiser's ID and targeting type using path parameters. The request body requires an `AssignedTargetingOption` instance, and a successful request returns a newly created `AssignedTargetingOption`. Supported targeting types include channel, digital content label exclusion, OMID, sensitive category exclusion, and keyword. Authorization requires the `https://www.googleapis.com/auth/display-video` scope.\n"]]