github.com/prebid/prebid-server@v0.275.0/adapters/audienceNetwork/audienceNetworktest/supplemental/invalid-interstitial.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-req-id", 4 "imp": [{ 5 "id": "test-imp-id", 6 "video": { 7 "mimes": ["video/mp4"], 8 "minduration": 15, 9 "maxduration": 30, 10 "protocols": [2, 3, 5, 6, 7, 8], 11 "linearity": 1, 12 "w": 940, 13 "h": 560 14 }, 15 "instl": 1, 16 "ext": { 17 "bidder": { 18 "publisherid": "123", 19 "placementid": "456" 20 } 21 } 22 }], 23 "app": { 24 "id": "app-abc", 25 "bundle": "com.prebid" 26 }, 27 "device": { 28 "ip": "152.193.6.74" 29 }, 30 "user": { 31 "id": "db089de9-a62e-4861-a881-0ff15e052516", 32 "buyeruid": "v4_bidder_token" 33 }, 34 "tmax": 500 35 }, 36 "expectedMakeRequestsErrors": [{ 37 "value": "imp #test-imp-id: interstitial imps are only supported for banner", 38 "comparison": "literal" 39 }] 40 }