github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/request-multi-bidders-one-no-resp.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 "audienceNetwork": { 23 "placementId": "some-placement" 24 } 25 } 26 } 27 } 28 }, 29 { 30 "id": "imp-id-2", 31 "video": { 32 "mimes": [ 33 "video/mp4" 34 ] 35 }, 36 "ext": { 37 "prebid": { 38 "bidder": { 39 "appnexus": { 40 "placementId": 2 41 }, 42 "audienceNetwork": { 43 "placementId": "some-other-placement" 44 } 45 } 46 } 47 } 48 } 49 ], 50 "ext": { 51 "prebid": { 52 "targeting": { 53 "durationRangeSec": [ 54 15, 55 30 56 ], 57 "pricegranularity": { 58 "precision": 2, 59 "ranges": [ 60 { 61 "min": 0, 62 "max": 20, 63 "increment": 0.1 64 } 65 ] 66 }, 67 "includewinners": true, 68 "includebidderkeys": true, 69 "includebrandcategory": { 70 "primaryadserver": 1, 71 "publisher": "", 72 "withCategory": true, 73 "translateCategories": true 74 } 75 } 76 } 77 } 78 } 79 }, 80 "outgoingRequests": { 81 "appnexus": { 82 "mockResponse": { 83 "pbsSeatBids": [ 84 { 85 "pbsBids": [ 86 { 87 "ortbBid": { 88 "id": "winning-bid", 89 "impid": "my-imp-id", 90 "price": 12.00, 91 "w": 200, 92 "h": 250, 93 "crid": "creative-1", 94 "cat": [ 95 "IAB1-1" 96 ] 97 } 98 } 99 ], 100 "seat": "appnexus" 101 } 102 ] 103 } 104 }, 105 "audienceNetwork": { 106 "mockResponse": {} 107 } 108 }, 109 "response": { 110 "bids": { 111 "id": "some-request-id", 112 "seatbid": [ 113 { 114 "seat": "appnexus", 115 "bid": [ 116 { 117 "id": "winning-bid", 118 "impid": "my-imp-id", 119 "price": 12.00, 120 "w": 200, 121 "h": 250, 122 "crid": "creative-1", 123 "cat": [ 124 "IAB1-1" 125 ], 126 "ext": { 127 "origbidcpm": 12.00, 128 "prebid": { 129 "meta": { 130 }, 131 "targeting": { 132 "hb_bidder": "appnexus", 133 "hb_bidder_appnexus": "appnexus", 134 "hb_cache_host": "www.pbcserver.com", 135 "hb_cache_host_appnex": "www.pbcserver.com", 136 "hb_cache_path": "/pbcache/endpoint", 137 "hb_cache_path_appnex": "/pbcache/endpoint", 138 "hb_size": "200x250", 139 "hb_size_appnexus": "200x250", 140 "hb_pb": "12.00", 141 "hb_pb_appnexus": "12.00", 142 "hb_pb_cat_dur": "12.00_VideoGames_15s", 143 "hb_pb_cat_dur_appnex": "12.00_VideoGames_15s" 144 } 145 } 146 } 147 } 148 ] 149 } 150 ] 151 } 152 } 153 }