Skip to content

Commit a397ae1

Browse files
mmoschovasseergiioo6
authored andcommitted
PBJS Video Cache Update (prebid#6295)
1 parent b3293e9 commit a397ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auction.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ function tryAddVideoBid(auctionInstance, bidResponse, bidRequests, afterBidAdded
458458
const context = videoMediaType && deepAccess(videoMediaType, 'context');
459459

460460
if (config.getConfig('cache.url') && context !== OUTSTREAM) {
461-
if (!bidResponse.videoCacheKey) {
461+
if (!bidResponse.videoCacheKey || config.getConfig('cache.ignoreBidderCacheKey')) {
462462
addBid = false;
463463
callPrebidCache(auctionInstance, bidResponse, afterBidAdded, bidderRequest);
464464
} else if (!bidResponse.vastUrl) {

0 commit comments

Comments
 (0)