github.com/prebid/prebid-server/v2@v2.18.0/adapters/pwbid/pwbidtest/exemplary/banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id-banner", 4 "imp": [ 5 { 6 "id": "test-imp-id-banner", 7 "banner": { 8 "format": [ 9 { 10 "w": 728, 11 "h": 90 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "siteId": "3943fa" 18 } 19 } 20 } 21 ] 22 }, 23 "httpCalls": [ 24 { 25 "expectedRequest": { 26 "uri": "https://bidder.east2.pubwise.io/bid/pubwisedirect", 27 "body": { 28 "id": "test-request-id-banner", 29 "imp": [ 30 { 31 "id": "test-imp-id-banner", 32 "banner": { 33 "format": [ 34 { 35 "w": 728, 36 "h": 90 37 } 38 ] 39 }, 40 "ext": { 41 "bidder": { 42 "siteId": "3943fa" 43 } 44 } 45 } 46 ] 47 }, 48 "impIDs":["test-imp-id-banner"] 49 }, 50 "mockResponse": { 51 "status": 200, 52 "body": { 53 "id": "test-request-id-banner", 54 "seatbid": [ 55 { 56 "seat": "pwbid", 57 "bid": [ 58 { 59 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 60 "impid": "test-imp-id-banner", 61 "price": 0.500000, 62 "adm": "some-test-ad-banner", 63 "crid": "crid_10", 64 "w": 728, 65 "h": 90 66 } 67 ] 68 } 69 ], 70 "cur": "USD" 71 } 72 } 73 } 74 ], 75 "expectedBidResponses": [ 76 { 77 "currency": "USD", 78 "bids": [ 79 { 80 "bid": { 81 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 82 "impid": "test-imp-id-banner", 83 "price": 0.5, 84 "adm": "some-test-ad-banner", 85 "crid": "crid_10", 86 "w": 728, 87 "h": 90 88 }, 89 "type": "banner" 90 } 91 ] 92 } 93 ] 94 }