-
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
Rubicon Adapter: Add liveramp support #4863
Rubicon Adapter: Add liveramp support #4863
Conversation
…ebid.js into master-rubicon-clean
# Conflicts: # modules/advangelistsBidAdapter.js # test/spec/modules/advangelistsBidAdapter_spec.js
…ter-remote-updated
PBJS RP analytics adapter: convert to 3.0
� Conflicts: � test/spec/modules/rubiconAnalyticsAdapter_spec.js
@@ -1082,7 +1082,8 @@ describe('S2S Adapter', function () { | |||
lipb: { | |||
lipbid: 'li-xyz', | |||
segments: ['segA', 'segB'] | |||
} | |||
}, | |||
idl_env: '0000-1111-2222-3333' |
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.
what is this value? (0000-1111-2222-3333)
|
||
// support identityLink (aka LiveRamp) | ||
if (bidRequest.userId.idl_env) { | ||
data.user.ext.eids.push({ |
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.
The PRD was incorrect in specifying this API, it will be changed. Do not use.
|
||
// support identityLink (aka LiveRamp) | ||
if (bidRequest.userId.idl_env) { | ||
data['tpid_liveramp.com'] = bidRequest.userId.idl_env; |
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.
The PRD was incorrect in specifying this API, it will be changed. Do not use.
Type of change
Description of change
Add support for LiveRamp userId