CreateAssignedTargetingOptionsRequest

  • Display & Video 360 API v2 is no longer in use.

  • This documentation details creating and adding assigned targeting options for specific targeting types within campaigns.

  • The request requires specifying the targeting type and providing a list of assigned targeting options with their respective configurations.

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.