Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Segments: Filter visits where hits (pageName) = countX

Avatar

Level 2

Hi,

 

I need to create a segment like 

 

# hits for pagename = 1 in one visit

 

any tips on how I go about this?

1 Accepted Solution

Avatar

Correct answer by
Level 1

First create an Event for the specific Page Name based on the Page View metric. Then create a Visit segment based on that Event where the count is equal to "1".

 

A calculated metric will not work for this, and unfortunately I don't think events will populate backwards (prior to creation date of the event). So if you are looking for a historical pattern, you may have to access the raw data.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 1

First create an Event for the specific Page Name based on the Page View metric. Then create a Visit segment based on that Event where the count is equal to "1".

 

A calculated metric will not work for this, and unfortunately I don't think events will populate backwards (prior to creation date of the event). So if you are looking for a historical pattern, you may have to access the raw data.