Contents

TargetingDataCreate

A targeting dimension value set for creating ad group or campaign targeting, specifying values to include or exclude.

Declaration

object TargetingDataCreate

Properties

NameTypeDescription
include[string]

Array of values to include in targeting for this dimension. Array of strings.

exclude[string]

Array of values to exclude from targeting for this dimension. Array of strings.

Discussion

Most targeting dimensions only support include, so setting exclude on those has no effect at creation.

Example

{
  "include": [
    "IPHONE"
  ]
}

See Also