github.com/prebid/prebid-server@v0.275.0/adapters/adhese/adhesetest/supplemental/res-invalid-no-body.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-req", 4 "user": { 5 "ext": { 6 "consent" : "dummy" 7 } 8 }, 9 "imp": [ 10 { 11 "id": "test-req", 12 "banner": { 13 "format": [ 14 { 15 "w": 300, 16 "h": 250 17 } 18 ] 19 }, 20 "ext": { 21 "bidder": { 22 "account": "demo", 23 "location": "_adhese_prebid_demo_", 24 "format": "leaderboard", 25 "targets": 26 { 27 "ci": ["gent", "brussels"], 28 "ag": ["55"], 29 "tl": ["all"] 30 } 31 } 32 } 33 } 34 ], 35 "site": { 36 "id": "test", 37 "publisher": { 38 "id": "123" 39 } 40 } 41 }, 42 "httpCalls": [ 43 { 44 "expectedRequest": { 45 "uri": "https://ads-demo.adhese.com/json/sl_adhese_prebid_demo_-leaderboard/ag55/cigent;brussels/tlall/xtdummy" 46 }, 47 "mockResponse": { 48 "status": 200 49 } 50 } 51 ], 52 "expectedBidResponses": [], 53 "expectedMakeBidsErrors": [ 54 { 55 "value": "unexpected end of JSON input", 56 "comparison": "literal" 57 },{ 58 "value": "Response could not be parsed as generic Adhese bid.", 59 "comparison": "literal" 60 } 61 ] 62 }