Name | Modifier & Defaults | Type | Description |
---|---|---|---|
auto_publisher_targeting | Default: Targeting Object with type = ALL and value = [] (empty collection) | Targeting Object (EXCLUDE only) Target values: account_id 's of relevant accounts. | A list of poorly performing publishers (account_ids) that were automatically suppressed by SmartBid (aka the AutoBlocker) for this campaign. See: Patching Auto-Targeted Publishers |
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).