github.com/prebid/prebid-server/v2@v2.18.0/adapters/dxkulture/dxkulturetest/supplemental/invalid-imp-ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "user": { 5 "buyeruid": "userId", 6 "yob": 1990 7 }, 8 "device": { 9 "ua": "user-agent", 10 "ip": "1.2.3.4" 11 }, 12 "imp": [ 13 { 14 "id": "test-imp-id", 15 "video": { 16 "w": 1920, 17 "h": 1080, 18 "mimes": [ 19 "video/x-flv", 20 "video/mp4" 21 ] 22 }, 23 "ext": "not_json" 24 } 25 ], 26 "site": { 27 "domain": "site.com", 28 "page": "http://site.com/page", 29 "ref": "http://site.com/ref" 30 } 31 }, 32 "expectedMakeRequestsErrors": [ 33 { 34 "value": "Ignoring imp id=test-imp-id, error while decoding extImpBidder, err: json: cannot unmarshal string into Go value of type adapters.ExtImpBidder", 35 "comparison": "literal" 36 } 37 ] 38 }