Skip to content

Commit

Permalink
We want to remove bidfloor if not set by pb (prebid#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrmartinez authored and Alex committed Aug 2, 2019
1 parent b09a34a commit 01f1680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export const spec = {
},
tmax: config.getConfig('TTL') || 1000,
imp: [{
bidfloor: utils.deepAccess(bidRequest, 'params.floor') ? parseFloat(bidRequest.params.floor) : 0.0,
exp: 300,
id: bidRequest.adUnitCode,
secure: isSecure() || bidRequest.params.secure ? 1 : 0,
Expand Down

0 comments on commit 01f1680

Please sign in to comment.