dma_country_targeting

NameModifier & DefaultsTypeDescription
dma_country_targetingDefault:
Targeting Object with type = ALL and value = [] (empty collection)
Targeting Object

Use the Dictionary to fetch possible values.

Usage:

1. Target the US, using INCLUDE mode.
2. Target 1 or more DMAs in the US.
List of DMAs that the campaign will target or exclude.

Serves as an alternative for the older sub_country_targeting field (but is used for DMAs only).

See: Country and Sub-Country Targeting

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 always null.

πŸ“˜

You can apply region or DMA targeting - but not both.

πŸ“˜

When submitting an update, pass the targeted values via dma_country_targeting or sub_country_targeting - but not both.
See: Country and Sub-Country Targeting