github.com/prebid/prebid-server/v2@v2.18.0/adapters/cwire/cwiretest/exemplary/banner-imp-ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "80ce30c53c16e6ede735f123ef6e32361bfc7b22", 4 "cur": [ 5 "CHF" 6 ], 7 "imp": [ 8 { 9 "id": "102", 10 "banner": { 11 "h": 250, 12 "w": 300, 13 "pos": 0 14 }, 15 "ext": { 16 "bidder": { 17 "cwcreative": "9999", 18 "placementId": 15 19 } 20 } 21 } 22 ], 23 "site": { 24 "page": "http://www.foobar.com/1234.html" 25 }, 26 "device": { 27 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:108.0) Gecko/20100101 Firefox/108.0" 28 }, 29 "user": { 30 "id": "55816b39711f9b5acf3b90e313ed29e51665623f", 31 "geo": { 32 "country": "ch", 33 "region": "basel-stadt", 34 "city": "basel" 35 } 36 } 37 }, 38 "httpCalls": [ 39 { 40 "expectedRequest": { 41 "uri": "https://cwi.re/prebid/adapter-endpoint", 42 "headers": { 43 "Content-Type": [ 44 "application/json;charset=utf-8" 45 ], 46 "Accept": [ 47 "application/json" 48 ] 49 }, 50 "body": { 51 "id": "80ce30c53c16e6ede735f123ef6e32361bfc7b22", 52 "cur": [ 53 "CHF" 54 ], 55 "imp": [ 56 { 57 "id": "102", 58 "banner": { 59 "h": 250, 60 "w": 300, 61 "pos": 0 62 }, 63 "ext": { 64 "bidder": { 65 "cwcreative": "9999", 66 "placementId": 15 67 } 68 } 69 } 70 ], 71 "site": { 72 "page": "http://www.foobar.com/1234.html" 73 }, 74 "device": { 75 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:108.0) Gecko/20100101 Firefox/108.0" 76 }, 77 "user": { 78 "id": "55816b39711f9b5acf3b90e313ed29e51665623f", 79 "geo": { 80 "country": "ch", 81 "region": "basel-stadt", 82 "city": "basel" 83 } 84 } 85 }, 86 "impIDs":["102"] 87 }, 88 "mockResponse": { 89 "status": 200, 90 "headers": {}, 91 "body": { 92 "id": "80ce30c53c16e6ede735f123ef6e32361bfc7b22", 93 "cur": "CHF", 94 "seatbid": [ 95 { 96 "seat": "cwire", 97 "group": 0, 98 "bid": [ 99 { 100 "id": "333", 101 "impid": "102", 102 "price": 8.00, 103 "crid": "9999", 104 "adm": "<h3>Example Ad</h3>", 105 "w": 1, 106 "h": 1, 107 "nurl": "https://embed.cwi.re/delivery/prebid-server/win/333", 108 "mtype": 1 109 } 110 ] 111 } 112 ] 113 } 114 } 115 } 116 ], 117 "expectedBidResponses": [ 118 { 119 "currency": "CHF", 120 "bids": [ 121 { 122 "bid": { 123 "id": "333", 124 "impid": "102", 125 "price": 8.00, 126 "crid": "9999", 127 "adm": "<h3>Example Ad</h3>", 128 "w": 1, 129 "h": 1, 130 "nurl": "https://embed.cwi.re/delivery/prebid-server/win/333", 131 "mtype": 1 132 }, 133 "type": "banner" 134 } 135 ] 136 } 137 ] 138 }