We have a registration process, it's a 3 step process, each page has a slightly different uri (making identification easy). I want to show how many steps along the process each visitor completes.
Is this approach the "best" way of showing this. Create 6 measurements, one for each uri (3) and then one for each not existing (3).
Create a BT for each possible journey ie. A BT that splits on all 3 uri, then a BT that splits on 2 but with a filter on the last not existing, finally a BT with only one uri splitting and 2 filters for the 2 that should not exist?
This seems a little convoluted but my current BT reports on the number of each split found, so if some one did step 1 and step 2, I'd get 50% step 1 and 50% step 2 where as it should be 100% made it to step 2.
Answer by Andreas G. ·
Hi Matt
I think you want to create 6 Measures in total. 2 Measures for each URL where these measures count the occurence of that particular STEP URL. One measure uses an upper severe threshold of 1 which allows you to answer "Did User Hit that URL?" and the other with a lower severe threshold of 0 which allows you to answer "Did User NOT Hit that URL?"
Now you can create different BTs that use these measures as filters (no need to split). You would then have a BT that says
Makes sense?
JANUARY 15, 3:00 PM GMT / 10:00 AM ET