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