-
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
Purpose 1 enforcement not respecting (?) config in gdprEnforcement #5693
Comments
Hi @ocm-peter, I looked into this issue and tried to reproduce the same with a very similar config. It didn't log that warning message for me. Ideally, when The test page you've shared uses Prebid v3.0, where we don't enforce P1 and P2 by default. Can you share the correct test page so we can debug it at our end? |
Hello @Fawke, The page, as I see, loads 2 different prebid instances, ours being the ocmpbjs instance on version 4.3 I think I forgot one thing about my configuration. |
Hi @ocm-peter, Now, am able to load prebid at this page: https://www.gossip-tv.gr/?ocmpbjs_debug=true When I did So, the warning message that you see is the expected behaviour when no rules is specified. And on a different note, you should not be using |
Hey @Fawke , You are absolutely right. This particular implementation has a fallback for some non-supported browsers Excuse any inconvenience caused. Thanks again. |
Type of issue
Bug
Description
While gdprEnforcement module is used and purpose: "storage" is set to false in prebid setConfig(), prebid debugging in console reports "WARNING: TCF2: enforcing P1 and P2". I don't know if this is a bug on logging or it actually enforces P1 regardless of configuration.
Steps to reproduce
Using gdprEnforcement module with the following configuration
consentManagement: {
gdpr: {
cmpApi: "iab",
timeout: 20000,
defaultGdprScope: true,
rules: [{
purpose: "storage",
enforcePurpose: false,
enforceVendor: false
}]
},
usp: {
cmpApi: "iab",
timeout: 100
}
}
Test page
https://www.gossip-tv.gr/?ocmpbjs_debug=true
Expected results
I shouldn't get a warning about P1 being enforced
Actual results
Platform details
Prebid v4.3.0, Windows 10, Microsoft Edge + Google Chrome
Other information
Might be related to #5643 (mentioned by @patmmccann in slack @ #publishers)
The text was updated successfully, but these errors were encountered: