DeleteAssignedTargetingOptionsRequest

  • The DeleteAssignedTargetingOptionsRequest is used to specify which assigned targeting options of a given targeting type should be removed.

  • The JSON representation of this request includes the required fields targetingType, an enum, and assignedTargetingOptionIds, an array of strings.

  • The targetingType field identifies the type of assigned targeting option being targeted for deletion.

  • The assignedTargetingOptionIds field lists the specific IDs of the assigned targeting options that are 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.