Skip to main content

Campaign API

Campaigns

Campaigns are a grouping of bookings and their associated creatives.

Create a Campaign

POST /v1/campaigns

Creates a new campaign.

Request body - CreateCampaignDto

FieldTypeRequiredDescription
namestringYesDisplay name of the company.
advertiserIdintegerNoID of the advertiser/media partner you want to attach to this campaign.
brandIdsintegerNoIDs of the brands you want attached to this campaign.externalKeystringNoYour own external reference key.frequencyLimitsinteger, stringNoFrequency limit settings for the campaign.- amountintegerNoLimit of event per set period per scope.- eventstringNoSet the limit to either IMPRESSIONS or CLICKS.- periodstringNoPeriod for which the amount is applied as limit to the event. Either DAILY or HOURLY.- scopestringNoOn which level the limit is applied. In this case always CAMPAIGN.priorityIdintegerYes

List Campaigns

Update Campaigns

Delete Campaigns