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

Snigel Bid Adapter: initial adapter release #8723

Merged
merged 4 commits into from
Aug 5, 2022
Merged

Conversation

snigelweb
Copy link
Contributor

@snigelweb snigelweb commented Jul 21, 2022

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

Description of change

Add snigel bidder adapter.

  • test parameters for validating bids
{
  bidder: 'snigel',
  params: {
    placement: 'prebid_test_placement'
  }
}
  • contact email of the adapter’s maintainer: [email protected]
  • official adapter submission

Other information

PR on prebid.github.io docs repository: prebid/prebid.github.io#3919

@ChrisHuie ChrisHuie changed the title add snigel prebid adapter, docs and tests Snigel Bid Adapter: initial adapter release Jul 25, 2022
@patmmccann patmmccann requested a review from Fawke July 25, 2022 17:10
@snigelweb
Copy link
Contributor Author

Sorry for updating the PR, but we discovered an issue with the user sync internally and fixed it. Should be fine now.

Copy link
Contributor

@Fawke Fawke left a comment

Choose a reason for hiding this comment

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

Hi @snigelweb,

This PR looks mostly good. I noticed that in some places, you are using bidderSettings to read some bidder specific values. I think it would be more ideal to use setBidderConfig instead.

I agree BidderSettings does work here, but I think it's more suitable in cases where we want to modify bidder's bids (targeting, cpm, etc,). And setBidderConfig is specially designed to pass bidder specific values.

@snigelweb
Copy link
Contributor Author

Thanks for your review and the heads-up. We will implement your review feedback along with fixing some issues we came across soon.

@snigelweb
Copy link
Contributor Author

Hello @Fawke, we implemented the changes you requested and added some additional features while we were at it. Thanks.

@Fawke Fawke self-requested a review August 5, 2022 14:04
Copy link
Contributor

@Fawke Fawke left a comment

Choose a reason for hiding this comment

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

LGTM

@Fawke Fawke merged commit 81a9e50 into prebid:master Aug 5, 2022
JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
* add snigel prebid adapter, docs and tests

* fix small oversight

* improve user sync behavior

* implement PR feedback, add support for schain, floors and user IDs
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
* add snigel prebid adapter, docs and tests

* fix small oversight

* improve user sync behavior

* implement PR feedback, add support for schain, floors and user IDs
@snigelweb snigelweb deleted the sn-dev branch July 19, 2023 09:06
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.

3 participants