Skip to content

Digitalcaramel Bid Adapter: initial release #13731

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

Merged
merged 2 commits into from
Aug 5, 2025

Conversation

Hamper
Copy link
Contributor

@Hamper Hamper commented Aug 5, 2025

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

Add new bid adapter, some common code from Programmatica and Vistars adapters moved to lib vizionikUtils

  • contact email of the adapter’s maintainer: [email protected]
  • test parameters for validating bids:
{
  bidder: 'digitalcaramel',
    params: {
      siteId: 'd1d83nbdi0fs73874a0g',
      placementId: 'd1d8493di0fs73874a10'
    }
}

Other information

prebid/prebid.github.io#6193

Copy link

github-actions bot commented Aug 5, 2025

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

@patmmccann patmmccann changed the title Digitalcaramel Bid Adapter Digitalcaramel Bid Adapter: initial release Aug 5, 2025
@patmmccann patmmccann merged commit 580394a into prebid:master Aug 5, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants