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

add digitrust support to prebidserverBidAdapter #2075

Merged
merged 2 commits into from
Feb 2, 2018

Conversation

snapwich
Copy link
Collaborator

Type of change

  • Feature

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.

@ghost ghost assigned snapwich Jan 26, 2018
@ghost ghost added the in progress label Jan 26, 2018
Copy link
Collaborator

@jaiminpanchal27 jaiminpanchal27 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@jsnellbaker jsnellbaker left a comment

Choose a reason for hiding this comment

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

LGTM

@jsnellbaker jsnellbaker merged commit 9f412aa into prebid:master Feb 2, 2018
@@ -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', () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

is should be if

dluxemburg pushed a commit to Genius/Prebid.js that referenced this pull request Jul 17, 2018
* add digitrust support to prebidserverBidAdapter

* fixed typo
@robertrmartinez robertrmartinez deleted the prebid-server-digitrust branch July 5, 2023 19:47
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.

5 participants