Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
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