github.com/prebid/prebid-server@v0.275.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://partnertest-prebid.smart-hub.io/?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 }, 135 "mockResponse": { 136 "status": 200, 137 "body": { 138 "id": "id", 139 "bidid": "id", 140 "seatbid": [ 141 { 142 "bid": [ 143 { 144 "id": "id", 145 "impid": "id", 146 "price": 0.1, 147 "nurl": "http://test.com/nurl", 148 "burl": "http://test.com/burl", 149 "adm": "<VAST>", 150 "adomain": [ 151 "test.com" 152 ], 153 "cat": [ 154 "IAB1" 155 ], 156 "cid": "cid", 157 "crid": "crid", 158 "ext": { 159 "mediaType": "video" 160 } 161 } 162 ], 163 "seat": "seat" 164 } 165 ], 166 "cur": "USD" 167 } 168 } 169 } 170 ], 171 "expectedBidResponses": [ 172 { 173 "currency": "USD", 174 "bids": [ 175 { 176 "bid": { 177 "id": "id", 178 "impid": "id", 179 "price": 0.1, 180 "nurl": "http://test.com/nurl", 181 "burl": "http://test.com/burl", 182 "adm": "<VAST>", 183 "adomain": [ 184 "test.com" 185 ], 186 "cat": [ 187 "IAB1" 188 ], 189 "cid": "cid", 190 "crid": "crid", 191 "ext": { 192 "mediaType": "video" 193 } 194 }, 195 "type": "video" 196 } 197 ] 198 } 199 ] 200 }