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