DeleteAssignedTargetingOptionsRequest

  • Display & Video 360 API v1 has been sunset and replaced with a newer version.

  • This document outlines the request format to delete assigned targeting options for a specific targeting type.

  • The request must include the targeting type and an array of assigned targeting option IDs 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.