Skip to content
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

Merged
merged 2 commits into from
Oct 19, 2022

Conversation

shahinrahbariasl
Copy link
Contributor

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

  • Start sending bid floor per size to Exchange. This is to later support floors for multi size request.

For more information contact shahin.rahbariasl@indexexchange.com

@patmmccann patmmccann changed the title feat: send bid floor per size in format ext [PB-1311] Ix Bid Adapter: send bid floor per size in format ext [PB-1311] Oct 10, 2022
@patmmccann
Copy link
Collaborator

please title your prs on your module with your module name

@shahinrahbariasl
Copy link
Contributor Author

shahinrahbariasl commented Oct 11, 2022

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!

@shahinrahbariasl shahinrahbariasl marked this pull request as ready for review October 11, 2022 19:41
@shahinrahbariasl shahinrahbariasl changed the title Ix Bid Adapter: send bid floor per size in format ext [PB-1311] DRAFT Ix Bid Adapter: send bid floor per size in format ext [PB-1311] Oct 11, 2022
@shahinrahbariasl shahinrahbariasl changed the title DRAFT Ix Bid Adapter: send bid floor per size in format ext [PB-1311] IX Bid Adapter: send bid floor per size in format ext [PB-1311] Oct 12, 2022
@ChrisHuie ChrisHuie changed the title IX Bid Adapter: send bid floor per size in format ext [PB-1311] IX Bid Adapter: send bid floor per size in format ext Oct 13, 2022

// add floor per size
if ('bidfloor' in impressionObjects[i]) {
_bannerImpression.banner.format[i].ext.bidfloor = impressionObjects[i].bidfloor
Copy link
Collaborator

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?

Copy link
Contributor Author

@shahinrahbariasl shahinrahbariasl Oct 14, 2022

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.

Copy link
Collaborator

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?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope looks good!

@patmmccann patmmccann merged commit 0377e56 into prebid:master Oct 19, 2022
JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
* 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>
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants