Hello,
For those who have the user’s email when your page loads, before loading the tracking script, see these:
- Active Campaign Help Article: An overview of Site Tracking
- Answered Post: How to associate site tracking to Contact
These directions require providing the email during instantiation, before calling pgo('process');
What is the best way to provide a user’s email AFTER instantiation?
I have a web app which may eventually obtain an anonymous user’s email, but it does so well after the AC tracking script has started, and it may likely be the exit page (I.E., I can’t expect to be able to store the address in a cookie/storage/etc. to provide to AC’s tracking script on the next page load).
Thank you!
John