auto_publisher_targeting

NameModifier & DefaultsTypeDescription
auto_publisher_targetingDefault:
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 always null.

πŸ“˜

This collection is autogenerated and is read-only.
However, you can PATCH the collection (REMOVE only).