Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Build Segment to Exclude Page Hits With Specific Link Instances

Avatar

Level 1

Hello,

 

I am working on creating a segment that shows customer visits where they did not click on specific links on the specified page. When I set up the segment like below, it gives me almost 100% of the original page visits so I know it is not correct. Any help would be appreciated as this can better understand customers who don't engage with certain page areas

 

Main Container = VISITS
page contains: page name
- AND -

Exclude sub container
HITS
Link contains: link name
- OR -
Link contains: link name

 

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 4

 

  • You're excluding individual hits with those link names, but your main container is at the visit level.

  • Excluding hits doesn't exclude the whole visit unless those hits are the only qualifying ones.

  • So, the count is  still  visits that have both:

    • The page view you want and

    • Those excluded link clicks (because it only excludes the hit, not the visit).

 

Make sure the Exclude container is also set to VISIT, not HIT.

It will exclude those visits with link clicks

 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 4

 

  • You're excluding individual hits with those link names, but your main container is at the visit level.

  • Excluding hits doesn't exclude the whole visit unless those hits are the only qualifying ones.

  • So, the count is  still  visits that have both:

    • The page view you want and

    • Those excluded link clicks (because it only excludes the hit, not the visit).

 

Make sure the Exclude container is also set to VISIT, not HIT.

It will exclude those visits with link clicks

 

Avatar

Level 1

Thanks for your update! Maybe I should clarify better. I am trying to find total visits to a page where they clicked on anything except specific buttons. This would help eliminate the noise on the page and see the total visits where they engaged with meaningful content. I would set it up like above? 

Avatar

Level 4

Yeah