github.com/prebid/prebid-server@v0.275.0/adapters/vox/voxtest/exemplary/video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "9a4bdb67-43ef-488f-937d-cd01e9dce43d", 4 "site": { 5 "page": "http://blog.com/article/1" 6 }, 7 "cur": ["PLN"], 8 "imp": [{ 9 "id": "d190d6f3-5264-4df5-91b2-8a9c72cbeb6a", 10 "bidfloorcur": "PLN", 11 "video": { 12 "mimes": ["video/mp4"], 13 "minduration": 5, 14 "maxduration": 15, 15 "w": 1280, 16 "h": 720 17 }, 18 "ext": { 19 "bidder": { 20 "placementId":"64b9486efecad2330718e233" 21 } 22 } 23 }] 24 }, 25 26 "httpCalls": [{ 27 "expectedRequest": { 28 "uri": "http://somecoolurlfor.vox", 29 "header": {}, 30 "body": { 31 "id": "9a4bdb67-43ef-488f-937d-cd01e9dce43d", 32 "site": { 33 "page": "http://blog.com/article/1" 34 }, 35 "cur": [ "PLN" ], 36 "imp": [{ 37 "id": "d190d6f3-5264-4df5-91b2-8a9c72cbeb6a", 38 "bidfloorcur": "PLN", 39 "video": { 40 "mimes": ["video/mp4"], 41 "minduration": 5, 42 "maxduration": 15, 43 "w": 1280, 44 "h": 720 45 }, 46 "ext": { 47 "bidder": { 48 "placementId":"64b9486efecad2330718e233" 49 } 50 } 51 }] 52 } 53 }, 54 55 "mockResponse": { 56 "status": 200, 57 "headers": {}, 58 "body": { 59 "id":"d64fdeae-cb1c-4322-8fb6-18f5ec49bb76", 60 "cur": "PLN", 61 "seatbid": [{ 62 "bid": [{ 63 "id": "05349123-29e2-4be0-b662-48914f75ebe1", 64 "impid": "d190d6f3-5264-4df5-91b2-8a9c72cbeb6a", 65 "price": 2.149, 66 "adm": "<VAST>...</VAST>", 67 "mtype": 2 68 }] 69 }] 70 } 71 } 72 }], 73 74 "expectedBidResponses": [{ 75 "bids": [{ 76 "currency": "PLN", 77 "bid": { 78 "id": "05349123-29e2-4be0-b662-48914f75ebe1", 79 "impid": "d190d6f3-5264-4df5-91b2-8a9c72cbeb6a", 80 "price": 2.149, 81 "adm": "<VAST>...</VAST>", 82 "mtype": 2 83 }, 84 "type": "video" 85 }] 86 }] 87 }