github.com/prebid/prebid-server@v0.275.0/exchange/exchangetest/extra-bids-with-aliases-adaptercode.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 "pmbidder": { 20 "publisherId": 5890 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 "pmbidder": { 37 "publisherId": 5890 38 } 39 } 40 } 41 } 42 } 43 ], 44 "ext": { 45 "prebid": { 46 "targeting": { 47 "pricegranularity": { 48 "precision": 2, 49 "ranges": [ 50 { 51 "min": 0, 52 "max": 20, 53 "increment": 0.1 54 } 55 ] 56 }, 57 "includewinners": true, 58 "includebidderkeys": true 59 }, 60 "aliases": { 61 "pmbidder": "pubmatic" 62 } 63 } 64 } 65 } 66 }, 67 "outgoingRequests": { 68 "pmbidder": { 69 "mockResponse": { 70 "pbsSeatBids": [ 71 { 72 "pbsBids": [ 73 { 74 "ortbBid": { 75 "id": "winning-bid", 76 "impid": "my-imp-id", 77 "price": 0.71, 78 "w": 200, 79 "h": 250, 80 "crid": "creative-1" 81 }, 82 "bidType": "video", 83 "bidMeta": { 84 "adaptercode": "pmbidder" 85 } 86 }, 87 { 88 "ortbBid": { 89 "id": "losing-bid", 90 "impid": "my-imp-id", 91 "price": 0.21, 92 "w": 200, 93 "h": 250, 94 "crid": "creative-2" 95 }, 96 "bidType": "video", 97 "bidMeta": { 98 "adaptercode": "pmbidder" 99 } 100 }, 101 { 102 "ortbBid": { 103 "id": "other-bid", 104 "impid": "imp-id-2", 105 "price": 0.61, 106 "w": 300, 107 "h": 500, 108 "crid": "creative-3" 109 }, 110 "bidType": "video", 111 "bidMeta": { 112 "adaptercode": "pmbidder" 113 } 114 } 115 ], 116 "seat": "groupm" 117 }, 118 { 119 "pbsBids": [ 120 { 121 "ortbBid": { 122 "id": "contending-bid", 123 "impid": "my-imp-id", 124 "price": 0.51, 125 "w": 200, 126 "h": 250, 127 "crid": "creative-4" 128 }, 129 "bidType": "video", 130 "bidMeta": { 131 "adaptercode": "pmbidder" 132 } 133 } 134 ], 135 "seat": "pmbidder" 136 } 137 ] 138 } 139 } 140 }, 141 "response": { 142 "bids": { 143 "id": "some-request-id", 144 "seatbid": [ 145 { 146 "seat": "pmbidder", 147 "bid": [ 148 { 149 "id": "contending-bid", 150 "impid": "my-imp-id", 151 "price": 0.51, 152 "w": 200, 153 "h": 250, 154 "crid": "creative-4", 155 "ext": { 156 "origbidcpm": 0.51, 157 "prebid": { 158 "meta": { 159 "adaptercode": "pmbidder" 160 }, 161 "type": "video", 162 "targeting": { 163 "hb_bidder_pmbidder": "pmbidder", 164 "hb_cache_host_pmbidd": "www.pbcserver.com", 165 "hb_cache_path_pmbidd": "/pbcache/endpoint", 166 "hb_pb_pmbidder": "0.50", 167 "hb_size_pmbidder": "200x250" 168 } 169 } 170 } 171 } 172 ] 173 }, 174 { 175 "seat": "groupm", 176 "bid": [ 177 { 178 "id": "winning-bid", 179 "impid": "my-imp-id", 180 "price": 0.71, 181 "w": 200, 182 "h": 250, 183 "crid": "creative-1", 184 "ext": { 185 "origbidcpm": 0.71, 186 "prebid": { 187 "meta": { 188 "adaptercode": "pmbidder" 189 }, 190 "type": "video", 191 "targeting": { 192 "hb_bidder": "groupm", 193 "hb_bidder_groupm": "groupm", 194 "hb_cache_host": "www.pbcserver.com", 195 "hb_cache_host_groupm": "www.pbcserver.com", 196 "hb_cache_path": "/pbcache/endpoint", 197 "hb_cache_path_groupm": "/pbcache/endpoint", 198 "hb_pb": "0.70", 199 "hb_pb_groupm": "0.70", 200 "hb_size": "200x250", 201 "hb_size_groupm": "200x250" 202 } 203 } 204 } 205 }, 206 { 207 "id": "losing-bid", 208 "impid": "my-imp-id", 209 "price": 0.21, 210 "w": 200, 211 "h": 250, 212 "crid": "creative-2", 213 "ext": { 214 "origbidcpm": 0.21, 215 "prebid": { 216 "meta": { 217 "adaptercode": "pmbidder" 218 }, 219 "type": "video" 220 } 221 } 222 }, 223 { 224 "id": "other-bid", 225 "impid": "imp-id-2", 226 "price": 0.61, 227 "w": 300, 228 "h": 500, 229 "crid": "creative-3", 230 "ext": { 231 "origbidcpm": 0.61, 232 "prebid": { 233 "meta": { 234 "adaptercode": "pmbidder" 235 }, 236 "type": "video", 237 "targeting": { 238 "hb_bidder": "groupm", 239 "hb_bidder_groupm": "groupm", 240 "hb_cache_host": "www.pbcserver.com", 241 "hb_cache_host_groupm": "www.pbcserver.com", 242 "hb_cache_path": "/pbcache/endpoint", 243 "hb_cache_path_groupm": "/pbcache/endpoint", 244 "hb_pb": "0.60", 245 "hb_pb_groupm": "0.60", 246 "hb_size": "300x500", 247 "hb_size_groupm": "300x500" 248 } 249 } 250 } 251 } 252 ] 253 } 254 ] 255 } 256 } 257 }