Segment/Custom Metric to Calculate 2 Events Firing Before Next Page View | Community
Skip to main content
January 31, 2023
Solved

Segment/Custom Metric to Calculate 2 Events Firing Before Next Page View

  • January 31, 2023
  • 1 reply
  • 521 views

I am looking to find visits where one event fires on the Page View call and then a user clicks on a page item that then fires a second event on an Other Click server call.  There are other Other Click server calls that can fire on the page before the user click corresponding with the 2nd event, so we can't use "within hits" as a parameter.  What we would know is that another Page View event would NOT have fired, which would tell us that both events fired on the same page (assuming the user is n't navigating site on multiple tabs - not concerned w/ those edge cases. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

With sequential segments, besides the "Hits" option with the WITHIN operator, you can also use "Page View(s)". So in your case, it would be WITHIN 1 Page View(s).

 

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
January 31, 2023

With sequential segments, besides the "Hits" option with the WITHIN operator, you can also use "Page View(s)". So in your case, it would be WITHIN 1 Page View(s).