github.com/prebid/prebid-server/v2@v2.18.0/adapters/adkernelAdn/adkerneladntest/supplemental/native-impression.json (about) 1 { 2 "mockBidRequest": { 3 "id": "0000000000001", 4 "imp": [ 5 { 6 "id": "adunit-1", 7 "native": { 8 "request": "<-- native request -->", 9 "ver": "1.2" 10 }, 11 "ext": { 12 "bidder": { 13 "pubId": 101, 14 "host": "tag.test.com" 15 } 16 } 17 } 18 ], 19 "site": { 20 "page": "http://example.com/test.html", 21 "publisher": { 22 "id": "1" 23 } 24 }, 25 "user": { 26 "buyeruid": "A-38327932832" 27 } 28 }, 29 30 "expectedMakeRequestsErrors": [ 31 { 32 "value": "Invalid imp with id=adunit-1. Expected imp.banner or imp.video", 33 "comparison": "literal" 34 } 35 ] 36 37 }