Name | Modifier & Defaults | Type | Description |
---|---|---|---|
auto_publisher_targeting | Default: | Targeting Object (EXCLUDE only) | A list of poorly performing publishers (account_ids) that were automatically suppressed by SmartBid (aka the AutoBlocker) for this campaign. |
Campaign Object:
{
"id": 1234,
// ...
"auto_publisher_targeting": {
"type": "ALL",
"value": [],
"href": null
}
// ...
}
{
"id": 1234,
// ...
"auto_publisher_targeting": {
"type": "EXCLUDE",
"value": [
"demo-publisher-1",
"demo-publisher-2"
],
"href": null
}
// ...
}
The
href
property is alwaysnull
.
This collection is autogenerated and is read-only.
However, you can PATCH the collection (REMOVE only).