github.com/prebid/prebid-server@v0.275.0/adapters/apacdex/apacdextest/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 "siteId": "123" 20 } 21 } 22 } 23 ] 24 }, 25 "httpCalls": [ 26 { 27 "expectedRequest": { 28 "uri": "//host", 29 "body": { 30 "id": "test-request-id", 31 "imp": [ 32 { 33 "id": "test-imp-id", 34 "banner": { 35 "format": [ 36 { 37 "w": 300, 38 "h": 250 39 } 40 ], 41 "w": 100, 42 "h": 400 43 }, 44 "ext": { 45 "siteId": "123" 46 } 47 } 48 ] 49 } 50 }, 51 "mockResponse": { 52 "status": 204 53 } 54 } 55 ], 56 "expectedBidResponses": [] 57 }