For logged-in users on my site, I want to expose customer email address and name in our dataLayer for each page so that GTM can push these variables to various third parties via their tags, such as Fullstory and Intercom. This will make it easier to understand which customer we are working with when we're using those third party systems.
I believe that GTM is not subject to the same PII concerns as GA because the PII data never moves from the client browser to Google.
However, are there any other significant risks around exposing PII information in this manner? Googling around, I cant find any indication of best practices for what information you should/ shouldn't include in a dataLayer.
Thanks!