github.com/prebid/prebid-server@v0.275.0/endpoints/openrtb2/sample-requests/invalid-whole/interstitial-empty.json (about) 1 { 2 "description": "Bid request banner field comes with no data to set interstitial size list", 3 "mockBidRequest": { 4 "id": "some-request-id", 5 "site": { 6 "page": "test.somepage.com" 7 }, 8 "imp": [ 9 { 10 "id": "my-imp-id", 11 "banner": { 12 "id": "some-imp-id" 13 }, 14 "instl": 1, 15 "ext": { 16 "appnexus": { 17 "placementId": 12883451 18 } 19 } 20 } 21 ], 22 "device": { 23 "ext": { 24 "prebid": { 25 "interstitial": { 26 "minwidthperc": 60, 27 "minheightperc": 60 28 } 29 } 30 } 31 }, 32 "ext": { 33 "prebid": { 34 "targeting": { 35 "pricegranularity": "low" 36 }, 37 "cache": { 38 "bids": {} 39 } 40 } 41 } 42 }, 43 "expectedReturnCode": 400, 44 "expectedErrorMessage": "Invalid request: Unable to set interstitial size list for Imp id=my-imp-id (No valid sizes between 0x0 and 0x0)\n" 45 }