-
Notifications
You must be signed in to change notification settings - Fork 2.3k
EmpowerBidAdapter: initial release #13943
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
Conversation
Tread carefully! This PR adds 6 linter errors (possibly disabled through directives):
|
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.
Hi @ferrerodbgm, I’ve done a high-level review so far and wanted to share a few pointers.
- If your endpoint supports ORTB Request/Response, you can use
ortbConverter
to save a lot of duplicate effort in your adapter. You can still add your custom changes on top of that. - Also, why not use TypeScript?
Hi @monis0395, We have created this script for some other enviroments. That's why we do not want to use Prebid specific oRTB utils. We simply adopted here. This was more effortless for us. Second questions answer is very related with the first one. JS is more useful for us. Thanks. |
Hi @monis0395, Is there any update about review? Is there any problem about adapter? Thanks. Have a nice day. |
Hi @monis0395, Can we get a review please. Thanks. |
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.
While the adapter supports userIds
, video
, bidWon
but there is not a single test case for it. Please add test cases for it. Overall coverage is only around 70%
Also while the documentation says schain is supported, I dont see schain being consumed from |
Hi @monis0395, We added some test cases, and changed our code according to your reviews. Can you please review again? Thanks. |
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.
LGTM!
Type of change
Bugfix
Feature
New bidder adapter
Updated 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
Other information