github.com/prebid/prebid-server@v0.275.0/adapters/rhythmone/rhythmonetest/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 "placementId": "72721", 22 "path": "mvo", 23 "zone": "1r" 24 } 25 } 26 } 27 ] 28 }, 29 "httpCalls": [ 30 { 31 "expectedRequest": { 32 "uri": "http://tag.1rx.io/rmp/72721/0/mvo?z=1r&s2s=true", 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 "placementId": "72721", 53 "zone": "1r", 54 "path": "mvo", 55 "S2S": true 56 } 57 } 58 } 59 ] 60 } 61 }, 62 "mockResponse": { 63 "status": 200, 64 "body": { 65 "id": "test-request-id", 66 "seatbid": [ 67 { 68 "seat": "Rhythmone", 69 "bid": [ 70 { 71 "id": "7706636740145184841", 72 "impid": "test-imp-id", 73 "price": 0.500000, 74 "adid": "29681110", 75 "adm": "some-test-ad", 76 "adomain": [ 77 "yahoo.com" 78 ], 79 "cid": "958", 80 "crid": "29681110", 81 "h": 250, 82 "w": 300 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 }, 110 "type": "banner" 111 }] 112 } 113 ] 114 }