-
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
IX Bid Adapter: send bid floor per size in format ext #9084
IX Bid Adapter: send bid floor per size in format ext #9084
Conversation
please title your prs on your module with your module name |
Hey Pat, for sure. Thank you for making the title change. Was going to mark the PR as ready for review and update it but thanks! |
|
||
// add floor per size | ||
if ('bidfloor' in impressionObjects[i]) { | ||
_bannerImpression.banner.format[i].ext.bidfloor = impressionObjects[i].bidfloor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want currency here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Pat, not for now. Currency will be the same for all sizes and at imp level. We're only going to add support for floors per size for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@patmmccann Is there anything else you need from our end before merging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope looks good!
* feat: send bid floor per size in format ext [PB-1311] * fix: remove typo [PB-1311] Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
* feat: send bid floor per size in format ext [PB-1311] * fix: remove typo [PB-1311] Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
Type of change
Bugfix
Feature
New bidder adapter
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Other
Description of change
For more information contact shahin.rahbariasl@indexexchange.com