AI-generated Key Takeaways
-
The Display & Video 360 API v1 has been sunset.
-
The request lists which assigned targeting options of a given targeting type should be deleted.
-
The JSON representation includes
targetingTypeand a list ofassignedTargetingOptionIds. -
The
targetingTypefield is required and identifies the type of assigned targeting option. -
The
assignedTargetingOptionIdsfield is required and lists the IDs to delete.
A request listing which assigned targeting options of a given targeting type should be deleted.
| JSON representation |
|---|
{
"targetingType": enum ( |
| Fields | |
|---|---|
targetingType |
Required. Identifies the type of this assigned targeting option. |
assignedTargetingOptionIds[] |
Required. The assigned targeting option IDs to delete. |