Name | Modifier & Defaults | Type | Description |
---|---|---|---|
browser_targeting | Default: | The targeting object should contain the list of targeted browser families. See the example below.
| List of browsers to target/exclude.
|
The browser_targeting
field is updated directly via the campaigns endpoint - and the targeted collection is stored directly in the value
property:
{
"id": "1234",
//...
"browser_targeting": {
"type": "INCLUDE",
"value": [
"Chrome",
"Yandex"
],
"href": null
}
}
The
href
property is alwaysnull
.
'Patching' is not supported. Submitted values overwrite any existing ones.
The API will not attempt to validate the combined targeting for platform, OS and browser. (If the targeted combination does not exist, the campaign will not display.)