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