github.com/prebid/prebid-server/v2@v2.18.0/exchange/cachetest/multibid_no_bidders.json (about) 1 { 2 "bidRequest": { 3 "imp": [{ 4 "id": "oneImp", 5 "exp": 300 6 },{ 7 "id": "twoImp" 8 }] 9 }, 10 "pbsBids": [{ 11 "bid":{ 12 "id": "bidOne", 13 "impid": "oneImp", 14 "price": 7.64, 15 "exp": 600 16 }, 17 "bidType": "banner", 18 "bidder": "appnexus" 19 }, { 20 "bid": { 21 "id": "bidTwo", 22 "impid": "oneImp", 23 "price": 5.64, 24 "exp": 200 25 }, 26 "bidType": "banner", 27 "bidder": "pubmatic" 28 }, { 29 "bid": { 30 "id": "bidThree", 31 "impid": "oneImp", 32 "price": 2.3 33 }, 34 "bidType": "banner", 35 "bidder": "openx" 36 }, { 37 "bid": { 38 "id": "bidFour", 39 "impid": "twoImp", 40 "price": 1.64 41 }, 42 "bidType": "banner", 43 "bidder": "appnexus" 44 }, { 45 "bid": { 46 "id": "bidFive", 47 "impid": "twoImp", 48 "price": 7.64, 49 "exp": 900 50 }, 51 "bidType": "banner", 52 "bidder": "rubicon" 53 } 54 ], 55 "expectedCacheables": [ 56 { 57 "type": "json", 58 "value": "{\"id\": \"bidOne\",\"impid\": \"oneImp\",\"price\": 7.64,\"exp\": 600}", 59 "ttlseconds": 360 60 }, { 61 "type": "json", 62 "value": "{\"id\": \"bidFive\", \"impid\": \"twoImp\", \"price\": 7.64, \"exp\": 900}", 63 "ttlseconds": 960 64 } 65 ], 66 "targetDataIncludeWinners":true, 67 "targetDataIncludeBidderKeys":false, 68 "targetDataIncludeCacheBids":true, 69 "targetDataIncludeCacheVast":false 70 }