github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidstack/bidstacktest/exemplary/simple-app-video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "bid-request-id", 4 "device": { 5 "ip": "0.0.0.0", 6 "ifa": "ce76100d-82cc-4491-a6c9-50e0e539454c" 7 }, 8 "app": { 9 "id": "app-id", 10 "bundle": "com.app.id" 11 }, 12 "imp": [ 13 { 14 "id": "imp-id-1", 15 "bidfloor": 4.20, 16 "bidfloorcur": "GBP", 17 "video": { 18 "mimes": [ 19 "video/mp4" 20 ], 21 "protocols": [ 22 2, 23 5 24 ], 25 "w": 1024, 26 "h": 576 27 }, 28 "ext": { 29 "bidder": { 30 "publisherId": "225a4f40-1df1-48b2-b238-8774a638ce6e" 31 } 32 } 33 } 34 ], 35 "ext": { 36 "prebid": { 37 "currency": { 38 "rates": { 39 "GBP": { 40 "USD": 0.5 41 } 42 }, 43 "usepbsrates": false 44 } 45 } 46 } 47 }, 48 "httpCalls": [ 49 { 50 "expectedRequest": { 51 "uri": "http://mock-adserver.url", 52 "body": { 53 "id": "bid-request-id", 54 "device": { 55 "ip": "0.0.0.0", 56 "ifa": "ce76100d-82cc-4491-a6c9-50e0e539454c" 57 }, 58 "app": { 59 "id": "app-id", 60 "bundle": "com.app.id" 61 }, 62 "imp": [ 63 { 64 "id": "imp-id-1", 65 "bidfloor": 2.10, 66 "bidfloorcur": "USD", 67 "video": { 68 "mimes": [ 69 "video/mp4" 70 ], 71 "protocols": [ 72 2, 73 5 74 ], 75 "w": 1024, 76 "h": 576 77 }, 78 "ext": { 79 "bidder": { 80 "publisherId": "225a4f40-1df1-48b2-b238-8774a638ce6e" 81 } 82 } 83 } 84 ], 85 "ext": { 86 "prebid": { 87 "currency": { 88 "rates": { 89 "GBP": { 90 "USD": 0.5 91 } 92 }, 93 "usepbsrates": false 94 } 95 } 96 } 97 }, 98 "impIDs":["imp-id-1"] 99 }, 100 "mockResponse": { 101 "status": 200, 102 "body": { 103 "id": "bid-request-id", 104 "seatbid": [ 105 { 106 "bid": [ 107 { 108 "id": "bid_id-1", 109 "impid": "imp-id-1", 110 "price": 0.27543, 111 "adm": "<VAST version=\"3.0\"></VAST>", 112 "cid": "cid", 113 "crid": "crid", 114 "dealid": "dealid" 115 } 116 ], 117 "seat": "seat" 118 } 119 ], 120 "cur": "USD" 121 } 122 } 123 } 124 ], 125 "expectedBidResponses": [ 126 { 127 "currency": "USD", 128 "bids": [ 129 { 130 "bid": { 131 "id": "bid_id-1", 132 "impid": "imp-id-1", 133 "price": 0.27543, 134 "adm": "<VAST version=\"3.0\"></VAST>", 135 "cid": "cid", 136 "crid": "crid", 137 "dealid": "dealid" 138 }, 139 "type": "video" 140 } 141 ] 142 } 143 ] 144 }