github.com/prebid/prebid-server/v2@v2.18.0/adapters/adnuntius/adnuntiustest/supplemental/banner-nil-check.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "user": { 5 "id": "1kjh3429kjh295jkl" 6 }, 7 "device":{ 8 "ext":{ 9 "noCookies" : true 10 } 11 }, 12 "imp": [ 13 { 14 "id": "test-imp-id", 15 "ext": { 16 "bidder": { 17 "auId": "123" 18 } 19 } 20 } 21 ] 22 }, 23 "expectedMakeRequestsErrors": [ 24 { 25 "value": "ignoring imp id=test-imp-id, Adnuntius supports only Banner", 26 "comparison": "literal" 27 } 28 ] 29 }