github.com/prebid/prebid-server/v2@v2.18.0/adapters/appnexus/appnexustest/supplemental/reserve-ignored.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "bidfloor": 0.3, 20 "ext": { 21 "bidder": { 22 "placement_id": 1, 23 "reserve": 0.4 24 } 25 } 26 } 27 ] 28 }, 29 30 "httpCalls": [ 31 { 32 "expectedRequest": { 33 "uri": "http://ib.adnxs.com/openrtb2", 34 "body": { 35 "id": "test-request-id", 36 "ext": { 37 "appnexus": { 38 "hb_source": 5 39 } 40 }, 41 "imp": [ 42 { 43 "id": "test-imp-id", 44 "banner": { 45 "format": [ 46 { 47 "w": 300, 48 "h": 250 49 }, 50 { 51 "w": 300, 52 "h": 600 53 } 54 ], 55 "w": 300, 56 "h": 250 57 }, 58 "bidfloor": 0.3, 59 "ext": { 60 "appnexus": { 61 "placement_id": 1 62 } 63 } 64 } 65 ] 66 }, 67 "impIDs":["test-imp-id"] 68 }, 69 "mockResponse": { 70 "status": 200, 71 "body": { 72 "id": "test-request-id", 73 "seatbid": [ 74 { 75 "seat": "958", 76 "bid": [{ 77 "id": "7706636740145184841", 78 "impid": "test-imp-id", 79 "price": 0.500000, 80 "adid": "29681110", 81 "adm": "some-test-ad", 82 "adomain": ["appnexus.com"], 83 "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110", 84 "cid": "958", 85 "crid": "29681110", 86 "h": 250, 87 "w": 300, 88 "ext": { 89 "appnexus": { 90 "brand_id": 1, 91 "brand_category_id": 1, 92 "auction_id": 8189378542222915032, 93 "bid_ad_type": 0, 94 "bidder_id": 2, 95 "ranking_price": 0.000000, 96 "deal_priority": 5 97 } 98 } 99 }] 100 } 101 ], 102 "bidid": "5778926625248726496", 103 "cur": "USD" 104 } 105 } 106 } 107 ], 108 109 "expectedBidResponses": [ 110 { 111 "currency": "USD", 112 "bids": [ 113 { 114 "bid": { 115 "id": "7706636740145184841", 116 "impid": "test-imp-id", 117 "price": 0.5, 118 "adm": "some-test-ad", 119 "adid": "29681110", 120 "adomain": ["appnexus.com"], 121 "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110", 122 "cid": "958", 123 "crid": "29681110", 124 "w": 300, 125 "h": 250, 126 "cat": ["IAB20-3"], 127 "ext": { 128 "appnexus": { 129 "brand_id": 1, 130 "brand_category_id": 1, 131 "auction_id": 8189378542222915032, 132 "bid_ad_type": 0, 133 "bidder_id": 2, 134 "ranking_price": 0.000000, 135 "deal_priority": 5 136 } 137 } 138 }, 139 "type": "banner" 140 } 141 ] 142 } 143 ] 144 }