github.com/prebid/prebid-server/v2@v2.18.0/adapters/unicorn/unicorntest/supplemental/no-imp-ext-prebid.json (about) 1 { 2 "mockBidRequest": { 3 "at": 1, 4 "imp": [ 5 { 6 "banner": { 7 "format": [ 8 { 9 "w": 300, 10 "h": 250 11 } 12 ], 13 "api": [5] 14 }, 15 "id": "29D2F33E-F865-40DA-9320-16EF77935254", 16 "secure": 1, 17 "ext": { 18 "bidder": { 19 "accountId": 12345, 20 "publisherId": "123456", 21 "mediaId": "test_media" 22 } 23 } 24 } 25 ], 26 "cur": ["JPY"], 27 "app": { 28 "publisher": { 29 "id": "test" 30 }, 31 "ext": { 32 "prebid": { 33 "source": "prebid-mobile", 34 "version": "1.9.0" 35 } 36 }, 37 "bundle": "net.ada.test", 38 "ver": "1.9.0" 39 }, 40 "id": "CFD24FB1-916F-467D-8825-34892B315DB7", 41 "source": { 42 "tid": "A4B3EA9F-FF57-4716-AC85-6CBF6A46CFBD" 43 }, 44 "device": { 45 "make": "Apple", 46 "osv": "14.4", 47 "connectiontype": 1, 48 "os": "iOS", 49 "w": 320, 50 "model": "Simulator", 51 "ifa": "00000000-0000-0000-0000-000000000000", 52 "devtime": 1612413327, 53 "h": 568, 54 "pxratio": 2, 55 "ext": { 56 "atts": 0 57 } 58 }, 59 "user": { 60 "gender": "O" 61 } 62 }, 63 "expectedMakeRequestsErrors" : [{ 64 "value": "Error get StoredRequestImpID from imp[0]: stored request id not found: Key path not found", 65 "comparison": "literal" 66 }] 67 }