Tracking Return Visits to the site after visiting a New Page | Community
Skip to main content
New Participant
November 14, 2025
Question

Tracking Return Visits to the site after visiting a New Page

  • November 14, 2025
  • 1 reply
  • 121 views

 

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?

1 reply

Jennifer_Dungan
New Participant
November 14, 2025

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...

suchindraAuthor
New Participant
November 14, 2025

 

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