Create a campaign section

Request URI for Sub Account
POST /accounts/40505/campaigns/8/sections

Request Format

{
  "sections" : {
    "name": "New shiny section",
    "cssSelector": "DIV#js-header-fixed-trigger + SECTION > DIV:first-child > DIV:first-child > DIV:first-child",
    "variations" : [
      	{
      		"name" : "New shiny variation"
    	}
    ]
  }
}

Create a campaign section

Language
Authorization
Header
Click Try It! to start a request and see the response here!