github.com/prebid/prebid-server/v2@v2.18.0/adapters/alkimi/alkimitest/exemplary/simple-audio.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 "audio": { 23 "mimes": [ 24 "audio/mpeg", 25 "audio/mp3" 26 ], 27 "minduration": 5, 28 "maxduration": 30, 29 "minbitrate": 32, 30 "maxbitrate": 128 31 }, 32 "bidfloor": 0.7, 33 "bidfloorcur": "USD", 34 "ext": { 35 "bidder": { 36 "token": "XXX", 37 "bidFloor": 0.5 38 } 39 } 40 } 41 ] 42 }, 43 "httpCalls": [ 44 { 45 "expectedRequest": { 46 "uri": "https://exchange.alkimi-onboarding.com/server/bid", 47 "body": { 48 "id": "test-request-id", 49 "imp": [ 50 { 51 "id": "test-imp-id", 52 "tagid": "test", 53 "audio": { 54 "mimes": [ 55 "audio/mpeg", 56 "audio/mp3" 57 ], 58 "minduration": 5, 59 "maxduration": 30, 60 "minbitrate": 32, 61 "maxbitrate": 128 62 }, 63 "bidfloor": 0.7, 64 "bidfloorcur": "USD", 65 "ext": { 66 "bidder": { 67 "token": "XXX", 68 "bidFloor": 0.5, 69 "adUnitCode": "test-imp-id", 70 "exp": 0, 71 "instl": 0 72 } 73 } 74 } 75 ], 76 "site": { 77 "domain": "www.example.com", 78 "page": "http://www.example.com", 79 "publisher": { 80 "domain": "example.com" 81 }, 82 "ext": { 83 "amp": 0 84 } 85 }, 86 "device": { 87 "ip": "123.123.123.123", 88 "ua": "iPad" 89 } 90 }, 91 "impIDs":["test-imp-id"] 92 }, 93 "mockResponse": { 94 "status": 200, 95 "body": { 96 "id": "test-request-id", 97 "seatbid": [ 98 { 99 "bid": [ 100 { 101 "id": "test_bid_id", 102 "impid": "test-imp-id", 103 "price": 0.9, 104 "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=\"audio\/mp3\" bitrate=\"128\"><![CDATA[https:\/\/example.com\/media.mp4]]><\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><\/VAST>", 105 "cid": "test_cid", 106 "crid": "test_crid", 107 "ext": { 108 "prebid": { 109 "type": "audio" 110 } 111 } 112 } 113 ], 114 "seat": "alkimi" 115 } 116 ], 117 "cur": "USD" 118 } 119 } 120 } 121 ], 122 "expectedBidResponses": [ 123 { 124 "bids": [ 125 { 126 "bid": { 127 "id": "test_bid_id", 128 "impid": "test-imp-id", 129 "price": 0.9, 130 "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=\"audio\/mp3\" bitrate=\"128\"><![CDATA[https:\/\/example.com\/media.mp4]]><\/MediaFile><\/MediaFiles><\/Linear><\/Creative><\/Creatives><\/InLine><\/Ad><\/VAST>", 131 "cid": "test_cid", 132 "crid": "test_crid", 133 "ext": { 134 "prebid": { 135 "type": "audio" 136 } 137 } 138 }, 139 "type": "audio" 140 } 141 ] 142 } 143 ] 144 }