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

Improve cookie consent UX #13111

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Conversation

sicarul
Copy link
Contributor

@sicarul sicarul commented Oct 11, 2024

The current UX for cookie consent is a bit broken because of the deprecated library we're using; this said, we can at least improve it substantially by:

  • Hiding the banner if outside Europe (Users can still click on Your Website Preferences and change their preferences) - This still complies with CCPA, there is no requirement to put a cookie consent banner on CCPA. Almost all our revenue comes from the US (12M ARR out of 18M), it's also appearing over Copilot which makes it harder to discover it.
  • Upgrade the snippet to the latest version 5.8.1 to incorporate the fixes they've added: https://github.com/segmentio/consent-manager/blob/master/CHANGELOG.md
  • Set option shouldReload to false, to avoid the snippet trying to refresh the page

@sicarul
Copy link
Contributor Author

sicarul commented Oct 11, 2024

If this PR is approved, i'll send a similar one to /registry.

@pulumi-bot
Copy link
Collaborator

@sicarul sicarul merged commit baf3608 into master Oct 11, 2024
10 checks passed
@sicarul sicarul deleted the pablo/segment-improve-cookie-consent branch October 11, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants