Expand my Community achievements bar.

Check out the November edition of the Analytics Community Lens newsletter to see what's been trending in the last two months!
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

Level 7
@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