-
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
ehealthcaresolutions Bid Adapter : initial release #12384
Conversation
return getBannerRequest(bidRequests, serverRequest, ENDPOINT_URL); | ||
}, | ||
// Unpack the response from the server into a list of bids. | ||
interpretResponse: (bResponse, bRequest) => { |
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.
Seems like an opportunity to import this as well?
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 @patmmccann
we used same repo for both the bidders. Tapnative is already merged, now we want to add same for ehealthcaresolutiosn. and we are alraedy using common library for both.
Thanks
Can you please add documentation for both of these adapters in our docs repo -> https://github.com/prebid/prebid.github.io |
Hi @ChrisHuie |
@pranavsheth can you please pull in the master branch. This fork is a bit behind and doesn't include tapnative being merged in master |
Hi @ChrisHuie |
Yeah. Didn't realize one of these adapters is already in master because the fork is behind and says you are adding both adapters in this pr. Please pull in master to resolve this discrepancy. |
HI @ChrisHuie |
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