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