github.com/prebid/prebid-server@v0.275.0/exchange/exchangetest/debuglog_enabled.json (about) 1 { 2 "debugLog": { 3 "Enabled": true, 4 "DebugEnabledOrOverridden": true, 5 "DebugOverride": false, 6 "CacheType": "xml", 7 "TTL": 3600, 8 "Data": { 9 "Request": "test request string", 10 "Headers": "test headers string", 11 "Response": "" 12 } 13 }, 14 "incomingRequest": { 15 "ortbRequest": { 16 "id": "some-request-id", 17 "site": { 18 "page": "test.somepage.com" 19 }, 20 "imp": [ 21 { 22 "id": "my-imp-id", 23 "video": { 24 "mimes": [ 25 "video/mp4" 26 ] 27 }, 28 "ext": { 29 "prebid": { 30 "bidder": { 31 "appnexus": { 32 "placementId": 1 33 } 34 } 35 } 36 } 37 }, 38 { 39 "id": "imp-id-2", 40 "video": { 41 "mimes": [ 42 "video/mp4" 43 ] 44 }, 45 "ext": { 46 "prebid": { 47 "bidder": { 48 "appnexus": { 49 "placementId": 1 50 } 51 } 52 } 53 } 54 } 55 ], 56 "test": 1, 57 "ext": { 58 "prebid": { 59 "targeting": { 60 "pricegranularity": { 61 "precision": 2, 62 "ranges": [ 63 { 64 "min": 0, 65 "max": 20, 66 "increment": 0.1 67 } 68 ] 69 }, 70 "includewinners": true, 71 "includebidderkeys": true, 72 "includebrandcategory": { 73 "primaryadserver": 1, 74 "publisher": "", 75 "withcategory": true 76 } 77 } 78 } 79 } 80 }, 81 "usersyncs": { 82 "appnexus": "123" 83 } 84 }, 85 "outgoingRequests": { 86 "appnexus": { 87 "mockResponse": { 88 "pbsSeatBids": [ 89 { 90 "pbsBids": [ 91 { 92 "ortbBid": { 93 "id": "apn-bid", 94 "impid": "my-imp-id", 95 "price": 0.3, 96 "w": 200, 97 "h": 250, 98 "crid": "creative-1", 99 "cat": [ 100 "IAB1-1" 101 ] 102 }, 103 "bidType": "video", 104 "bidVideo": { 105 "duration": 30, 106 "PrimaryCategory": "" 107 } 108 }, 109 { 110 "ortbBid": { 111 "id": "apn-other-bid", 112 "impid": "imp-id-2", 113 "price": 0.6, 114 "w": 300, 115 "h": 500, 116 "crid": "creative-3", 117 "cat": [ 118 "IAB1-2" 119 ] 120 }, 121 "bidType": "video" 122 } 123 ], 124 "seat": "appnexus" 125 } 126 ] 127 } 128 } 129 }, 130 "response": { 131 "bids": { 132 "id": "some-request-id", 133 "seatbid": [ 134 { 135 "seat": "appnexus", 136 "bid": [ 137 { 138 "id": "apn-bid", 139 "impid": "my-imp-id", 140 "price": 0.3, 141 "w": 200, 142 "h": 250, 143 "crid": "creative-1", 144 "cat": [ 145 "IAB1-1" 146 ], 147 "ext": { 148 "origbidcpm": 0.3, 149 "prebid": { 150 "type": "video", 151 "targeting": { 152 "hb_bidder": "appnexus", 153 "hb_bidder_appnexus": "appnexus", 154 "hb_cache_host": "www.pbcserver.com", 155 "hb_cache_host_appnex": "www.pbcserver.com", 156 "hb_cache_path": "/pbcache/endpoint", 157 "hb_cache_path_appnex": "/pbcache/endpoint", 158 "hb_pb": "0.20", 159 "hb_pb_appnexus": "0.20", 160 "hb_pb_cat_dur": "0.20_VideoGames_0s", 161 "hb_pb_cat_dur_appnex": "0.20_VideoGames_0s", 162 "hb_size": "200x250", 163 "hb_size_appnexus": "200x250" 164 } 165 } 166 } 167 }, 168 { 169 "cat": [ 170 "IAB1-2" 171 ], 172 "crid": "creative-3", 173 "ext": { 174 "origbidcpm": 0.6, 175 "prebid": { 176 "targeting": { 177 "hb_bidder": "appnexus", 178 "hb_bidder_appnexus": "appnexus", 179 "hb_cache_host": "www.pbcserver.com", 180 "hb_cache_host_appnex": "www.pbcserver.com", 181 "hb_cache_path": "/pbcache/endpoint", 182 "hb_cache_path_appnex": "/pbcache/endpoint", 183 "hb_pb": "0.50", 184 "hb_pb_appnexus": "0.50", 185 "hb_pb_cat_dur": "0.50_HomeDecor_0s", 186 "hb_pb_cat_dur_appnex": "0.50_HomeDecor_0s", 187 "hb_size": "300x500", 188 "hb_size_appnexus": "300x500" 189 }, 190 "type": "video" 191 } 192 }, 193 "h": 500, 194 "id": "apn-other-bid", 195 "impid": "imp-id-2", 196 "price": 0.6, 197 "w": 300 198 } 199 ] 200 } 201 ] 202 }, 203 "ext": { 204 "debug": { 205 "resolvedrequest": { 206 "id": "some-request-id", 207 "imp": [ 208 { 209 "id": "my-imp-id", 210 "video": { 211 "mimes": [ 212 "video/mp4" 213 ] 214 }, 215 "ext": { 216 "prebid": { 217 "bidder": { 218 "appnexus": { 219 "placementId": 1 220 } 221 } 222 } 223 } 224 }, 225 { 226 "id": "imp-id-2", 227 "video": { 228 "mimes": [ 229 "video/mp4" 230 ] 231 }, 232 "ext": { 233 "prebid": { 234 "bidder": { 235 "appnexus": { 236 "placementId": 1 237 } 238 } 239 } 240 } 241 } 242 ], 243 "site": { 244 "page": "test.somepage.com" 245 }, 246 "test": 1, 247 "ext": { 248 "prebid": { 249 "targeting": { 250 "pricegranularity": { 251 "precision": 2, 252 "ranges": [ 253 { 254 "min": 0, 255 "max": 20, 256 "increment": 0.1 257 } 258 ] 259 }, 260 "includewinners": true, 261 "includebidderkeys": true, 262 "includebrandcategory": { 263 "primaryadserver": 1, 264 "publisher": "", 265 "withcategory": true 266 } 267 } 268 } 269 } 270 } 271 } 272 } 273 } 274 }