github.com/prebid/prebid-server/v2@v2.18.0/adapters/gamma/gammatest/supplemental/missing-web.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-missing-req-param-id", 7 "banner": { 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 "id": "sample-id", 22 "zid": "sample-zone-id" 23 } 24 } 25 26 } 27 ] 28 }, 29 "expectedMakeRequestsErrors": [ 30 { 31 "value": "WebID is empty", 32 "comparison": "literal" 33 } 34 ] 35 }