Name | Modifier & Defaults | Type | Description |
---|---|---|---|
sub_country_targeting | Default: with | Targeting Object Usage:
| List of regions (or DMAs) that the campaign will target or exclude. Country and Sub-Country Targeting and the field definitions that follow below. |
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
}
//...
}
The
href
property is alwaysnull
.
You can apply region or DMA targeting - but not both
For a given update request, you can submit values via
sub_country_targeting
or via one of the newer, 'specific' fields - but not via both. See: Country and Sub-Country Targeting