Skip to content
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

Adding a GDPR compliant cookie consent form #1378

Open
SimonMurphyDI opened this issue Feb 15, 2024 · 0 comments
Open

Adding a GDPR compliant cookie consent form #1378

SimonMurphyDI opened this issue Feb 15, 2024 · 0 comments
Assignees

Comments

@SimonMurphyDI
Copy link

Hello - popping down this ticket as a record of a chat between Alex and me: https://devinitorg.slack.com/archives/CCG8Y0YJG/p1707904984739729

If you navigate to the DI website, you'll see a black pop up box that warns you the website uses cookies. There's no option but to consent to this

image

However, as it currently stands, this approach isn't GDPR compliant - you can read more about why this is here.

We'd like to update that code so users have the option to reject cookies. For this to function, the new code has to 'talk to' google analytics.

Currently I think we use:

  • Google Analytics
  • Mouseflow
  • Twitter Online Conversion Tracking
    So those three would need to be moderated by the cookie consent button

In the first instance, it would be good to get an estimate of how long this might take. It's not urgent.

It would also be important to ensure that the solution doesn't create any loss of performance - Alex has noted that the current pop up is causing issues with cumulative layout shift, and other page performance metrics - see more here.

I'd be keen that we don't go for a solution that negatively impacts the page performance

Best
Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants