CreateAssignedTargetingOptionsRequest

  • Display & Video 360 API v3 has sunset and users should transition to v4.

  • This document describes a request used to create and add assigned targeting options of a specific targeting type.

  • The request requires both a targetingType and a list of assignedTargetingOptions.

A request listing which assigned targeting options of a given targeting type should be created and added.

JSON representation
{
  "targetingType": enum (TargetingType),
  "assignedTargetingOptions": [
    {
      object (AssignedTargetingOption)
    }
  ]
}
Fields
targetingType

enum (TargetingType)

Required. Identifies the type of this assigned targeting option.

assignedTargetingOptions[]

object (AssignedTargetingOption)

Required. The assigned targeting options to create and add.