region_country_targeting
| Name | Modifier & Defaults | Type | Description |
|---|---|---|---|
| region_country_targeting | Default: Targeting Object with type = ALL and value = [] (empty collection) | Targeting Object Use the Dictionary to fetch possible values.
| List of regions that the campaign will target or exclude. Serves as an alternative for the older sub_country_targeting field (but is used for regions only).See: Country and Sub-Country Targeting |
The region_country_targeting field is updated directly via the campaigns endpoint - and the targeted collection is stored directly in the value property:
{
"id": "1234",
//...
"region_country_targeting": {
"type": "INCLUDE",
"value": [
"NY"
],
"href": null
}
//...
}
Thehrefproperty is alwaysnull.
You can apply region or DMA targeting - but not both.
When submitting an update, pass the targeted values viaregion_country_targetingorsub_country_targeting- but not both.
See: Country and Sub-Country Targeting
Updated 21 days ago
Did this page help you?
