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

Segment Writing: I need to write a segment that determines if a page event occurred on a reloaded page

Avatar

Level 2

What I've done so far is a hit based segement, where reload exits and page event exits.  Just a "reload exists segment" returned no page events.  

 

My two thoughts on why this is occuring is that 

1) my segment is bad

2) my page events are not connected to the page/screen view.  

 

Really hope someone can help me with this.  There is urgency. 

1 Accepted Solution

Avatar

Correct answer by
Level 2

Thanks very much, sincerely.  But this explains my problem without solving it.

In your opinion, could this be solved by using a visit container, where reload exits an then within one hit "page event is equal or less than 10" (to capture multiple page events).  I then use this to segment page events.  I get numbers and think they might be right, but there may be a hole in my logic. 

 

View solution in original post

3 Replies

Avatar

Community Advisor

Dear mddddfasdfasdfaere,

I don't see a problem with the HIT segment with "Reloads exists" (Absolutely fine).

So, the problem would be around the Page Event. Page Event doesn't correlate with the reload event in the same HIT, and thus you are not seeing the numbers.

Thank You, Pratheep Arun Raj B (Arun) | NextRow Digital | Terryn Winter Analytics

Avatar

Correct answer by
Level 2

Thanks very much, sincerely.  But this explains my problem without solving it.

In your opinion, could this be solved by using a visit container, where reload exits an then within one hit "page event is equal or less than 10" (to capture multiple page events).  I then use this to segment page events.  I get numbers and think they might be right, but there may be a hole in my logic. 

 

Avatar

Community Advisor

Dear mddddfasdfasdfaere,

VISIT container will include all the visits with 'Reload exists' and (Assuming the operator is AND) Page Event happens. If you want to include  'Reload exists' then Page Event, you can use a sequential segment (THEN operator), either in the next HIT or any time period based on the container (Here, Visit).

Thank You, Pratheep Arun Raj B (Arun) | NextRow Digital | Terryn Winter Analytics