-
Notifications
You must be signed in to change notification settings - Fork 0
added dasBidAdapter #43
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
Conversation
Co-authored-by: Sławomir Kokłowski <38455696+skoklowski@users.noreply.github.com>
Co-authored-by: Sławomir Kokłowski <38455696+skoklowski@users.noreply.github.com>
modules/dasBidAdapter.js
Outdated
| gdpr: bidderRequest.gdprConsent.gdprApplies, | ||
| dsa: | ||
| customParams.dsainfo !== undefined | ||
| ? { required: customParams.dsainfo } | ||
| : undefined, |
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.
Czy to nie pasowałoby bardziej do request.regs.ext? Nawet trochę wcześniej pobieramy to stamtąd:
deepAccess(bidderRequest, 'ortb2.regs.ext.dsa.required')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.
poprawione
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.
Nadal widzę widzę tę wartość w request.user.ext.dsa. Tak miało być?
…/Prebid.js into feature/added-DAS-adapter
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
Other information