github.com/prebid/prebid-server/v2@v2.18.0/adapters/beintoo/beintootest/supplemental/build-banner-object.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some_test_auction", 4 "imp": [{ 5 "id": "some_test_ad", 6 "banner": { 7 "format": [ 8 { 9 "w": 728, 10 "h": 90 11 }, 12 { 13 "w": 300, 14 "h": 600 15 }, 16 { 17 "w": 160, 18 "h": 600 19 } 20 ] 21 }, 22 "ext": { 23 "bidder": { 24 "tagid": "1234568", 25 "bidfloor": "1.25" 26 } 27 } 28 }] 29 }, 30 "httpCalls": [{ 31 "expectedRequest": { 32 "uri": "https://ib.beintoo.com", 33 "body": { 34 "id": "some_test_auction", 35 "imp": [{ 36 "banner": { 37 "format": [{ 38 "w": 300, 39 "h": 600 40 }, { 41 "w": 160, 42 "h": 600 43 }], 44 "w": 728, 45 "h": 90 46 }, 47 "id": "some_test_ad", 48 "secure": 0, 49 "tagid": "1234568", 50 "bidfloor": 1.25 51 }] 52 }, 53 "impIDs":["some_test_ad"] 54 }, 55 "mockResponse": { 56 "status": 200, 57 "body": { 58 59 } 60 } 61 }], 62 "expectedBidResponses": [{"currency":"USD","bids":[]}] 63 }