: Dealing with PII in Google Analytics I want to set up User ID in GA using GTM, by getting a UID via the cookie. The problem is that we store only the account email address in the cookie,
I want to set up User ID in GA using GTM, by getting a UID via the cookie. The problem is that we store only the account email address in the cookie, and we don't store any unique UID. We can't send this email address to GA since sending personally identifiable information (PII) is not allowed.
A UID is stored on the back-end, but it would take development effort to retrieve it and store it in the cookie. That's a no bueno because I really need this implemented as soon as possible without involving developers.
Can I somehow encrypt the email address from the cookie to a unique code in GTM using Custom Javascript so that it's NOT personally identifiable, and cannot be easily decrypted to find the email address? I can send this unique encrypted code to GA.
More posts by @Candy875
2 Comments
Sorted by latest first Latest Oldest Best
Can I somehow encrypt the email address from the cookie to a unique code in GTM
using Custom Javascript so that it's NOT personally identifiable
Absolutely you can. Unless it cannot be used by Google (or any third-party to match it to a person) - you could and should.
One option would be to hash it using SHA-256 (irreversible) and save the value to GA
It appears that would violate the GA terms of service. According to this Analytics help page:
The Google Analytics terms of service, which all Google Analytics customers must adhere to, prohibits sending personally identifiable information (PII) to Google Analytics (such as names, social security numbers, email addresses, or any similar data), or data that permanently identifies a particular device (such as a mobile phone’s unique device identifier if such an identifier cannot be reset), even in hashed form. Your Google Analytics account could be terminated and your data destroyed if you use any of this information.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.