Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Tracking Return Visits to the site after visiting a New Page

Avatar

Level 3

 

Hi,

We recently launched a new page, and the stakeholder would like to know the number of visits or visitors who returned to the site after viewing this page. What is the best way to calculate return visits in this case?

Topics

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

2 Replies

Avatar

Community Advisor and Adobe Champion

I think a starting point might be a segment like this?

 

Hit [

    Page exists

    AND

    VISITOR Container (only after sequence) [

        Page equals X (where X is your new page)

        THEN After 1 Visit(s)

        Page exists

    ]

]

 

 

Basically, I am getting back the page hits from Visitors that saw the specific page, then after 1 Visit (i.e. the next visit to the site) saw any page. The Only After Sequence should restrict the hits to only those that follow the sequence...

 

Of course, you will want to test this, and you might need some tweaks...

Avatar

Level 3

 

Perfect, thank you for the prompt reply and for your help.