We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature request
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
prebid/shared-id#20 #6235
This should be fairly straight forward as getId already passes consentData:
Prebid.js/modules/userId/index.js
Line 644 in 97e5351
extendId needs to be modified to pass consentData as well though:
Line 647 in 97e5351
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
Prebid.js/modules/userId/index.js
Line 644 in 97e5351
extendId needs to be modified to pass consentData as well though:
Prebid.js/modules/userId/index.js
Line 647 in 97e5351
The text was updated successfully, but these errors were encountered: