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
in many GTM setups, the user_data object includes the unhashed email_address key instead of the already hashed sha256_email_address. Most other templates, such as Meta's CAPI tag template, will read this value and apply the SHA256 hash within the template before sending. The LinkedIn CAPI tag template should do the same.
Google provides the function sha256Sync in the template sandbox environment to support this.