-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Google Analytics, now GDPR-compliant #54
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I'm not mistaken, the banner should provide a link to the cookie policy (see Section 3.1.2.2, Page 21).
ac916a4
to
8ae8006
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I miss a link to the privacy policy and a way to:
Make it as easy for users to withdraw their consent as it was for them to give their consent in the first place.
Otherwise, looks great!
We only use cookies for analytics to enhance your experience and improve | ||
our site. Is that okay with you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mention that is Google Analytics? Seems more transparent that way.
> | ||
<h3 style={{ color: 'var(--cookie-consent-banner-heading-color)' }}>🍪 We use cookies!</h3> | ||
<p> | ||
We only use cookies for analytics to enhance your experience and improve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, we use "Strictly necessary", not just for analytics (to store that the analytics response was "decline").
8ae8006
to
e33c52f
Compare
This pull request introduces Google Analytics integration to the Open Catalog. To ensure compliance with privacy standards, a Cookie Consent Banner is displayed first, requesting the user's permission before tracking any data.