Name | Modifier & Defaults | Type | Description |
|---|---|---|---|
connection_type_targeting | Default: | Targeting Object
| The connection types to target/exclude in the campaign. |
The connection_type_targeting field is updated directly via the campaigns endpoint - and the targeted collection is stored directly in the value property:
{
// other Campaign fields...
"connection_type_targeting": {
"type": "ALL",
"value": [],
"href": null
},
"href": null
}{
// other Campaign fields...
"connection_type_targeting": {
"type": "INCLUDE",
"value": [
"WIFI"
],
"href": null
}
}The
hrefproperty is alwaysnull.
