AdCritter Platform Overview
AdCritter is a self-service advertising platform for creating and managing digital advertising campaigns across multiple channels including Connected TV (CTV), Digital Roadside Billboards (digital out-of-home or DooH), Internet Display & Native, and Streaming Audio (streaming apps, radio, and podcasts).
The AdCritter API allows developers to integrate all of this functionality into their own applications. Specifically, the API provides the ability to create and manage advertiser accounts, campaigns, ads (advertising assets/creatives), geographic & audience targeting, budget allocation and delivery configuration across all media channels. It also provides the ability to retrieve performance analytics for reporting purposes.
Getting started
X-Api-Key: ac_live_{your_key}POST /v1/advertisers | GET /v1/advertisersPOST /v1/advertisers/{advertiserId}/campaignsPOST /v1/advertisers/{advertiserId}/ads/{type}POST /v1/advertisers/{advertiserId}/campaigns/{campaignId}/launchGET /v1/advertisers/{advertiserId}/reports/snapshotAPI reference
Entity hierarchy
Entity relationships
Authentication
X-Api-KeyResponse envelope
Every response uses a standard envelope: { timestamp, response, errors }. The response field carries the payload. The errors field is an array of { code, name, message } objects, populated only when the request fails.