github.com/prebid/prebid-server@v0.275.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 }, 87 "mockResponse": { 88 "status": 200, 89 "headers": {}, 90 "body": { 91 "id": "80ce30c53c16e6ede735f123ef6e32361bfc7b22", 92 "cur": "CHF", 93 "seatbid": [ 94 { 95 "seat": "cwire", 96 "group": 0, 97 "bid": [ 98 { 99 "id": "333", 100 "impid": "102", 101 "price": 8.00, 102 "crid": "9999", 103 "adm": "<h3>Example Ad</h3>", 104 "w": 1, 105 "h": 1, 106 "nurl": "https://embed.cwi.re/delivery/prebid-server/win/333", 107 "mtype": 1 108 } 109 ] 110 } 111 ] 112 } 113 } 114 } 115 ], 116 "expectedBidResponses": [ 117 { 118 "currency": "CHF", 119 "bids": [ 120 { 121 "bid": { 122 "id": "333", 123 "impid": "102", 124 "price": 8.00, 125 "crid": "9999", 126 "adm": "<h3>Example Ad</h3>", 127 "w": 1, 128 "h": 1, 129 "nurl": "https://embed.cwi.re/delivery/prebid-server/win/333", 130 "mtype": 1 131 }, 132 "type": "banner" 133 } 134 ] 135 } 136 ] 137 }