Name | Modifier & Defaults | Type | Description |
---|---|---|---|
country_targeting | Default: Targeting Object with type = ALL and value = [] (empty collection) | Targeting Object Possible targeting values: 2-letter country code as defined by ISO-3166 Use the Dictionary ( resources/countries ) to fetch the latest, up-to-date values. | List of countries that the campaign will target or exclude. See: Country and Sub-Country Targeting |
The country_targeting
field is updated directly via the campaigns endpoint - and the targeted collection is stored directly in the value
property:
{
"id": "1234",
//...
"country_targeting": {
"type": "INCLUDE",
"value": [
"US"
],
"href": null
}
//...
}
The
href
property is alwaysnull
.