CreateAssignedTargetingOptionsRequest

  • The CreateAssignedTargetingOptionsRequest lists which assigned targeting options of a given targeting type should be created and added.

  • The request includes a targetingType field, which is a required enum identifying the type of assigned targeting option.

  • The request also includes an assignedTargetingOptions field, which is a required array of objects representing the assigned targeting options to create and add.

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.