Expand my Community achievements bar.

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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Track Wizard form Adobe Launch

Avatar

Level 9

Hello everyone,

 

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?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.