Expand my Community achievements bar.

How many visitors came from or visited one specific page?

Avatar

Level 1

Hello!

 

I'm looking to track how many visitors came or visited a specific previous page previous to landing on a specific page, regardless of how many other pages they visited in between? Is it possible to track that in workspace? 

 

Example of one possible scenario:

Page 1 -- entry page

Page 2

Page 3

Page 4

Page 5

Page 6 -- completion page

 

I'm looking for the number of people who visited page 6, also visited page 3 regardless of any other pages they visited before page 3 or after page 3. 

 

Thank you for your help! 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

You can create a sequential segment for this:

 

VISIT

    Page equals Page 3

    THEN

    Page equals Page 6

 

^ This will return all visits (and all pages within those visits) where Page 3 was hit, then Page 6 was hit... You can pair this segment with Unique Visitors metric to see the number of people in this scenario.

 

If you need to see across multiple Visits... such as Page 3 in Visit 1 and then Page 6 in Visit 4 (many visits between), you can change the scope to VISITOR.. but it sounds like you just need VISIT based on your description.