How does s.tl() count visits and visitors
Howdy
I've got a single page form with a number of s.tl() calls on the page to capture the field and button interactions through the form.
My question is whether the visit and visitor count for each s.tl() call is unique to each button and if a visitor visits multiple times does it remember the previous visitor? Also, if the s.tl() call is fired on an onchange event does this mess up the visit/visitor count?
The reason for this question is that I have an s.tl() call fire on a spinner page (form submission processing page) which visitors can't interact with.
The s.tl() fires on an onchange event and populates a prop/evar and fires an event to capture the stage of form that has just been interacted with. Once done the visitor can't return to the form as the confirmation page displays. The only way to fire it again is to complete the form and visit to visitor ratio is around 1. To my way of thinking the visit and visitor count for this prop should always be one to one.
However, what I'm seeing is that the visit and visitor numbers don't match. For example there may be 10 visits, but six visitors. So I'm thinking the page visit/visitor count comes into play as each visitor can only pass through this section one each submission.
Anyone seen the same thing or can explain why the difference?
Thanks