-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Price Floors module should apply pbjs.bidderSettings.standard.bidCpmAdjustment #6175
Comments
Hi @aaroniniguez, I just tested the bid adjustment feature and it is working on my side. Can you provide a page where you see it incorrectly functioning? |
@bszekely1 sure, I"ll provide one. Curious though, When testing on your end what does your pbjs.bidderSettings contain? |
|
thats incorrect, it should be:
|
I was making a Rubicon specific one. The one you supplied is a general one. Are you suggesting the standard one does not work? |
Yes, using standard won't work |
Yes, we can validate this is an oversight in the implementation of the Floors Module. Should be an easy fix. It will probably be released in the next release. |
awesome, glad to hear it |
@aaroniniguez This PR has been made. Didn't even notice your proposed "fix" was exactly what I ended up doing! haha. Thanks for bringing this to our attention. |
haha I debated making it myself or not, figured you guys would know more , thanks! |
Type of issue
Bug
Description
The Price Floors module should apply the pbjs.bidderSettings.standard.bidCpmAdjustment function if it exists, to the bid floor.
Steps to reproduce
Possible solution is to set this line in priceFloors.js in the getBiddersCpmAdjustment function:
The text was updated successfully, but these errors were encountered: