DeleteAssignedTargetingOptionsRequest

  • Display & Video 360 API v2 has sunset.

  • This content describes the JSON representation and fields for a request to delete assigned targeting options using Display & Video 360 API v2.

  • The request requires specifying the targeting type and the IDs of the assigned targeting options to be deleted.

A request listing which assigned targeting options of a given targeting type should be deleted.

JSON representation
{
  "targetingType": enum (TargetingType),
  "assignedTargetingOptionIds": [
    string
  ]
}
Fields
targetingType

enum (TargetingType)

Required. Identifies the type of this assigned targeting option.

assignedTargetingOptionIds[]

string

Required. The assigned targeting option IDs to delete.