-
Notifications
You must be signed in to change notification settings - Fork 61
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
Analytic and EU Cookie law #98
Comments
Welcoming PRs for this issue. |
Well, that means that every people using this package with European users is an outlaw, right ? |
@NitroBAY Related issue here with some solutions -> #208 |
So if I understand correctly the issue we used to have to show the user that data was collected and now we need the user to consent by CLICKING a button or something very explicit alike (stating what's going on) before collecting any data plus activate in any way google analytic's IP anonymization. |
Well I'll just use the new npm package and I advice future readers to do the same. Good package. |
i think we all agree that EU cookie law is one of the dumbest thing humanity have ever do, but we need to deal with it.
I need a way to manually disable analytic until user accept the cookie law, something like an helper or a per-user setting to enable/disable analytics.
I will record the user "agree for cookie" in a cookie that will expire in 1 year (the maximum time span law-friendly i can use), so i want to bind this cookie to the enable/disable helper.
Is there an easy way to do this?
thank you! :)
The text was updated successfully, but these errors were encountered: