-
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
Make Bid Adapter for Dentsu Aegis Network Marketplace #1982
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.
LGTM
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, one requested change. Please also submit a PR to the docs repo to add a file for your adapter to the bidders directory so your adapter's params will appear on the bidders page
modules/danmarketplaceBidAdapter.js
Outdated
awaitingBids.forEach(bid => { | ||
const bidResponse = { | ||
requestId: bid.bidId, // bid.bidderRequestId, | ||
bidderCode: spec.code, |
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.
bidderCode
is set automatically by bidderFactory
now, setting it here will break aliasing, line and corresponding test lines should be dropped
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.
We fixed it, please review.
* Make Bid Adapter for Dentsu Aegis Network Marketplace * Update DAN_Marketplace adapter
Type of change
Description of change
Bid Adapter for Dentsu Aegis Network Marketplace