Skip to content

Commit

Permalink
Using bidsReceived from targeting instead of auctionManager, to have …
Browse files Browse the repository at this point in the history
…filtered bids (prebid#2676)
  • Loading branch information
Dmitry Fedotov committed Jun 5, 2018
1 parent 1399da7 commit e812b77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/prebid.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ $$PREBID_GLOBAL$$.getAdserverTargetingForAdUnitCode = function(adUnitCode) {

$$PREBID_GLOBAL$$.getAdserverTargeting = function (adUnitCode) {
utils.logInfo('Invoking $$PREBID_GLOBAL$$.getAdserverTargeting', arguments);
let bidsReceived = auctionManager.getBidsReceived();
return targeting.getAllTargeting(adUnitCode, bidsReceived);
return targeting.getAllTargeting(adUnitCode);
};

/**
Expand Down

0 comments on commit e812b77

Please sign in to comment.