You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: