Name | Modifier & Defaults | Type | Description |
---|---|---|---|
sub_country_targeting | Default: | Targeting Object
| List of regions (or DMAs) that the campaign will target or exclude. |
The sub_country_targeting
field is updated directly via the campaigns endpoint - and the targeted collection is stored directly in the value
property:
{
"id": "1234",
//...
"sub_country_targeting": {
"type": "INCLUDE",
"value": [
"NY"
],
"href": null
}
//...
}
Thehref
property is alwaysnull
.
You can apply region or DMA targeting - but not both
For a given update request, you can submit values viasub_country_targeting
or via one of the newer, 'specific' fields - but not via both.
See: Country and Sub-Country Targeting