github.com/prebid/prebid-server@v0.275.0/adapters/appnexus/appnexustest/supplemental/explicit-dimensions.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": 100, 15 "h": 400 16 }, 17 "ext": { 18 "bidder": { 19 "placementId": 1 20 } 21 } 22 } 23 ] 24 }, 25 "httpCalls": [ 26 { 27 "expectedRequest": { 28 "uri": "http://ib.adnxs.com/openrtb2", 29 "body": { 30 "id": "test-request-id", 31 "ext": { 32 "appnexus": { 33 "hb_source": 5 34 } 35 }, 36 "imp": [ 37 { 38 "id": "test-imp-id", 39 "banner": { 40 "format": [ 41 { 42 "w": 300, 43 "h": 250 44 } 45 ], 46 "w": 100, 47 "h": 400 48 }, 49 "ext": { 50 "appnexus": { 51 "placement_id": 1 52 } 53 } 54 } 55 ] 56 } 57 }, 58 "mockResponse": { 59 "status": 204 60 } 61 } 62 ], 63 "expectedBidResponses": [] 64 }