-
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
add digitrust support to prebidserverBidAdapter #2075
add digitrust support to prebidserverBidAdapter #2075
Conversation
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
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
@@ -243,6 +243,41 @@ describe('S2S Adapter', () => { | |||
expect(requestBid.ad_units[0].bids[0].params.placementId).to.exist.and.to.be.a('number'); | |||
expect(requestBid.ad_units[0].bids[0].params.member).to.exist.and.to.be.a('string'); | |||
}); | |||
|
|||
it('adds digitrust id is present and user is not optout', () => { |
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.
is
should be if
* add digitrust support to prebidserverBidAdapter * fixed typo
Type of change
Description of change
Added support for digitrust to prebidserverBidAdapter. If the digitrust identity is detected, it will be sent to the prebid server as an extra parameter.