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

identityLinkIdSystem: include gpp in 3p envelope retrieval #10745

Merged

Conversation

mamatic
Copy link
Contributor

@mamatic mamatic commented Nov 20, 2023

identityLink - Liveramp

Type of change

  • Feature
  • Bugfix

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.

@mamatic
Copy link
Contributor Author

mamatic commented Nov 20, 2023

@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 () {
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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

@mamatic mamatic requested a review from smenzer November 27, 2023 07:26
Copy link
Collaborator

@smenzer smenzer left a comment

Choose a reason for hiding this comment

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

LGTM

@smenzer smenzer merged commit 656680b into prebid:master Nov 27, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants