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

Caroda Bid Adapter: initial adapter release

Open carodaio opened this issue 3 years ago • 1 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

Initial implementation of the caroda prebid adapter

  • test parameters for validating bids
{
  bidder: 'caroda',
  params: {
    ctok: '240ce9490c5434354',
    placementId: 'test'
  }
}

[X] Be sure to test the integration with your adserver using the Hello World sample page.

  • contact email of the adapter’s maintainer: [email protected]
  • [X] official adapter submission

For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:

  • A link to a PR on the docs repo at https://github.com/prebid/prebid.github.io/pull/3960

carodaio avatar Aug 16 '22 09:08 carodaio

@carodaio looks like you have a few linting errors. If you could please fix 🙏

ChrisHuie avatar Aug 16 '22 12:08 ChrisHuie