Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
I want to track the user (logged user) across a wizard form, For instance I want to track his user ID, his choices (Drop-down language, multi check box for his interest and so on ). My question, how I can pass these params until the form is submitted?
The best way would be to get your website's developer to set all of the required parameters somewhere for you to track. You have a few possibilities, for example:
In the Thank You page, set these parameters in the page's data layer, and track them with your s.t() beacon.
At the final form submission, send these parameters together in a Direct Call or Custom Event, and track them with a s.tl() beacon.
The best way would be to get your website's developer to set all of the required parameters somewhere for you to track. You have a few possibilities, for example:
In the Thank You page, set these parameters in the page's data layer, and track them with your s.t() beacon.
At the final form submission, send these parameters together in a Direct Call or Custom Event, and track them with a s.tl() beacon.