Time after an event | Community
Skip to main content
David_Jerome
New Participant
May 24, 2018
Solved

Time after an event

  • May 24, 2018
  • 1 reply
  • 914 views

Hi there,

I am looking to track the impact of an error on site. Currently when a user experiences a site error we populate an evar and prop with the error (e.g. errorABC) and fire an event, so we have all bases covered. :-)

What we are looking to see is how many pages a customer will see after getting an error before they leave - e.g. how bad is 1 error over another.

Any ideas how to report this as we want to ignore all the hits/pages that came before the error?

Thanks

Dave

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gigazelle

Try this, assuming that your eVar expires after visit:

Create a segment that:

Includes all hits where eVarX exists

Excludes all hits where eVarX does not exist

Open workspace any apply the segment to a panel

Drag over the hit depth dimension

This would give you general data on how many page views a user saw after hitting an error. If you wanted to see a specific error, you could change the segment to say 'eVarX equals error' instead of 'eVarX exists'.

1 reply

Gigazelle
GigazelleAccepted solution
Employee
November 12, 2018

Try this, assuming that your eVar expires after visit:

Create a segment that:

Includes all hits where eVarX exists

Excludes all hits where eVarX does not exist

Open workspace any apply the segment to a panel

Drag over the hit depth dimension

This would give you general data on how many page views a user saw after hitting an error. If you wanted to see a specific error, you could change the segment to say 'eVarX equals error' instead of 'eVarX exists'.