github.com/prebid/prebid-server/v2@v2.18.0/adapters/adman/admantest/exemplary/simple-video.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": "22" 24 } 25 } 26 } 27 ] 28 }, 29 30 "httpCalls": [ 31 { 32 "expectedRequest": { 33 "uri": "http://pub.admanmedia.com/?c=o&m=ortb", 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": "22", 54 "ext": { 55 "bidder": { 56 "TagID": "22" 57 } 58 } 59 } 60 ] 61 }, 62 "impIDs":["test-imp-id"] 63 }, 64 "mockResponse": { 65 "status": 200, 66 "body": { 67 "id": "test-request-id", 68 "seatbid": [ 69 { 70 "bid": [ 71 { 72 "id": "test_bid_id", 73 "impid": "test-imp-id", 74 "price": 0.27543, 75 "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://admanmedia.com]]></ClickThrough></VideoClicks></Linear></Creative></Creatives></InLine></Ad></VAST>", 76 "cid": "test_cid", 77 "crid": "test_crid", 78 "dealid": "test_dealid", 79 "ext": { 80 "prebid": { 81 "type": "video" 82 } 83 } 84 } 85 ], 86 "seat": "adman" 87 } 88 ], 89 "cur": "USD" 90 } 91 } 92 } 93 ], 94 95 96 "expectedBidResponses": [ 97 { 98 "currency": "USD", 99 "bids": [ 100 { 101 "bid": { 102 "id": "test_bid_id", 103 "impid": "test-imp-id", 104 "price": 0.27543, 105 "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://admanmedia.com]]></ClickThrough></VideoClicks></Linear></Creative></Creatives></InLine></Ad></VAST>", 106 "cid": "test_cid", 107 "crid": "test_crid", 108 "dealid": "test_dealid", 109 "ext": { 110 "prebid": { 111 "type": "video" 112 } 113 } 114 }, 115 "type": "video" 116 } 117 ] 118 } 119 ] 120 }