-
Notifications
You must be signed in to change notification settings - Fork 83
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
Enable non-personalized Ads to support GDPR compliance #97
Conversation
* Enable non-personalized Ads According to EU regulations, it is mandatory to enable users to opt-out to tracking cookies GPT allows us to respect this law using the `npa` flag on Ads. * Adding npa flag to re-render props * Fix npa variable in componentWillReceiveProps
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
=======================================
+ Coverage 93.96% 94% +0.04%
=======================================
Files 8 8
Lines 580 584 +4
=======================================
+ Hits 545 549 +4
Misses 35 35
Continue to review full report at Codecov.
|
This PR will fix #81 |
@miblanchard do you have any idea on when a new release will be launched? |
Any ETA on a release date for react-gpt with NPA flag? |
@adityasundaram you can use https://www.npmjs.com/package/@carlos.algms/react-gpt while we wait for a new official release. We are using it here, at my work, on our official system. |
According to EU regulations, it is mandatory to enable users to opt-out to tracking cookies
GPT allows us to respect this law using the
npa
flag on Ads.