In Workspace Analysis I need a specific page flow.
When a user clicks a specific link, an evar containing value xy is triggered. I need to find out which pages the user saw after hitting xy.
How do I need to specify the segment?
Solved! Go to Solution.
i would use another segment:
“visit segment“ (include „after sequence“)
{
( „evarX instances“ does not exist )
then
( “evarX instances„ equals 1 )
}
this should return all visits where the user hit the link (and therefore collected the evarX), but only those hits AFTER the sequence (including the end of the sequence). if you break down this segment by pages, you can see all those pages the users visited after the link click.
remark: a „after sequence“ segment contains only hits starting with the last possible hit matching the sequence. see more about sequencial segments here: Building Sequential Segments
Views
Replies
Total Likes
Dear Alv,
You can create a Visit Segment with eVar = xy and see the list of pages a visitor has navigated.
You can also go to 'Page Path' report with the above segmentation applied to get the navigation by page flow.
Thank You
Arun
Views
Replies
Total Likes
i would use another segment:
“visit segment“ (include „after sequence“)
{
( „evarX instances“ does not exist )
then
( “evarX instances„ equals 1 )
}
this should return all visits where the user hit the link (and therefore collected the evarX), but only those hits AFTER the sequence (including the end of the sequence). if you break down this segment by pages, you can see all those pages the users visited after the link click.
remark: a „after sequence“ segment contains only hits starting with the last possible hit matching the sequence. see more about sequencial segments here: Building Sequential Segments
Views
Replies
Total Likes
Hi,
Is it possible to track user flows when he clicks on different buttons without changing JavaScript code ? If yes, how? can you please provide documentation.
Views
Replies
Total Likes
prasannjadhav almost everything that you collect as data can be used to filter the traffic in reporting. best would be you ask a new question and give an example, what exactly you are looking for (what users are doing and what question you have).
remark: by "new question" I mean you should start a new forum thread because this one is makred as answered...