IncludeExclude
Targeting criteria object specifying values to include or exclude in ad delivery.
Declaration
object IncludeExcludeProperties
| Name | Type | Description |
|---|---|---|
include | [string] | An array of string values to target. Accepted values depend on the field using this object. Read-only. |
Discussion
The IncludeExclude object is a shared targeting wrapper used by BrandsTargetingProjection and AppsTargetingProjection. The include array accepts different value sets depending on context:
Field | Accepted values |
|---|---|
| Apps: |
|
|
| ISO 3166-1 alpha-2 country codes, for example, |
| ISO 3166-1 alpha-2 storefront codes |
| Location group IDs associated with the brand |
| Individual brand location IDs |
Example
{
"include": [
"US",
"GB"
]
}