Get list of available Publishers

Get a list of all publishers on which the specified account could be served.
(Returns the full list of publishers, regardless of any publisher blocking.)

{
   "results": [
      {
         "id": 6,
         "name": "Demo Publisher 1",
         "account_id": "demo-publisher-1",
         "partner_types": [
            "PUBLISHER"
         ],
         "type": "PARTNER",
         "campaign_types": null,
         "currency": "USD",
         "time_zone_name": "US/Eastern"
      },
      {
         "id": 7,
         "name": "Demo Publisher 2",
         "account_id": "demo-publisher-2",
         "partner_types": [
            "PUBLISHER"
         ],
         "type": "PARTNER",
         "campaign_types": null,
         "currency": "USD",
         "time_zone_name": "US/Eastern"
      },
      //...
   ],
   "metadata": {
      "total": 81493
      //...
   }
}

πŸ“˜

Which Field?

To apply Publisher Targeting on the campaign or account level, submit the account_id of the Publisher.

🚧

Large Payload

The payload for this endpoint is typically large.

Language