I want to create a Visit level segment that excludes all visits which contain only page views of 3 specific pages.
Example: I want to exclude visits of users that come to my site, track their order and go away without doing anything else on the website.
Visit1: Hit1-home, Hit2-Tracking, Exit
Visit2: Hit1-Tracking, Exit
Visit3: Hit1-Tracking, Hit2-Track details Page, Exit
I want my segment to exclude Visit2 and Visit3
Since that visit contains no other page view, I am assuming that if I make a hit level segment like the below, it would do the job. Is there a Visit level segment that can achieve the same?