v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBCreate Campaigns
Request body
The advertiser's ID for the campaign.
The campaign name.
You can pass an array of flights, a blank array, or not include. See Create Flight endpoint.
Specifies whether campaign should be active (serving ads). Defaults to false.
Specifies whether campaign should be deleted. Do not use when creating a campaign.
Specifies whether campaign should be archived. Do not use when creating a campaign.
The number of times the frequency cap should occur.
Specifies how often the frequency cap should occur.
The enum value for how often frequency capping should occur. 1 = Hour 2 = Day 3 = Minute.
"Opts-out" campaign from advertiser-level frequency cap settings.
Set to CapType = 4. Campaigns can only budget cap on revenue metric. Do not set to 0 - if removing, set to null.
The max daily revenue.
The max lifetime revenue.
Response
200
Example response
{
"AdvertiserId": 12345,
"Name": "Nike Q4 Campaign",
"Id": 123456,
"StartDateISO": "2017-01-01T00:00:00.0000000"
}