I want to understand how and when to use 3 different segment container
type Hits, Visits & visitor with example?Below is the scenarioI have
single page application with 4 steps and thank you page(Total 5).
Application starts from step1 always.We are capturing one evar
(stepNumber) on each page view when customer visits. However visitor may
choose to visit back and forth between step 1 to 4.In Normal scenario -
visitor starts with Step1 followed by Step2, Step3, Step4 and then
Thankyou Page. So v...