Create a Campaignpost https://backstage.taboola.com/backstage/api/1.0/{account_id}/campaigns/Submit a JSON object representing the new campaign in the request body. (See examples below.) Returns the newly created Campaign in the response body.Path Paramsaccount_idstringrequiredAn alphabetic ID. See Get Account Details.Body ParamsRAW_BODYjsonrequiredDefaults to { "name": "DemoCampaign", "branding_text": "Pizza", "cpc": 0.25, "spending_limit": 1000, "spending_limit_model": "MONTHLY", "marketing_objective": "DRIVE_WEBSITE_TRAFFIC" }A JSON object representing the campaign. (See below for additional examples.){ "name": "DemoCampaign", "branding_text": "Pizza", "cpc": 0.25, "spending_limit": 1000, "spending_limit_model": "MONTHLY", "marketing_objective": "DRIVE_WEBSITE_TRAFFIC" }Responses 200200 400400Updated 6 months ago