github.com/prebid/prebid-server@v0.275.0/adapters/cadent_aperture_mx/cadent_aperture_mxtest/supplemental/bad-imp-banner-missing-sizes.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some_test_auction", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 }, 9 "ext": { 10 "bidder": { 11 "tagid": "12356" 12 } 13 } 14 } 15 ], 16 "site": { 17 "domain": "www.publisher.com", 18 "page": "http://www.publisher.com/awesome/site?with=some¶meters=here" 19 } 20 }, 21 "expectedMakeRequestsErrors": [ 22 { 23 "value": "Need at least one size to build request", 24 "comparison": "literal" 25 }, 26 { 27 "value": "Error in preprocess of Imp, err: [Need at least one size to build request]", 28 "comparison": "literal" 29 } 30 ] 31 }