DeleteAssignedTargetingOptionsRequest

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

  • This request uses a JSON representation that includes the targeting type and a list of assigned targeting option IDs.

  • The targetingType field is a required enum that identifies the type of the assigned targeting option.

  • The assignedTargetingOptionIds field is a required list of strings representing the IDs of the 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.