-
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
Improve Piximedia Adapter #4026
Conversation
This reverts commit 10a10d6.
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.
Tested the adapter on hello_world page. pbsizes
is getting added to the payload for request to the adapter'r endpoint, hence approving the PR.
Hi @christopher-allene-piximedia, can you update the specs to test if the newly added param is getting added (piximediaBidAdapter_spec.js:47) to bid request data?
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.
@christopher-allene-piximedia , please update unit tests.
Hi @sumit116, thanks for your review. I updated the tests. |
Looks like CI failed because of some error in Is there anything I should do? |
@christopher-allene-piximedia I reran the build and it passed this time. |
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.
Looks good.
* Add Piximedia adapter * Add piximediaBidAdapter.md * Improve protocol of Piximedia bidder * Add Piximedia adapter * Fix piximediaBidAdapter_spec.js style * Fix Piximedia adapter * Revert "Fix Piximedia adapter" This reverts commit 10a10d6. * Impprove Piximedia adapter * Remove CR at end of file * Add test for pbsizes in Piximedia adapter
Type of change
Description of change
This PR fixes handling bids of different sizes.
Thanks in advance!