github.com/prebid/prebid-server@v0.275.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 }, 118 "mockResponse": { 119 "status": 200, 120 "body": { 121 "id": "awesome-resp-id", 122 "seatbid": [ 123 { 124 "bid": [ 125 { 126 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 127 "impid": "test-banner-id", 128 "price": 0.9, 129 "adm": "awesome-markup", 130 "adomain": [ 131 "awesome.com" 132 ], 133 "crid": "20", 134 "w": 320, 135 "h": 50 136 }, 137 { 138 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 139 "impid": "test-native-id", 140 "price": 0.9, 141 "adm": "awesome-markup", 142 "adomain": [ 143 "awesome.com" 144 ], 145 "crid": "20" 146 } 147 ], 148 "seat": "bliink" 149 }, 150 { 151 "bid": [ 152 { 153 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 154 "impid": "test-video-id", 155 "price": 0.9, 156 "adm": "awesome-markup", 157 "adomain": [ 158 "awesome.com" 159 ], 160 "crid": "20", 161 "w": 320, 162 "h": 50 163 } 164 ], 165 "seat": "bliink2" 166 } 167 ], 168 "cur": "EUR" 169 } 170 } 171 } 172 ], 173 "expectedBidResponses": [ 174 { 175 "bids": [ 176 { 177 "bid": { 178 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 179 "impid": "test-banner-id", 180 "price": 0.9, 181 "adm": "awesome-markup", 182 "adomain": [ 183 "awesome.com" 184 ], 185 "crid": "20", 186 "w": 320, 187 "h": 50 188 }, 189 "type": "banner" 190 }, 191 { 192 "bid": { 193 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 194 "impid": "test-native-id", 195 "price": 0.9, 196 "adm": "awesome-markup", 197 "adomain": [ 198 "awesome.com" 199 ], 200 "crid": "20" 201 }, 202 "type": "native" 203 }, 204 { 205 "bid": { 206 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 207 "impid": "test-video-id", 208 "price": 0.9, 209 "adm": "awesome-markup", 210 "adomain": [ 211 "awesome.com" 212 ], 213 "crid": "20", 214 "w": 320, 215 "h": 50 216 }, 217 "type": "video" 218 } 219 ] 220 } 221 ] 222 }