AI-generated Key Takeaways
-
Display & Video 360 API v3 has sunset and users should transition to v4.
-
The DeleteAssignedTargetingOptionsRequest is used to list and delete specific assigned targeting options of a given targeting type.
-
The request requires a
targetingType(enum) and an array ofassignedTargetingOptionIds(strings) to specify which options 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. |