github.com/prebid/prebid-server@v0.275.0/adapters/engagebdr/engagebdrtest/exemplary/banner.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 }, 19 20 "httpCalls": [ 21 { 22 "expectedRequest": { 23 "uri": "http://dsp.bnmla.com/hb?zoneid=99999", 24 "body":{ 25 "id": "test-request-id", 26 "imp": [{ 27 "id": "test-imp-id", 28 "banner": { 29 "w": 300, 30 "h": 250 31 }, 32 "ext": { 33 "bidder": { 34 "sspid":"99999" 35 } 36 } 37 }] 38 } 39 }, 40 "mockResponse": { 41 "status": 200, 42 "body": { 43 "id": "test-request-id", 44 "seatbid": [ 45 { 46 "bid": [ 47 { 48 "id" : "test-imp-id", 49 "impid": "test-imp-id", 50 "price": 9.81, 51 "adid": "abcde-12345", 52 "adm": "<div><img src=\"https://cdn0.bnmla.com/0b1c6e85e9376e3092df8c9fc8ab9095.gif\" width=350 height=250 /></div>", 53 "adomain": [ 54 "advertiserdomain.com" 55 ], 56 "iurl": "http://match.bnmla.com/usersync?sspid=59&redir=", 57 "cid": "campaign1", 58 "crid": "abcde-12345", 59 "w": 300, 60 "h": 250 61 } 62 ], 63 "seat": "test-request-id" 64 } 65 ], 66 "bidid": "test-request-id", 67 "cur": "USD" 68 } 69 } 70 } 71 ], 72 73 "expectedBidResponses": [ 74 { 75 "currency": "USD", 76 "bids": [ 77 { 78 "bid": { 79 "id": "test-imp-id", 80 "impid": "test-imp-id", 81 "price": 9.81, 82 "adid": "abcde-12345", 83 "adm": "<div><img src=\"https://cdn0.bnmla.com/0b1c6e85e9376e3092df8c9fc8ab9095.gif\" width=350 height=250 /></div>", 84 "adomain": ["advertiserdomain.com"], 85 "iurl": "http://match.bnmla.com/usersync?sspid=59&redir=", 86 "cid": "campaign1", 87 "crid": "abcde-12345", 88 "w": 300, 89 "h": 250 90 }, 91 "type": "banner" 92 } 93 ] 94 } 95 ] 96 } 97