TargetingDataUpdate
A targeting dimension value set for updating ad group or campaign targeting, specifying values to include or exclude.
Declaration
object TargetingDataUpdateProperties
| Name | Type | Description |
|---|---|---|
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
As with creation, most targeting dimensions only support include, so setting exclude on those has no effect when updating targeting.
Example
{
"include": [
"IPHONE"
]
}