Skip to content
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

pubCircle Bid Adapter : initial release #10192

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

pubcircle
Copy link
Contributor

Type of change

  • Bugfix

  • Feature

  • 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

[email protected]

{
  mediaTypes: {
      banner: {
          sizes: [ [300, 250] ],
      }
   },
   bids: [
      {
          bidder: 'pubcircle',
          params: {
              placementId: 'testBanner',
          }
      }
    ]
 }

@ChrisHuie ChrisHuie changed the title pubcircleNewAdapter pubCircle Bid Adapter : initial release Jul 11, 2023
@ChrisHuie ChrisHuie requested a review from jlquaccia July 11, 2023 16:41
Copy link
Collaborator

@jlquaccia jlquaccia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ChrisHuie ChrisHuie merged commit 9f54c48 into prebid:master Jul 27, 2023
2 checks passed
santii7395 pushed a commit to themaven-net/Prebid.js that referenced this pull request Aug 28, 2023
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.

None yet

3 participants