github.com/prebid/prebid-server/v2@v2.18.0/adapters/smarthub/smarthubtest/exemplary/video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "id", 4 "imp": [ 5 { 6 "id": "id", 7 "secure": 1, 8 "bidfloor": 0.01, 9 "bidfloorcur": "USD", 10 "video": { 11 "mimes": [ 12 "video/mp4", 13 "video/ogg", 14 "video/webm" 15 ], 16 "minduration": 3, 17 "maxduration": 3000, 18 "protocols": [ 19 2, 20 3, 21 5, 22 6, 23 7, 24 8 25 ], 26 "w": 480, 27 "h": 320, 28 "linearity": 1, 29 "playbackmethod": [ 30 2 31 ], 32 "pos": 0 33 }, 34 "ext": { 35 "bidder": { 36 "partnerName": "partnertest", 37 "seat": "9Q20EdGxzgWdfPYShScl", 38 "token": "zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer" 39 } 40 } 41 } 42 ], 43 "device": { 44 "ua": "UA", 45 "ip": "123.3.4.123" 46 }, 47 "regs": { 48 "ext": { 49 "gdpr": 0 50 } 51 }, 52 "user": { 53 "id": "userid" 54 }, 55 "site": { 56 "id": "id", 57 "domain": "test,com", 58 "cat": [ 59 "IAB12" 60 ], 61 "publisher": { 62 "id": "pubid" 63 } 64 } 65 }, 66 "httpCalls": [ 67 { 68 "expectedRequest": { 69 "uri": "http://prebid.smart-hub.io/pbserver?partnerName=partnertest&seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer", 70 "body": { 71 "id": "id", 72 "imp": [ 73 { 74 "id": "id", 75 "secure": 1, 76 "bidfloor": 0.01, 77 "bidfloorcur": "USD", 78 "video": { 79 "mimes": [ 80 "video/mp4", 81 "video/ogg", 82 "video/webm" 83 ], 84 "minduration": 3, 85 "maxduration": 3000, 86 "protocols": [ 87 2, 88 3, 89 5, 90 6, 91 7, 92 8 93 ], 94 "w": 480, 95 "h": 320, 96 "linearity": 1, 97 "playbackmethod": [ 98 2 99 ], 100 "pos": 0 101 }, 102 "ext": { 103 "bidder": { 104 "partnerName": "partnertest", 105 "seat": "9Q20EdGxzgWdfPYShScl", 106 "token": "zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer" 107 } 108 } 109 } 110 ], 111 "device": { 112 "ua": "UA", 113 "ip": "123.3.4.123" 114 }, 115 "regs": { 116 "ext": { 117 "gdpr": 0 118 } 119 }, 120 "user": { 121 "id": "userid" 122 }, 123 "site": { 124 "id": "id", 125 "domain": "test,com", 126 "cat": [ 127 "IAB12" 128 ], 129 "publisher": { 130 "id": "pubid" 131 } 132 } 133 }, 134 "impIDs":["id"] 135 }, 136 "mockResponse": { 137 "status": 200, 138 "body": { 139 "id": "id", 140 "bidid": "id", 141 "seatbid": [ 142 { 143 "bid": [ 144 { 145 "id": "id", 146 "impid": "id", 147 "price": 0.1, 148 "nurl": "http://test.com/nurl", 149 "burl": "http://test.com/burl", 150 "adm": "<VAST>", 151 "adomain": [ 152 "test.com" 153 ], 154 "cat": [ 155 "IAB1" 156 ], 157 "cid": "cid", 158 "crid": "crid", 159 "ext": { 160 "mediaType": "video" 161 } 162 } 163 ], 164 "seat": "seat" 165 } 166 ], 167 "cur": "USD" 168 } 169 } 170 } 171 ], 172 "expectedBidResponses": [ 173 { 174 "currency": "USD", 175 "bids": [ 176 { 177 "bid": { 178 "id": "id", 179 "impid": "id", 180 "price": 0.1, 181 "nurl": "http://test.com/nurl", 182 "burl": "http://test.com/burl", 183 "adm": "<VAST>", 184 "adomain": [ 185 "test.com" 186 ], 187 "cat": [ 188 "IAB1" 189 ], 190 "cid": "cid", 191 "crid": "crid", 192 "ext": { 193 "mediaType": "video" 194 } 195 }, 196 "type": "video" 197 } 198 ] 199 } 200 ] 201 }