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

Add the Privacy Policy note in the google-analytics plugin #385

Open
mletic opened this issue Jun 21, 2023 · 0 comments
Open

Add the Privacy Policy note in the google-analytics plugin #385

mletic opened this issue Jun 21, 2023 · 0 comments

Comments

@mletic
Copy link

mletic commented Jun 21, 2023

Google Analytics has a Terms of Service in place that clearly states under Privacy Section that you shouldn't add any PII (“Personally Identifiable Information”) of the user like email, name, etc...

In the example for the Google Analytics plugin there is this snippet:

/* Identify a visitor */
analytics.identify('user-id-xyz', {
  firstName: 'bill',
  lastName: 'murray'
})

which is a breach of this policy. I think it makes sense to update this example and add a small note on what you can add there, as a lot of people starting with this won't know about this condition.

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

No branches or pull requests

1 participant