Create Creative


                https://api.ocamba.com/api/v1/adex/creatives
            

Creates a new Creative object

note
1 This resource can only be added to the internal campaign type.
dynamic-native Arrow
{
  "campaign_id": 1006454,
  "name": "Demo dynamic native",
  "type": "dynamic-native",
  "status": "inactive",
  "title": {
    "en": "en title",
    "sr": "sr title"
  },
  "image" : {
    "en": "http://example.domen/image/en.jpg",
    "sr": "http://example.domen/image/sr.jpg"
  },
  "landing_url": "http://www.delsystems.net",
  "target": "_blank",
  "advertiser_domain": "www.delsystems.net"
}
{
  "campaign_id": 1001114,
  "name": "Demo dynamic native external demand",
  "type": "dynamic-native-external-demand",
  "status": "active",
  "title": {
    "en": "en title",
    "sr": "sr title"
  },
  "image" : {
    "en": "http://example.domen/image/en.jpg",
    "sr": "http://example.domen/image/sr.jpg"
  },
  "landing_url": "http://www.delsystems.net",
  "target": "_blank",
  "advertiser_domain": "www.delsystems.net",
  "override": {
    "title": "0",
    "image": "0",
    "target": "0"
  }
}
{
	"campaign_id" : 1010580,
	"name" : "Demo web push object",
	"type" : "web-push-object",
	"status" : "active", 
	"title" : {
		"en" : "Samsung J5"
	},
	"body" : {
		"en" : "Samsung Galaxy J5 smartphone was launched in June 2015."
	},
	"icon" : "https://example_icon.png",
	"image" : {
		"en" : "https://example_image.jpg"
	},
	"landing_url" : "https://www.ocamba.com",
	"actions" : [
		{
			"title" : {
				"en" : "Yes",
				"sr" : "Da"
			},
            "url": "https://www.delsystems.net"
		},
		{
			"title" : {
				"en" : "No",
				"sr" : "Ne"
			}
		}
	]
}
{
   "campaign_id":1006302,
   "name":"Demo web push exchange",
   "type":"web-push-exchange",
   "status":"active",
   "title":{
      "en":"New Important Message"
   },
   "body":{
      "en":"Click Here"
   },
   "landing_url":"https://www.ocamba.com",
   "language_direction":"ltr",
   "renotify":0,
   "silent":0,
   "require_interaction":0,
   "postback":1,
   "vibration":"0,400,800",
   "override":{
      "body":1,
      "icon":0,
      "image":0,
      "landing_url":1,
      "title":0
   },
   "actions":[
      {
         "title":{
            "en":"Read Message"
         },
         "url":"https://www.delsystems.net"
      }
   ]
}
201 Arrow
{
  "id":"1111815"
}