forked from alicebob/ssp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathssp.json
56 lines (56 loc) · 1.03 KB
/
ssp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"dsps": [
{
"id": "dsp1",
"name": "Test 1",
"bid_url": "http://localhost:9990/rtb"
},
{
"id": "dsp2",
"name": "Test 2",
"bid_url": "http://localhost:9999/..."
}
],
"placements": [
{
"id": "example32050",
"type": "banner",
"name": "Example 320x50",
"floor_cpm": 0.1,
"width": 320,
"height": 50
},
{
"id": "example300250",
"type": "banner",
"name": "Example 300x250",
"floor_cpm": 0.1,
"width": 300,
"height": 250
},
{
"id": "example320480",
"type": "banner",
"name": "Example 320x480",
"floor_cpm": 0.1,
"width": 320,
"height": 480
},
{
"id": "example72890",
"type": "banner",
"name": "Example 728x90",
"floor_cpm": 0.1,
"width": 728,
"height": 90
},
{
"id": "video400400",
"type": "video",
"name": "Video 400x400",
"floor_cpm": 0.1,
"width": 400,
"height": 400
}
]
}