Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Sequential Segmentation Event

Avatar

Level 2

What I Am Trying To Accomplish:

I am trying to find a way where I can create a segment that in theory counts the amount of times a user navigates from one page to another, and then produce a report that shows how many times this event and/or navigation sequence occurred globally

Where I Am Having Trouble:

Creating a metric that shows how many times this event occurred, as opposed to how many visits succeeded in this navigation sequence. I'm finding that this segment is only capturing if someone succeeded in this completing this navigation sequence. So if someone completed this navigation sequence twice my only source of data would show that a visitor completed this sequence, as opposed that this sequence was completed twice.

Below is a table is the logic of what I am observing. This navigation sequence may have occurred 4 times, but i am only able to capture the data that shows that this navigation sequence occurred in a visit, as opposed to how many times this navigation sequence occurred regardless of the visit.

EventAction
Visit
User Navigates From Recipe Detail To Product Detail41

1481708_pastedImage_0.png

1 Accepted Solution

Avatar

Correct answer by
Level 5

If you have a variable set up to capture the previous page value, then you can identify each individual hit where someone has gone from page A to page B (Segment to show hits where Previous Page = Page A and Page = Page B)

View solution in original post

4 Replies

Avatar

Correct answer by
Level 5

If you have a variable set up to capture the previous page value, then you can identify each individual hit where someone has gone from page A to page B (Segment to show hits where Previous Page = Page A and Page = Page B)

Avatar

Level 2

Thank you for the solution! Would you be able to write out how i would setup this segment? I am having trouble conceptualizing how this will work.

Hit

Dimension: Value

Then/And/Or 

Dimension: Value

Avatar

Level 5

This solution will only work if you have an eVar (or prop) capturing the previous page value (easiest solution is using the s.getPreviousValue plugin)

Then your segment would look like this

HIT

Previous Page (eVarX) = Page A

AND

Page = Page B