github.com/prebid/prebid-server/v2@v2.18.0/exchange/impcustomcachekeytest/multiImpVideoNoIncludeBidderKeys.json (about)

     1  {
     2  	"bidRequest": {
     3  		"imp": [{
     4  					"id": "1_0"
     5  				},
     6  				{
     7  					"id": "1_1"
     8  				}
     9  		]
    10  	},
    11  	"pbsBids": [{
    12  		"bid": {
    13  			"id": "apn_1_0",
    14  			"impid": "1_0",
    15  			"price": 12.00,
    16  			"nurl": "http://apn_1_0.com",
    17  			"cat": ["12.00_sports_30s"]
    18  		},
    19  		"bidType": "video",
    20  		"bidder": "appnexus"
    21  	}, {
    22  		"bid": {
    23  			"id": "spotx_1_0",
    24  			"impid": "1_0",
    25  			"price": 20.00,
    26  			"nurl": "http://spotx_1_0.com",
    27  			"cat": ["20_news_30s"]
    28  		},
    29  		"bidType": "video",
    30  		"bidder": "spotx"
    31  	}, {
    32  		"bid": {
    33  			"id": "apn_1_1",
    34  			"impid": "1_1",
    35  			"price": 18.00,
    36  			"nurl": "http://apn_1_1.com",
    37  			"cat": ["18_furniture_30s"]
    38  		},
    39  		"bidType": "video",
    40  		"bidder": "appnexus"
    41  	}, {
    42  		"bid": {
    43  			"id": "spotx_1_1",
    44  			"impid": "1_1",
    45  			"price": 17.00,
    46  			"nurl": "http://spotx_1_1.com",
    47  			"cat": ["17_auto_30s"]
    48  		},
    49  		"bidType": "video",
    50  		"bidder": "spotx"
    51  	}, {
    52  		"bid": {
    53  			"id": "rubicon_1_1",
    54  			"impid": "1_1",
    55  			"price": 17.50,
    56  			"nurl": "http://rubicon_1_1.com",
    57  			"cat": ["17_music_30s"]
    58  		},
    59  		"bidType": "video",
    60  		"bidder": "rubicon"
    61  	}],
    62  	"expectedCacheables": [
    63  		{
    64  			"type": "xml",
    65  			"ttlseconds": 3660,
    66  			"value": "\u003cVAST version=\"3.0\"\u003e\u003cAd\u003e\u003cWrapper\u003e\u003cAdSystem\u003eprebid.org wrapper\u003c/AdSystem\u003e\u003cVASTAdTagURI\u003e\u003c![CDATA[http://spotx_1_0.com]]\u003e\u003c/VASTAdTagURI\u003e\u003cImpression\u003e\u003c/Impression\u003e\u003cCreatives\u003e\u003c/Creatives\u003e\u003c/Wrapper\u003e\u003c/Ad\u003e\u003c/VAST\u003e",
    67  			"key": "20_news_30s"
    68  		},
    69  		{
    70  			"type": "xml",
    71  			"ttlseconds": 3660,
    72  			"value": "\u003cVAST version=\"3.0\"\u003e\u003cAd\u003e\u003cWrapper\u003e\u003cAdSystem\u003eprebid.org wrapper\u003c/AdSystem\u003e\u003cVASTAdTagURI\u003e\u003c![CDATA[http://apn_1_1.com]]\u003e\u003c/VASTAdTagURI\u003e\u003cImpression\u003e\u003c/Impression\u003e\u003cCreatives\u003e\u003c/Creatives\u003e\u003c/Wrapper\u003e\u003c/Ad\u003e\u003c/VAST\u003e",
    73  			"key": "18_furniture_30s"
    74  		}
    75  	],
    76  	"defaultTTLs": {
    77  		"banner": 300,
    78  		"video": 3600,
    79  		"audio": 1800,
    80  		"native": 300
    81  	},
    82  	"targetDataIncludeWinners": true,
    83  	"targetDataIncludeBidderKeys": false,
    84  	"targetDataIncludeCacheBids": false,
    85  	"targetDataIncludeCacheVast": true
    86  }