-
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
Update floors module for #5511 #5538
Conversation
…ate from bidRequest[ ].floorData if undefined. If no floor data available set bidRequest[ ].floorData.location to 'noBid'.
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 @diDNA-matt Thanks a bunch for getting to this! Nice to have another developer working on the module.
Couple things that may have been a misunderstanding.
I'll let @bszekely1 confirm since he wrote the issue.
…e enforcement from floorProvider. Added floorProvider into return data.
I addressed the point in the main issue ticket, but to briefly reiterate that the Floors Module will always default to 0 when not supplied by the publisher or a floors provider. This makes it impossible for the |
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.
Awesome stuff thank you!
If you could just fix the .md file we are good.
Will get another prebid org member to review!
I have approved this pending the Please give it a look when you can! |
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.
The PR looks good to me. Do we need to update the docs on Prebid.org since we're adding a new key, floorProvider
?
There should be some docs updated regarding floorProvider and how it is meant to be used. Just a pass through from the floors module to the analytics adapters so they can filter out floors which do not come from their own data (wether that be in the analytics module itself, or simply passing along the provider name and their server side pipeline can do the filtering) |
PR for documentation: prebid/prebid.github.io#2169 Brief note, I added additional functionality and flexibility of the floorProvider parameter to be at the top level of the floors object and within the data object to allow floor provider to self-declare. |
Type of change
Description
Updates made for #5511