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

Send consent data to Shared Id endpoint #6266

Closed
bjorn-lw opened this issue Feb 3, 2021 · 0 comments · Fixed by #6275
Closed

Send consent data to Shared Id endpoint #6266

bjorn-lw opened this issue Feb 3, 2021 · 0 comments · Fixed by #6275

Comments

@bjorn-lw
Copy link
Contributor

bjorn-lw commented Feb 3, 2021

Type of issue

Feature request

Description

In EU, the id.sharedid.org/id endpoint requires consent data in order to return an id which is currently not being sent.

The parameters gdpr and gdpr_consent should be set as follows:

https://id.sharedid.org/id?gdpr=1&gdpr_consent=consent_string

Other information

prebid/shared-id#20
#6235

This should be fairly straight forward as getId already passes consentData:

response = submodule.submodule.getId(submodule.config, consentData, storedId);

extendId needs to be modified to pass consentData as well though:

response = submodule.submodule.extendId(submodule.config, storedId);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant