Create Campaign V2Ask AIpost https://api.kevel.co/v2/campaignCreate a Campaign and nested Flights/Creatives/AdsBody ParamsAdvertiserIdint32requiredThe advertiser's ID for the campaign.NamestringrequiredThe campaign name. Max 200 characters.Flightsarray of objectsYou can pass an array of flights, a blank array, or not include. See Create Flight endpoint.FlightsADD objectIsActivebooleanDefaults to falseSpecifies whether campaign should be active (serving ads). Defaults to false.FreqCapTypeint32The enum value for how often frequency capping should occur. 1 = Hour 2 = Day 3 = Minute.FreqCapint32The number of times the frequency cap should occur.FreqCapDurationint32Specifies how often the frequency cap should occur.DontAffectParentFreqCapboolean"Opts-out" campaign from advertiser-level frequency cap settings.CapTypeint32Set to CapType = 4. Campaigns can only budget cap on revenue metric. Do not set to 0 - if removing, set to null.DailyCapAmountint32The max daily revenue.LifetimeCapAmountint32The max lifetime revenue.CustomFieldsJsonstringStringified JSON value containing Custom Fields. See https://dev.kevel.com/docs/custom-fieldsSalespersonIdint32Network-level login Id of salespersonResponse 200200Updated 6 months ago