github.com/prebid/prebid-server/v2@v2.18.0/adapters/stroeerCore/stroeercoretest/exemplary/site-banner-multi.json (about) 1 { 2 "mockBidRequest": { 3 "id": "auction-id", 4 "cur": ["EUR"], 5 "imp": [ 6 { 7 "id": "3", 8 "banner": { 9 "format": [ 10 { 11 "w": 468, 12 "h": 60 13 }, 14 { 15 "w": 300, 16 "h": 600 17 } 18 ] 19 }, 20 "ext": { 21 "bidder": { 22 "sid": "123456" 23 } 24 } 25 }, 26 { 27 "id": "9", 28 "banner": { 29 "format": [ 30 { 31 "w": 770, 32 "h": 250 33 } 34 ] 35 }, 36 "ext": { 37 "bidder": { 38 "sid": "85310" 39 } 40 } 41 } 42 ], 43 "device": { 44 "ua": "test-user-agent", 45 "ip": "123.123.123.123", 46 "language": "en", 47 "dnt": 0 48 }, 49 "site": { 50 "domain": "www.publisher.com", 51 "page": "http://www.publisher.com/some/path", 52 "ext": { 53 "amp": 1 54 } 55 }, 56 "user": { 57 "buyeruid": "test-buyer-user-id" 58 } 59 }, 60 "httpCalls": [ 61 { 62 "expectedRequest": { 63 "headers": { 64 "Accept": ["application/json"], 65 "Content-Type": ["application/json;charset=utf-8"] 66 }, 67 "uri": "http://localhost/s2sdsh", 68 "body": { 69 "id": "auction-id", 70 "cur": ["EUR"], 71 "imp": [ 72 { 73 "id": "3", 74 "tagid": "123456", 75 "banner": { 76 "format": [ 77 { 78 "w": 468, 79 "h": 60 80 }, 81 { 82 "w": 300, 83 "h": 600 84 } 85 ] 86 }, 87 "ext": { 88 "bidder": { 89 "sid": "123456" 90 } 91 } 92 }, 93 { 94 "id": "9", 95 "tagid": "85310", 96 "banner": { 97 "format": [ 98 { 99 "w": 770, 100 "h": 250 101 } 102 ] 103 }, 104 "ext": { 105 "bidder": { 106 "sid": "85310" 107 } 108 } 109 } 110 ], 111 "device": { 112 "ua": "test-user-agent", 113 "ip": "123.123.123.123", 114 "language": "en", 115 "dnt": 0 116 }, 117 "site": { 118 "domain": "www.publisher.com", 119 "page": "http://www.publisher.com/some/path", 120 "ext": { 121 "amp": 1 122 } 123 }, 124 "user": { 125 "buyeruid": "test-buyer-user-id" 126 } 127 }, 128 "impIDs":["3","9"] 129 }, 130 "mockResponse": { 131 "status": 200, 132 "body": { 133 "id": "test-request-id", 134 "bids": [ 135 { 136 "id": "3929239282-01", 137 "bidId": "3", 138 "cpm": 2, 139 "width": 468, 140 "height": 60, 141 "ad": "advert", 142 "crid": "qwert", 143 "mtype": "banner" 144 }, 145 { 146 "id": "3929239282-02", 147 "bidId": "9", 148 "cpm": 7.21, 149 "width": 770, 150 "height": 250, 151 "ad": "another advert", 152 "crid": "wasd", 153 "mtype": "banner" 154 } 155 ] 156 } 157 } 158 } 159 ], 160 "expectedBidResponses": [ 161 { 162 "currency": "EUR", 163 "bids": [ 164 { 165 "bid": { 166 "id": "3929239282-01", 167 "impid": "3", 168 "price": 2, 169 "adm": "advert", 170 "w": 468, 171 "h": 60, 172 "crid": "qwert", 173 "mtype": 1 174 }, 175 "type": "banner" 176 }, 177 { 178 "bid": { 179 "id": "3929239282-02", 180 "impid": "9", 181 "price": 7.21, 182 "adm": "another advert", 183 "w": 770, 184 "h": 250, 185 "crid": "wasd", 186 "mtype": 1 187 }, 188 "type": "banner" 189 } 190 ] 191 } 192 ] 193 }