github.com/prebid/prebid-server@v0.275.0/adapters/engagebdr/engagebdrtest/supplemental/multi-1-invalid-imp.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "w": 300, 9 "h": 250 10 }, 11 "ext": { 12 "bidder": { 13 "sspid": "99999" 14 } 15 } 16 }, 17 { 18 "id": "test-imp-id-2", 19 "banner": { 20 "w": 320, 21 "h": 50 22 }, 23 "ext": { 24 } 25 } 26 ] 27 }, 28 "expectedMakeRequestsErrors": [ 29 { 30 "value": "Ignoring imp id=test-imp-id-2, error while decoding impExt, err: unexpected end of JSON input.", 31 "comparison": "literal" 32 } 33 ], 34 "httpCalls": [ 35 { 36 "expectedRequest": { 37 "uri": "http://dsp.bnmla.com/hb?zoneid=99999", 38 "body":{ 39 "id": "test-request-id", 40 "imp": [{ 41 "id": "test-imp-id", 42 "banner": { 43 "w": 300, 44 "h": 250 45 }, 46 "ext": { 47 "bidder": { 48 "sspid":"99999" 49 } 50 } 51 }] 52 } 53 }, 54 "mockResponse": { 55 "status": 200, 56 "body": { 57 "id": "test-request-id", 58 "seatbid": [ 59 { 60 "bid": [ 61 { 62 "id" : "test-imp-id", 63 "impid": "test-imp-id", 64 "price": 9.81, 65 "adid": "abcde-12345", 66 "adm": "<div><img src=\"https://cdn0.bnmla.com/0b1c6e85e9376e3092df8c9fc8ab9095.gif\" width=350 height=250 /></div>", 67 "adomain": [ 68 "advertiserdomain.com" 69 ], 70 "iurl": "http://match.bnmla.com/usersync?sspid=59&redir=", 71 "cid": "campaign1", 72 "crid": "abcde-12345", 73 "w": 300, 74 "h": 250 75 } 76 ], 77 "seat": "test-request-id" 78 } 79 ], 80 "bidid": "test-request-id", 81 "cur": "USD" 82 } 83 } 84 } 85 ], 86 87 "expectedBidResponses": [ 88 { 89 "currency": "USD", 90 "bids": [ 91 { 92 "bid": { 93 "id": "test-imp-id", 94 "impid": "test-imp-id", 95 "price": 9.81, 96 "adid": "abcde-12345", 97 "adm": "<div><img src=\"https://cdn0.bnmla.com/0b1c6e85e9376e3092df8c9fc8ab9095.gif\" width=350 height=250 /></div>", 98 "adomain": ["advertiserdomain.com"], 99 "iurl": "http://match.bnmla.com/usersync?sspid=59&redir=", 100 "cid": "campaign1", 101 "crid": "abcde-12345", 102 "w": 300, 103 "h": 250 104 }, 105 "type": "banner" 106 } 107 ] 108 } 109 ] 110 } 111