Track Wizard form Adobe Launch | Community
Skip to main content
Luca_Lattarini
Level 9
September 27, 2020
Solved

Track Wizard form Adobe Launch

  • September 27, 2020
  • 1 reply
  • 812 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

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.

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
September 27, 2020

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.