-
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
Delta Projects bid adapter: add new bid adapter #7564
Conversation
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.
Your tests are failing, take a look at the CircleCI output.
Also, please revert the changes you made on hello_world.html
.
modules/deltaprojectsBidAdapter.js
Outdated
|
||
// bidfloor | ||
if (bid.params.floor) { | ||
impression.bidfloor = bid.params.floor; |
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.
IIRC starting with prebid 5.x all adapters must support the floor price module. So you would need to enhance this logic and also check for a getFloor
function.
Hi, @FilipStamenkovic and @muuki88, thanks for your reviews. We will make adjustments according to your comments as soon as possible. |
remove bidderParams which is not currently supported remove bid parameter floor remove unused function so linting is happy Remove unused params in tests use adservercurrency include .js to make linter happy again
* Delta Projects bid adapter: add new bid adapter * Delta Projects bid adapter: revert accidental change to hello_world.html * Remove unsupported functions by IE, add support for floor price remove bidderParams which is not currently supported remove bid parameter floor remove unused function so linting is happy Remove unused params in tests use adservercurrency include .js to make linter happy again Co-authored-by: Boris-Tang <boris.tang@deltaprojects.com>
Type of change
Description of change
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide: