github.com/prebid/prebid-server@v0.275.0/adapters/nanointeractive/nanointeractivetest/supplemental/invalid-params.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id-1", 7 "banner": {}, 8 "ext": { 9 "bidder": {} 10 } 11 }, 12 { 13 "id": "test-imp-id-2", 14 "banner": { 15 "format": [{"w": 300, "h": 250}] 16 }, 17 "ext": { 18 19 } 20 }, 21 { 22 "id": "test-imp-id-3", 23 "banner": { 24 "format": [{"w": 300, "h": 250}] 25 } 26 }, 27 { 28 "id": "test-imp-id-4", 29 "video": {}, 30 "ext": { 31 "bidder": {} 32 } 33 }, 34 { 35 "id": "test-imp-id-5", 36 "audio": { 37 "startdelay": 0, 38 "api": [] 39 }, 40 "ext": { 41 "bidder": {} 42 } 43 } 44 ], 45 "site": { 46 "id": "siteID", 47 "publisher": { 48 "id": "1234" 49 } 50 }, 51 "device": { 52 "os": "android" 53 } 54 }, 55 "expectedMakeRequestsErrors": [ 56 { 57 "value": "pid is empty; ImpID=test-imp-id-1", 58 "comparison": "literal" 59 }, 60 { 61 "value": "ext.bidder not provided; ImpID=test-imp-id-2", 62 "comparison": "literal" 63 }, 64 { 65 "value": "ext not provided; ImpID=test-imp-id-3", 66 "comparison": "literal" 67 }, 68 { 69 "value": "invalid MediaType. NanoInteractive only supports Banner type. ImpID=test-imp-id-4", 70 "comparison": "literal" 71 }, 72 { 73 "value": "invalid MediaType. NanoInteractive only supports Banner type. ImpID=test-imp-id-5", 74 "comparison": "literal" 75 }, 76 { 77 "value": "no impressions in the bid request", 78 "comparison": "literal" 79 } 80 ] 81 }