github.com/prebid/prebid-server/v2@v2.18.0/adapters/alkimi/alkimitest/exemplary/simple-video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "device": { 5 "ip": "123.123.123.123", 6 "ua": "iPad" 7 }, 8 "site": { 9 "domain": "www.example.com", 10 "page": "http://www.example.com", 11 "publisher": { 12 "domain": "example.com" 13 }, 14 "ext": { 15 "amp": 0 16 } 17 }, 18 "imp": [ 19 { 20 "id": "test-imp-id", 21 "tagid": "test", 22 "video": { 23 "mimes": [ 24 "video/mp4" 25 ], 26 "protocols": [ 27 2, 28 5 29 ], 30 "w": 300, 31 "h": 250 32 }, 33 "ext": { 34 "bidder": { 35 "token": "XXX", 36 "bidFloor": 0.5 37 } 38 } 39 } 40 ] 41 }, 42 "httpCalls": [ 43 { 44 "expectedRequest": { 45 "uri": "https://exchange.alkimi-onboarding.com/server/bid", 46 "body": { 47 "id": "test-request-id", 48 "device": { 49 "ip": "123.123.123.123", 50 "ua": "iPad" 51 }, 52 "site": { 53 "domain": "www.example.com", 54 "page": "http://www.example.com", 55 "publisher": { 56 "domain": "example.com" 57 }, 58 "ext": { 59 "amp": 0 60 } 61 }, 62 "imp": [ 63 { 64 "id": "test-imp-id", 65 "tagid": "test", 66 "video": { 67 "mimes": [ 68 "video/mp4" 69 ], 70 "protocols": [ 71 2, 72 5 73 ], 74 "w": 300, 75 "h": 250 76 }, 77 "bidfloor": 0.5, 78 "ext": { 79 "bidder": { 80 "token": "XXX", 81 "bidFloor": 0.5, 82 "adUnitCode": "test-imp-id", 83 "exp": 0, 84 "instl": 0 85 } 86 } 87 } 88 ] 89 }, 90 "impIDs":["test-imp-id"] 91 }, 92 "mockResponse": { 93 "status": 200, 94 "body": { 95 "id": "test-request-id", 96 "seatbid": [ 97 { 98 "bid": [ 99 { 100 "id": "test_bid_id", 101 "impid": "test-imp-id", 102 "price": 0.9, 103 "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?><VAST version=\"2.0\"><Ad id=\"128a6.44d74.46b3\"><InLine><Error><![CDATA[http:\/\/example.net\/hbx\/verr?e=]]><\/Error><Impression><![CDATA[http:\/\/example.net\/hbx\/vimp?lid=test&aid=testapp]]><\/Impression><Creatives><Creative sequence=\"1\"><Linear><Duration>00:00:15<\/Duration><TrackingEvents><Tracking event=\"firstQuartile\"><![CDATA[https:\/\/example.com?event=first_quartile]]><\/Tracking><\/TrackingEvents><VideoClicks><ClickThrough><![CDATA[http:\/\/example.com]]><\/ClickThrough><\/VideoClicks><MediaFiles><MediaFile delivery=\"progressive\" width=\"16\" height=\"9\" type=\"video\/mp4\" bitrate=\"512\"><![CDATA[https:\/\/example.com\/media.mp4]]><\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><\/VAST>", 104 "cid": "test_cid", 105 "crid": "test_crid", 106 "w": 300, 107 "h": 250, 108 "ext": { 109 "prebid": { 110 "type": "video" 111 } 112 } 113 } 114 ], 115 "seat": "alkimi" 116 } 117 ], 118 "cur": "USD" 119 } 120 } 121 } 122 ], 123 "expectedBidResponses": [ 124 { 125 "currency": "USD", 126 "bids": [ 127 { 128 "bid": { 129 "id": "test_bid_id", 130 "impid": "test-imp-id", 131 "price": 0.9, 132 "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?><VAST version=\"2.0\"><Ad id=\"128a6.44d74.46b3\"><InLine><Error><![CDATA[http:\/\/example.net\/hbx\/verr?e=]]><\/Error><Impression><![CDATA[http:\/\/example.net\/hbx\/vimp?lid=test&aid=testapp]]><\/Impression><Creatives><Creative sequence=\"1\"><Linear><Duration>00:00:15<\/Duration><TrackingEvents><Tracking event=\"firstQuartile\"><![CDATA[https:\/\/example.com?event=first_quartile]]><\/Tracking><\/TrackingEvents><VideoClicks><ClickThrough><![CDATA[http:\/\/example.com]]><\/ClickThrough><\/VideoClicks><MediaFiles><MediaFile delivery=\"progressive\" width=\"16\" height=\"9\" type=\"video\/mp4\" bitrate=\"512\"><![CDATA[https:\/\/example.com\/media.mp4]]><\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><\/VAST>", 133 "cid": "test_cid", 134 "crid": "test_crid", 135 "w": 300, 136 "h": 250, 137 "ext": { 138 "prebid": { 139 "type": "video" 140 } 141 } 142 }, 143 "type": "video" 144 } 145 ] 146 } 147 ] 148 }