Name | Modifier & Defaults | Type | Description |
|---|---|---|---|
country_targeting | Default: | Targeting Object | List of countries that the campaign will target or exclude. |
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
}
//...
}
Thehrefproperty is alwaysnull.
