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