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