Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Tracking form submissions/user registrations

Avatar

Level 2

Hi all,

I am trying to track # of visitors who registered on a website via some kind of form submission. Do you know which variable or element should be used for this?

Thanks as always!

Regards,

Vishal

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Vishal,

You can have an evar collected on the form submission with the visitor ID of sorts.

You can then use this evar and its instances to track the # of visitors and also their activity on site.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi Vishal,

You can have an evar collected on the form submission with the visitor ID of sorts.

You can then use this evar and its instances to track the # of visitors and also their activity on site.

Avatar

Community Advisor
@Hyder_Ziaee I have the click event rule implemented in launch to track # of visitors who registered on a website via some kind of form submission. But in debugger I am seeing even if the form is not filled & just random click on submit button is triggering the event to fire. So, How can I track successful submissions only. Just FYI no url change after successful submission, Just Thank you message appears. Looking for the solution