Hello wonderful community!
In ga4 admin you can choose to accept user provided data, i have consent mode v2 advanced implemented, with server side tagging.
While gtag.js encrypts the data itself, sending these data in gtm server said would need pre hashing as far as i understand. Google documentation is very google style in this, and i can’t get answers to these 2 questions:
- sending server side dato to measurement id gets hashed?
- if answer to first question is no (as i understood) what are the parameters name to be sent in hashed format? There is one single google page that says format via api should be: user_data.sha256_email_address and so on… but does this apply to gtm too?
Thanks for taking time reading and answering my maybe stupid question