Prebid.js
Prebid.js copied to clipboard
CHTNW Adapter: initial release
Type of change
-
[ ] Bugfix
-
[ ] Feature
-
[x] New 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
Add chtnwBidAdapter
- contact email of the adapter’s maintainer [email protected]
- test parameters for validating bids:
bids: [{
bidder: 'chtnw',
params: {
placementId: '38EL412LO82XR9O6'
}
}]
Hi @patmmccann, we have updated please review again.
Docs PR: https://github.com/prebid/prebid.github.io/pull/4016
@chtdsp i don't see you support advertiserDomain. Can you please include handling for adomain in this new adapter? Also pretty please pull in recent commits. This pr is a bit behind master 🙏
@chtdsp i don't see you support advertiserDomain. Can you please include handling for adomain in this new adapter? Also pretty please pull in recent commits. This pr is a bit behind master 🙏
Hi @ChrisHuie, I merged recent commits and update the advertiserDomain support. Thnaks.