Get all Publishers on network

πŸ“˜

Publisher Targeting

For Publisher Targeting, use the account_id returned in the response.

{
   "results": [
      {
         "id": 1001,
         "name": "Demo Publisher 1",
         "account_id": "demo-publisher-1",
         "partner_types": [
            "PUBLISHER"
         ],
         "type": "PARTNER",
         "campaign_types": null,
         "currency": "USD"
      },
      {
         "id": 1002,
         "name": "Demo Publisher 2",
         "account_id": "demo-publisher-2",
         "partner_types": [
            "PUBLISHER"
         ],
         "type": "PARTNER",
         "campaign_types": null,
         "currency": "USD"
      }
      // Additional rows (objects) omitted...
   ]
   // Additional detail omitted...
}

🚧

Large Payload

The payload for this endpoint is typically large.

Language