-
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
GDPR Enforcement warnings on criteo, id5Id and pubcommonId userSync modules #5615
Comments
Does the module provide any console output indicating what it read from the consent data? Was it v1 or v2, etc. |
Hello @dmdabbs, I don't see anything from the modules themselves, but yes it's definitely a TCF2 |
Hi @ocm-peter, Thanks for bringing this up. It's a bug in |
CC @smenzer |
As a workaround we tried to configure the gdpr: {
rules: [ {
purpose: 'storage',
enforcePurpose: true,
enforceVendor: true,
vendorExceptions: [ 'id5Id', 'criteo', 'unifiedId' ]
}, {
purpose: 'basicAds',
enforcePurpose: true,
enforceVendor: true
}, {
purpose: 'measurement',
enforcePurpose: true,
enforceVendor: true
} ] which at least removes the errors. |
Type of issue
user Sync modules behavior through the GDPR Enforcement module
Description
While the user gives consent for Purpose 1 and the "vendors" (criteo, pubcommon and id5Id) are both accepted in consent and in LI, the prebid debug logs show a warning.
Steps to reproduce
Use prebid v4.4.0-pre, add criteo, id5Id and pubcommonId user syncs and make sure that criteo (can't find the others) is
accepted through CMP.
Test page
https://www.whoscored.com/Matches/1481961/Live/Europe-Champions-League-2019-2020-Barcelona-Bayern-Munich?ocmpbjs_debug=true
Expected results
I suppose that criteo, pubcommonId and id5Id should work as expected?
Actual results
After that, of course, the iframe user syncs are not throwing any errors:
Platform details
Prebid v4.4.0-pre / Windows 10 / Chrome + MS Edge
The text was updated successfully, but these errors were encountered: