github.com/prebid/prebid-server/v2@v2.18.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 "impIDs":["test-imp-id"] 63 }, 64 "mockResponse": { 65 "status": 200, 66 "body": { 67 "id": "test-request-id", 68 "seatbid": [ 69 { 70 "seat": "958", 71 "bid": [ 72 { 73 "id": "7706636740145184841", 74 "impid": "test-imp-id", 75 "price": 0.500000, 76 "adid": "29681110", 77 "adm": "some-test-ad", 78 "adomain": [ 79 "yahoo.com" 80 ], 81 "cid": "958", 82 "crid": "29681110", 83 "h": 250, 84 "w": 300, 85 "mtype": 1 86 } 87 ] 88 } 89 ], 90 "bidid": "5778926625248726496", 91 "cur": "USD" 92 } 93 } 94 } 95 ], 96 "expectedBidResponses": [ 97 { 98 "bids": [{ 99 "bid": { 100 "id": "7706636740145184841", 101 "impid": "test-imp-id", 102 "price": 0.5, 103 "adm": "some-test-ad", 104 "adid": "29681110", 105 "adomain": [ 106 "yahoo.com" 107 ], 108 "cid": "958", 109 "crid": "29681110", 110 "w": 300, 111 "h": 250, 112 "mtype": 1 113 }, 114 "type": "banner" 115 }] 116 } 117 ] 118 }