Prebid.js icon indicating copy to clipboard operation
Prebid.js copied to clipboard

CHTNW Adapter: initial release

Open chtdsp opened this issue 2 years ago • 2 comments

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'
    }
}]

chtdsp avatar Sep 13 '22 10:09 chtdsp

Hi @patmmccann, we have updated please review again.

chtdsp avatar Sep 26 '22 06:09 chtdsp

Docs PR: https://github.com/prebid/prebid.github.io/pull/4016

MartianTribe avatar Sep 27 '22 16:09 MartianTribe

@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 🙏

ChrisHuie avatar Oct 18 '22 15:10 ChrisHuie

@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.

chtdsp avatar Oct 21 '22 06:10 chtdsp