Measuring Errors via Error Tracking in Omniture SiteCatalyst

Errors, on any site, can cause major problems for end users causing them to leave and potentially never return.  Understanding which errors occurred, where they come from, and how often users are experiencing them can potentially uncover areas that if addressed can lead to increased conversions/page consumption.  One question that comes from this is how are these errors affecting my bottom conversion?  Below is an example of how to figure this out.What you need:

What to do:

  1. If your site passes a query string that states when an error has occurred (i.e. www.xyz.com/?error=12345) then grab that value (you can leverage the getQueryStringParam plugin from Omniture) and pass that into the pagename variable.  Then you can see pathing via page name for what happens when users encounter errors (i.e. what paths do users take when they encounter an error).
  2. If your site doesn’t pass a value, (i.e. the page just refreshes but the URL remains the same) you can develop logic that says when an error occurs and is present, fire off an Omniture call to capture the s.pagename change.  You will need to work with your developers on creating the logic to handle that.
  3. Configure an eVar via the ADMIN section to act as a “counter” eVar.  You will need to pass “+1″ each time an error occurs.  It will then count the occurrences for the errors that happen.  Creating a calculated metric for conversion % will allow you to see the conversion rate by number of errors received.

Once this is in place you can see the most frequent errors by page by taking a look at page views report, filtering on the error page name and then sorting by page views.  Note:  This can be used to report on many errors that occur on the site (e.g. broken links, non-functioning shopping cart, 404 or page not found and product not available).A very helpful tool in getting to the bottom of how errors influence customer behavior and patterns.



Written by:

Omniture, SiteCatalyst, Web Analytics

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

3 Responses to “Measuring Errors via Error Tracking in Omniture SiteCatalyst”

Leave Comment

(required)

(required)