github.com/prebid/prebid-server@v0.275.0/adapters/colossus/colossustest/exemplary/simple-video-without-ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "device": { 5 "ip": "123.123.123.123", 6 "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx" 7 }, 8 "app": { 9 "id": "1", 10 "bundle": "com.wls.testwlsapplication" 11 }, 12 "imp": [ 13 { 14 "id": "test-imp-id", 15 "video": { 16 "mimes": ["video/mp4"], 17 "protocols": [2, 5], 18 "w": 1024, 19 "h": 576 20 }, 21 "ext": { 22 "bidder": { 23 "TagID": "61318" 24 } 25 } 26 } 27 ] 28 }, 29 30 "httpCalls": [ 31 { 32 "expectedRequest": { 33 "uri": "http://example.com/?c=o&m=rtb", 34 "body": { 35 "id": "test-request-id", 36 "device": { 37 "ip": "123.123.123.123", 38 "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx" 39 }, 40 "app": { 41 "id": "1", 42 "bundle": "com.wls.testwlsapplication" 43 }, 44 "imp": [ 45 { 46 "id": "test-imp-id", 47 "video": { 48 "mimes": ["video/mp4"], 49 "protocols": [2, 5], 50 "w": 1024, 51 "h": 576 52 }, 53 "tagid": "61318", 54 "ext": { 55 "bidder": { 56 "TagID": "61318" 57 } 58 } 59 } 60 ] 61 } 62 }, 63 "mockResponse": { 64 "status": 200, 65 "body": { 66 "id": "test-request-id", 67 "seatbid": [ 68 { 69 "bid": [ 70 { 71 "id": "test_bid_id", 72 "impid": "test-imp-id", 73 "price": 0.27543, 74 "adm": "<VAST version=\"3.0\"><Ad id=\"20001\" sequence=\"1\"><InLine><AdSystem version=\"4.0\"><![CDATA[iabtechlab]]></AdSystem><AdTitle><![CDATA[Inline Simple Ad]]></AdTitle><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"5480\" sequence=\"1\"><Linear><Duration>00:01:00</Duration><MediaFiles><MediaFile id=\"5246\" delivery=\"progressive\" type=\"video/mp4\" bitrate=\"600\" width=\"640\" height=\"360\" minBitrate=\"500\" maxBitrate=\"700\" scalable=\"1\" maintainAspectRatio=\"1\" codec=\"0\"><![CDATA[https://s0.2mdn.net/4253510/google_ddm_animation_480P.mp4]]></MediaFile></MediaFiles><VideoClicks><ClickThrough id=\"blog\"><![CDATA[https://example.com]]></ClickThrough></VideoClicks></Linear></Creative></Creatives></InLine></Ad></VAST>", 75 "cid": "test_cid", 76 "crid": "test_crid", 77 "dealid": "test_dealid" 78 } 79 ], 80 "seat": "colossus" 81 } 82 ], 83 "cur": "USD" 84 } 85 } 86 } 87 ], 88 89 90 "expectedBidResponses": [ 91 { 92 "currency": "USD", 93 "bids": [ 94 { 95 "bid": { 96 "id": "test_bid_id", 97 "impid": "test-imp-id", 98 "price": 0.27543, 99 "adm": "<VAST version=\"3.0\"><Ad id=\"20001\" sequence=\"1\"><InLine><AdSystem version=\"4.0\"><![CDATA[iabtechlab]]></AdSystem><AdTitle><![CDATA[Inline Simple Ad]]></AdTitle><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"5480\" sequence=\"1\"><Linear><Duration>00:01:00</Duration><MediaFiles><MediaFile id=\"5246\" delivery=\"progressive\" type=\"video/mp4\" bitrate=\"600\" width=\"640\" height=\"360\" minBitrate=\"500\" maxBitrate=\"700\" scalable=\"1\" maintainAspectRatio=\"1\" codec=\"0\"><![CDATA[https://s0.2mdn.net/4253510/google_ddm_animation_480P.mp4]]></MediaFile></MediaFiles><VideoClicks><ClickThrough id=\"blog\"><![CDATA[https://example.com]]></ClickThrough></VideoClicks></Linear></Creative></Creatives></InLine></Ad></VAST>", 100 "cid": "test_cid", 101 "crid": "test_crid", 102 "dealid": "test_dealid" 103 }, 104 "type": "video" 105 } 106 ] 107 } 108 ] 109 }