github.com/prebid/prebid-server/v2@v2.18.0/adapters/gamoshi/gamoshitest/supplemental/bad-request.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "invalidbanner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "supplyPartnerId": "1707" 22 } 23 } 24 } 25 ] 26 }, 27 "expectedMakeRequestsErrors": [ 28 { 29 "value": "Gamoshi only supports banner and video media types. Ignoring imp id=test-imp-id", 30 "comparison": "literal" 31 }, 32 { 33 "value": "No valid impression in the bid request", 34 "comparison": "literal" 35 } 36 ] 37 }