github.com/prebid/prebid-server@v0.275.0/adapters/rise/risetest/exemplary/simple-banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 300 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "publisher_id": "72721", 22 "path": "mvo", 23 "zone": "1r" 24 } 25 } 26 } 27 ] 28 }, 29 "httpCalls": [ 30 { 31 "expectedRequest": { 32 "uri": "http://localhost/prebid_server?publisher_id=72721", 33 "body": { 34 "id": "test-request-id", 35 "imp": [ 36 { 37 "id": "test-imp-id", 38 "banner": { 39 "format": [ 40 { 41 "w": 300, 42 "h": 250 43 }, 44 { 45 "w": 300, 46 "h": 300 47 } 48 ] 49 }, 50 "ext": { 51 "bidder": { 52 "publisher_id": "72721", 53 "zone": "1r", 54 "path": "mvo" 55 } 56 } 57 } 58 ] 59 } 60 }, 61 "mockResponse": { 62 "status": 200, 63 "body": { 64 "id": "test-request-id", 65 "seatbid": [ 66 { 67 "seat": "Rhythmone", 68 "bid": [ 69 { 70 "id": "7706636740145184841", 71 "impid": "test-imp-id", 72 "price": 0.500000, 73 "adid": "29681110", 74 "adm": "some-test-ad", 75 "adomain": [ 76 "yahoo.com" 77 ], 78 "cid": "958", 79 "crid": "29681110", 80 "h": 250, 81 "w": 300, 82 "mtype": 1 83 } 84 ] 85 } 86 ], 87 "bidid": "5778926625248726496", 88 "cur": "USD" 89 } 90 } 91 } 92 ], 93 "expectedBidResponses": [ 94 { 95 "bids": [{ 96 "bid": { 97 "id": "7706636740145184841", 98 "impid": "test-imp-id", 99 "price": 0.5, 100 "adm": "some-test-ad", 101 "adid": "29681110", 102 "adomain": [ 103 "yahoo.com" 104 ], 105 "cid": "958", 106 "crid": "29681110", 107 "w": 300, 108 "h": 250, 109 "mtype": 1 110 }, 111 "type": "banner" 112 }] 113 } 114 ] 115 }