I have event tracking setup and working as per this video: https://www.youtube.com/watch?v=bNkjmoZYCIU
It uses Google Tag Manager to fire an event and send the info to AC through the event tracking API. The information it sends is “email”, “event”, and “eventdata”.
This works great for users who login to my site or submit a form, but it cannot track events for users who visit my site through an AC email link. This is because when they visit by clicking an AC email link I do not have an email address to identify the user.
Since site tracking is able to identify a user through an AC email link is there anyway to grab that identifiable information and use it for my event tracking API? Maybe there is some sort of customer ID hash I can use?