-
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
identityLinkIdSystem: include gpp in 3p envelope retrieval #10745
identityLinkIdSystem: include gpp in 3p envelope retrieval #10745
Conversation
@smenzer Can you please do a review? |
gppConsentDataStub.restore(); | ||
}); | ||
|
||
it('should NOT call the LiveRamp envelope endpoint if GPP applies but no consent string', function () { |
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.
this says that the endpoint should NOT be called, but below on line 155 it seems to say it IS called. can you clarify for me, please?
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.
Oh, we should change test description, so we should still call 3p endpoint if we do not have gpp consent string but we would just not attach to url that needs to be called. I will change description 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.
@smenzer can you please take a look? Tnx
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
identityLink - Liveramp
Type of change
Description of change
Add logic to get gpp consent string using Prebid consent management module and include gpp consent string and section id in 3p http request in order to get envelope.