github.com/prebid/prebid-server@v0.275.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 }, 99 "mockResponse": { 100 "status": 200, 101 "body": { 102 "id": "bid-request-id", 103 "seatbid": [ 104 { 105 "bid": [ 106 { 107 "id": "bid_id-1", 108 "impid": "imp-id-1", 109 "price": 0.27543, 110 "adm": "<VAST version=\"3.0\"></VAST>", 111 "cid": "cid", 112 "crid": "crid", 113 "dealid": "dealid" 114 } 115 ], 116 "seat": "seat" 117 } 118 ], 119 "cur": "USD" 120 } 121 } 122 } 123 ], 124 "expectedBidResponses": [ 125 { 126 "currency": "USD", 127 "bids": [ 128 { 129 "bid": { 130 "id": "bid_id-1", 131 "impid": "imp-id-1", 132 "price": 0.27543, 133 "adm": "<VAST version=\"3.0\"></VAST>", 134 "cid": "cid", 135 "crid": "crid", 136 "dealid": "dealid" 137 }, 138 "type": "video" 139 } 140 ] 141 } 142 ] 143 }