SSP-general

1. RTB 2.5

Link to IAB Specification 2.5

http://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf

{
	"id": "RR-TEST-14916696451016665481005264493",
	"cur": ["RUB"],
	"wlang": ["en"],
	"bcat": ["25", "26"],
	"wseat": ["IAB13-7-1-1"],
	"imp": [{
		"id": "RR-TEST-14916696451016665481005264493.1",
    		"tagid": "1161",
		"secure": 0,
		"bidfloor": 2.2768000000000002,
		"bidfloorcur": "RUB",
		"native": {
			"ver": "1.1",
			"request": "{\"native\":{\"ver\":\"1.1\",\"assets\":[ ... ]}}"
		},
		"banner": {
			"w": 300,
			"h": 250
		},
		"video": {
			"w": 640,
			"h": 480,
			"pos": 0,
			"startdelay": 0,
			"minduration": 5,
			"maxduration": 300,
			"minbitrate": 300,
			"maxbitrate": 1500,
			"protocols": [3, 6],
			"mimes": [
				"video/x-flv",
				"video/mp4"
			],
			"linearity": 1,
			"boxingallowed": 0,
			"playbackmethod": [6],
			"delivery": [2]
		},
		"clickunder": {
			"position": "top",
			"redirecttype": "js"
		},
		"ext": {
			"ad_types": ["b"],
			"teaser_w": 50,
			"teaser_h": 50,
			"teasers_count": 2
		}
	}],
	"site": {
		"id": "432",
		"domain": "adm.spotsnetwork.com",
		"page": "http://adm.spotsnetwork.com/?c=admin&a=preview&id=1045",
		"ref": "http://adm.spotsnetwork.com/?c=admin&pid=432",
		"cat": "25-3",
		"publisher": {
    			"id": "adru.10",
			"ext": {
      				"pubid": "adsn-pub-273000009"
      				} 
		},
		"ext": {			
			"payment": "CPM",
			"show_brutal": 0,
			"show_sex": 4
		}
	},
	"device": {
		"h": "1200",
		"w": "1920",
		"ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36",
		"ip": "188.233.66.213",
		"ipv6": "FF80::123:1234:ABCD:EF12",
		"mccmnc": "310-005"
	},
	"user": {
		"id": "0d914596-34f7-11e4-8ef9-002590e45bf8"
	}
}

1.1. Native 1.1

{
	"native": {
		"ver": "1.1",
		"context": 1,
		"contextsubtype": 10,
		"plcmttype": 2,
		"plcmtcnt": 8,
		"assets": [{
			"id": 1,
			"required": 1,
			"title": {
				"len": 140
			}
		}, {
			"id": 2,
			"required": 1,
			"img": {
				"wmin": 200,
				"hmin": 200,
				"type": 3,
				"mimes": [
					"image/jpg",
					"image/png",
					"image/gif"
				]
			}
		}]
	}
}