-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
Sorry for updating the PR, but we discovered an issue with the user sync internally and fixed it. Should be fine now. |
There was a problem hiding this 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.
Thanks for your review and the heads-up. We will implement your review feedback along with fixing some issues we came across soon. |
Hello @Fawke, we implemented the changes you requested and added some additional features while we were at it. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* 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
* 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
Type of change
Description of change
Add snigel bidder adapter.
Other information
PR on prebid.github.io docs repository: prebid/prebid.github.io#3919