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.
[null,null,["Last updated 2025-04-02 UTC."],[[["\u003cp\u003eCreate and add assigned targeting options for a given targeting type using a JSON request.\u003c/p\u003e\n"],["\u003cp\u003eThe request must specify the targeting type and include an array of assigned targeting options.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etargetingType\u003c/code\u003e field identifies the type of assigned targeting option using the \u003ccode\u003eTargetingType\u003c/code\u003e enum.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eassignedTargetingOptions\u003c/code\u003e field contains an array of \u003ccode\u003eAssignedTargetingOption\u003c/code\u003e objects representing the options to create and add.\u003c/p\u003e\n"]]],[],null,["# CreateAssignedTargetingOptionsRequest\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA request listing which assigned targeting options of a given targeting type should be created and added.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"targetingType\": enum (/display-video/api/reference/rest/v3/TargetingType), \"assignedTargetingOptions\": [ { object (/display-video/api/reference/rest/v3/advertisers.adGroups.targetingTypes.assignedTargetingOptions#AssignedTargetingOption) } ] } ``` |\n\n| Fields ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `targetingType` | `enum (`[TargetingType](/display-video/api/reference/rest/v3/TargetingType)`)` Required. Identifies the type of this assigned targeting option. |\n| `assignedTargetingOptions[]` | `object (`[AssignedTargetingOption](/display-video/api/reference/rest/v3/advertisers.adGroups.targetingTypes.assignedTargetingOptions#AssignedTargetingOption)`)` Required. The assigned targeting options to create and add. |"]]