github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/request-multi-bidders-debug-info.json (about) 1 { 2 "incomingRequest": { 3 "ortbRequest": { 4 "test": 1, 5 "id": "some-request-id", 6 "site": { 7 "page": "test.somepage.com" 8 }, 9 "imp": [ 10 { 11 "id": "my-imp-id", 12 "video": { 13 "mimes": [ 14 "video/mp4" 15 ] 16 }, 17 "ext": { 18 "prebid": { 19 "bidder": { 20 "appnexus": { 21 "placementId": 1 22 }, 23 "audienceNetwork": { 24 "placementId": "some-placement" 25 } 26 } 27 } 28 } 29 }, 30 { 31 "id": "imp-id-2", 32 "video": { 33 "mimes": [ 34 "video/mp4" 35 ] 36 }, 37 "ext": { 38 "prebid": { 39 "bidder": { 40 "appnexus": { 41 "placementId": 2 42 }, 43 "audienceNetwork": { 44 "placementId": "some-other-placement" 45 } 46 } 47 } 48 } 49 } 50 ], 51 "ext": { 52 "prebid": { 53 "targeting": { 54 "durationRangeSec": [ 55 15, 56 30 57 ], 58 "pricegranularity": { 59 "precision": 2, 60 "ranges": [ 61 { 62 "min": 0, 63 "max": 20, 64 "increment": 0.1 65 } 66 ] 67 }, 68 "includewinners": true, 69 "includebidderkeys": true, 70 "includebrandcategory": { 71 "primaryadserver": 1, 72 "publisher": "", 73 "withCategory": true, 74 "translateCategories": true 75 } 76 } 77 } 78 } 79 } 80 }, 81 "outgoingRequests": { 82 "appnexus": { 83 "mockResponse": { 84 "httpCalls": [ 85 { 86 "uri": "appnexusTest.com", 87 "requestbody": "appnexusTestRequestBody", 88 "requestheaders": { 89 "header_1": [ 90 "value_11", 91 "value_12" 92 ], 93 "header_2": [ 94 "value_21" 95 ] 96 }, 97 "responsebody": "appnexusTestResponseBody", 98 "status": 200 99 } 100 ], 101 "pbsSeatBids": [ 102 { 103 "pbsBids": [ 104 { 105 "ortbBid": { 106 "id": "winning-bid", 107 "impid": "my-imp-id", 108 "price": 12.00, 109 "w": 200, 110 "h": 250, 111 "crid": "creative-1", 112 "cat": [ 113 "IAB1-1" 114 ] 115 } 116 } 117 ], 118 "seat": "appnexus" 119 } 120 ] 121 } 122 }, 123 "audienceNetwork": { 124 "mockResponse": { 125 "httpCalls": [ 126 { 127 "uri": "audienceNetworkTest.com", 128 "requestbody": "audienceNetworkTestRequestBody", 129 "requestheaders": null, 130 "responsebody": "audienceNetworkTestResponseBody", 131 "status": 200 132 } 133 ] 134 } 135 } 136 }, 137 "response": { 138 "bids": { 139 "id": "some-request-id", 140 "seatbid": [ 141 { 142 "seat": "appnexus", 143 "bid": [ 144 { 145 "id": "winning-bid", 146 "impid": "my-imp-id", 147 "price": 12.00, 148 "w": 200, 149 "h": 250, 150 "crid": "creative-1", 151 "cat": [ 152 "IAB1-1" 153 ], 154 "ext": { 155 "origbidcpm": 12.00, 156 "prebid": { 157 "meta": { 158 }, 159 "targeting": { 160 "hb_bidder": "appnexus", 161 "hb_bidder_appnexus": "appnexus", 162 "hb_cache_host": "www.pbcserver.com", 163 "hb_cache_host_appnex": "www.pbcserver.com", 164 "hb_cache_path": "/pbcache/endpoint", 165 "hb_cache_path_appnex": "/pbcache/endpoint", 166 "hb_size": "200x250", 167 "hb_size_appnexus": "200x250", 168 "hb_pb": "12.00", 169 "hb_pb_appnexus": "12.00", 170 "hb_pb_cat_dur": "12.00_VideoGames_15s", 171 "hb_pb_cat_dur_appnex": "12.00_VideoGames_15s" 172 } 173 } 174 } 175 } 176 ] 177 } 178 ] 179 }, 180 "ext": { 181 "debug": { 182 "httpcalls": { 183 "appnexus": [ 184 { 185 "uri": "appnexusTest.com", 186 "requestbody": "appnexusTestRequestBody", 187 "requestheaders": { 188 "header_1": [ 189 "value_11", 190 "value_12" 191 ], 192 "header_2": [ 193 "value_21" 194 ] 195 }, 196 "responsebody": "appnexusTestResponseBody", 197 "status": 200 198 } 199 ], 200 "audienceNetwork": [ 201 { 202 "uri": "audienceNetworkTest.com", 203 "requestbody": "audienceNetworkTestRequestBody", 204 "requestheaders": null, 205 "responsebody": "audienceNetworkTestResponseBody", 206 "status": 200 207 } 208 ] 209 }, 210 "resolvedrequest": { 211 "id": "some-request-id", 212 "imp": [ 213 { 214 "id": "my-imp-id", 215 "video": { 216 "mimes": [ 217 "video/mp4" 218 ] 219 }, 220 "ext": { 221 "prebid": { 222 "bidder": { 223 "appnexus": { 224 "placementId": 1 225 }, 226 "audienceNetwork": { 227 "placementId": "some-placement" 228 } 229 } 230 } 231 } 232 }, 233 { 234 "id": "imp-id-2", 235 "video": { 236 "mimes": [ 237 "video/mp4" 238 ] 239 }, 240 "ext": { 241 "prebid": { 242 "bidder": { 243 "appnexus": { 244 "placementId": 2 245 }, 246 "audienceNetwork": { 247 "placementId": "some-other-placement" 248 } 249 } 250 } 251 } 252 } 253 ], 254 "site": { 255 "page": "test.somepage.com" 256 }, 257 "test": 1, 258 "ext": { 259 "prebid": { 260 "targeting": { 261 "durationRangeSec": [ 262 15, 263 30 264 ], 265 "pricegranularity": { 266 "precision": 2, 267 "ranges": [ 268 { 269 "min": 0, 270 "max": 20, 271 "increment": 0.1 272 } 273 ] 274 }, 275 "includewinners": true, 276 "includebidderkeys": true, 277 "includebrandcategory": { 278 "primaryadserver": 1, 279 "publisher": "", 280 "withCategory": true, 281 "translateCategories": true 282 } 283 } 284 } 285 } 286 } 287 } 288 } 289 } 290 }