github.com/prebid/prebid-server/v2@v2.18.0/adapters/bliink/bliinktest/exemplary/banner_native_video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "device": { 5 "ua": "test-user-agent", 6 "ip": "123.123.123.123" 7 }, 8 "user": { 9 "buyeruid": "awesome-user", 10 "ext": { 11 "consent": "gdprConsentString" 12 } 13 }, 14 "site": { 15 "page": "test.com", 16 "publisher": { 17 "id": "123456789" 18 } 19 }, 20 "imp": [ 21 { 22 "id": "test-banner-id", 23 "tagid": "TAGID", 24 "banner": { 25 "w": 320, 26 "h": 50 27 } 28 }, 29 { 30 "id": "test-native-id", 31 "tagid": "TAGID", 32 "native": { 33 "request": "{test json string}", 34 "ver": "1.2" 35 } 36 }, 37 { 38 "id": "test-video-id", 39 "tagid": "TAGID", 40 "video": { 41 "mimes": [ 42 "video/mp4" 43 ], 44 "w": 500, 45 "h": 300, 46 "minduration": 120, 47 "maxduration": 150 48 } 49 } 50 ] 51 }, 52 "httpCalls": [ 53 { 54 "expectedRequest": { 55 "headers": { 56 "Content-Type": [ 57 "application/json;charset=utf-8" 58 ], 59 "Accept": [ 60 "application/json" 61 ], 62 "X-Openrtb-Version": [ 63 "2.5" 64 ] 65 }, 66 "uri": "http://biddertest.url/bid", 67 "body": { 68 "id": "test-request-id", 69 "device": { 70 "ua": "test-user-agent", 71 "ip": "123.123.123.123" 72 }, 73 "imp": [ 74 { 75 "id": "test-banner-id", 76 "tagid": "TAGID", 77 "banner": { 78 "w": 320, 79 "h": 50 80 } 81 }, 82 { 83 "id": "test-native-id", 84 "tagid": "TAGID", 85 "native": { 86 "request": "{test json string}", 87 "ver": "1.2" 88 } 89 }, 90 { 91 "id": "test-video-id", 92 "tagid": "TAGID", 93 "video": { 94 "mimes": [ 95 "video/mp4" 96 ], 97 "w": 500, 98 "h": 300, 99 "minduration": 120, 100 "maxduration": 150 101 } 102 } 103 ], 104 "site": { 105 "page": "test.com", 106 "publisher": { 107 "id": "123456789" 108 } 109 }, 110 "user": { 111 "buyeruid": "awesome-user", 112 "ext": { 113 "consent": "gdprConsentString" 114 } 115 } 116 }, 117 "impIDs":["test-banner-id","test-native-id","test-video-id"] 118 }, 119 "mockResponse": { 120 "status": 200, 121 "body": { 122 "id": "awesome-resp-id", 123 "seatbid": [ 124 { 125 "bid": [ 126 { 127 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 128 "impid": "test-banner-id", 129 "price": 0.9, 130 "adm": "awesome-markup", 131 "adomain": [ 132 "awesome.com" 133 ], 134 "crid": "20", 135 "w": 320, 136 "h": 50 137 }, 138 { 139 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 140 "impid": "test-native-id", 141 "price": 0.9, 142 "adm": "awesome-markup", 143 "adomain": [ 144 "awesome.com" 145 ], 146 "crid": "20" 147 } 148 ], 149 "seat": "bliink" 150 }, 151 { 152 "bid": [ 153 { 154 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 155 "impid": "test-video-id", 156 "price": 0.9, 157 "adm": "awesome-markup", 158 "adomain": [ 159 "awesome.com" 160 ], 161 "crid": "20", 162 "w": 320, 163 "h": 50 164 } 165 ], 166 "seat": "bliink2" 167 } 168 ], 169 "cur": "EUR" 170 } 171 } 172 } 173 ], 174 "expectedBidResponses": [ 175 { 176 "bids": [ 177 { 178 "bid": { 179 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 180 "impid": "test-banner-id", 181 "price": 0.9, 182 "adm": "awesome-markup", 183 "adomain": [ 184 "awesome.com" 185 ], 186 "crid": "20", 187 "w": 320, 188 "h": 50 189 }, 190 "type": "banner" 191 }, 192 { 193 "bid": { 194 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 195 "impid": "test-native-id", 196 "price": 0.9, 197 "adm": "awesome-markup", 198 "adomain": [ 199 "awesome.com" 200 ], 201 "crid": "20" 202 }, 203 "type": "native" 204 }, 205 { 206 "bid": { 207 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 208 "impid": "test-video-id", 209 "price": 0.9, 210 "adm": "awesome-markup", 211 "adomain": [ 212 "awesome.com" 213 ], 214 "crid": "20", 215 "w": 320, 216 "h": 50 217 }, 218 "type": "video" 219 } 220 ] 221 } 222 ] 223 }