Find page view in a visit between 2 specific pages
Hi All,
In my website there is an transaction function which involve 3 steps:
A -> B -> C, which A is the page for starting the transaction and C is the page for finishing the transaction.
Within an visit, client can make multiple transaction e.g. more than 5
May I know how can I find pages visited between 2 transactions, within a user visit? Such as
A->B->C->(A->A->E->B)->A->B->C->(B->B->D->D)-> A->B->C
My goal is to find all the pages in bracket above.
Many thanks for the help!