github.com/prebid/prebid-server/v2@v2.18.0/adapters/smaato/smaatotest/exemplary/video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "447a0a1d-389d-4730-a418-3777e95de7bd", 4 "imp": [ 5 { 6 "id": "postbid_iframe", 7 "video": { 8 "mimes": [ 9 "video/mp4", 10 "video/quicktime", 11 "video/3gpp", 12 "video/x-m4v" 13 ], 14 "minduration": 5, 15 "maxduration": 30, 16 "protocols": [ 17 7 18 ], 19 "w": 1024, 20 "h": 768, 21 "startdelay": 0, 22 "linearity": 1, 23 "skip": 1, 24 "skipmin": 5, 25 "api": [ 26 7 27 ], 28 "ext": { 29 "rewarded": 0 30 } 31 }, 32 "instl": 1, 33 "bidfloor": 0.00123, 34 "ext": { 35 "bidder": { 36 "publisherId": "1100042525", 37 "adspaceId": "130563103" 38 } 39 } 40 } 41 ], 42 "site": { 43 "publisher": { 44 "id": "1100042525" 45 }, 46 "ext": { 47 "data": {}, 48 "amp": 0 49 } 50 }, 51 "device": { 52 "ua": "test-user-agent" 53 }, 54 "user": { 55 "ext": { 56 "data": {} 57 } 58 }, 59 "regs": { 60 "coppa": 1, 61 "ext": { 62 "gdpr": 1, 63 "us_privacy": "uspConsentString", 64 "gpp": "gppString", 65 "gpp_sid": [7] 66 } 67 }, 68 "ext": { 69 "prebid": { 70 "auctiontimestamp": 1598262728811, 71 "targeting": { 72 "includewinners": true, 73 "includebidderkeys": false 74 } 75 } 76 } 77 }, 78 "httpCalls": [ 79 { 80 "expectedRequest": { 81 "headers": { 82 "Content-Type": [ 83 "application/json;charset=utf-8" 84 ], 85 "Accept": [ 86 "application/json" 87 ] 88 }, 89 "uri": "https://prebid/bidder", 90 "body": { 91 "id": "447a0a1d-389d-4730-a418-3777e95de7bd", 92 "imp": [ 93 { 94 "id": "postbid_iframe", 95 "tagid": "130563103", 96 "bidfloor": 0.00123, 97 "instl": 1, 98 "video": { 99 "w": 1024, 100 "h": 768, 101 "ext": { 102 "rewarded": 0 103 }, 104 "mimes": [ 105 "video/mp4", 106 "video/quicktime", 107 "video/3gpp", 108 "video/x-m4v" 109 ], 110 "minduration": 5, 111 "startdelay": 0, 112 "linearity": 1, 113 "maxduration": 30, 114 "skip": 1, 115 "protocols": [ 116 7 117 ], 118 "skipmin": 5, 119 "api": [ 120 7 121 ] 122 } 123 } 124 ], 125 "user": { 126 "ext": { 127 } 128 }, 129 "regs": { 130 "coppa": 1, 131 "ext": { 132 "gdpr": 1, 133 "us_privacy": "uspConsentString", 134 "gpp": "gppString", 135 "gpp_sid": [7] 136 } 137 }, 138 "device": { 139 "ua": "test-user-agent" 140 }, 141 "site": { 142 "publisher": { 143 "id": "1100042525" 144 } 145 }, 146 "ext": { 147 "client": "prebid_server_0.6" 148 } 149 }, 150 "impIDs":["postbid_iframe"] 151 }, 152 "mockResponse": { 153 "status": 200, 154 "body": { 155 "id": "5ebea288-f13a-4754-be6d-4ade66c68877", 156 "seatbid": [ 157 { 158 "seat": "CM6523", 159 "bid": [ 160 { 161 "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>", 162 "adomain": [ 163 "smaato.com" 164 ], 165 "bidderName": "smaato", 166 "cid": "CM6523", 167 "crid": "CR69381", 168 "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd", 169 "impid": "1C86242D-9535-47D6-9576-7B1FE87F282C", 170 "iurl": "https://iurl", 171 "nurl": "https://nurl", 172 "price": 0.01, 173 "w": 1024, 174 "h": 768 175 } 176 ] 177 } 178 ], 179 "bidid": "04db8629-179d-4bcd-acce-e54722969006", 180 "cur": "USD" 181 } 182 } 183 } 184 ], 185 "expectedBidResponses": [ 186 { 187 "currency": "USD", 188 "bids": [ 189 { 190 "bid": { 191 "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>", 192 "adomain": [ 193 "smaato.com" 194 ], 195 "cid": "CM6523", 196 "crid": "CR69381", 197 "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd", 198 "impid": "1C86242D-9535-47D6-9576-7B1FE87F282C", 199 "iurl": "https://iurl", 200 "nurl": "https://nurl", 201 "price": 0.01, 202 "w": 1024, 203 "h": 768, 204 "exp": 300 205 }, 206 "type": "video" 207 } 208 ] 209 } 210 ] 211 }