Name | Modifier & Defaults | Type | Description |
---|---|---|---|
dma_country_targeting | Default: | Targeting Object
| List of DMAs that the campaign will target or exclude. |
The dma_country_targeting
field is updated directly via the campaigns endpoint - and the targeted collection is stored directly in the value
property:
{
"id": "1234",
//...
"dma_country_targeting": {
"type": "INCLUDE",
"value": [
"583",
"800",
"716"
]
}
//...
}
The
href
property is alwaysnull
.
You can apply region or DMA targeting - but not both.
When submitting an update, pass the targeted values via
dma_country_targeting
orsub_country_targeting
- but not both.
See: Country and Sub-Country Targeting