Explore and Analyze Multi-Visit Funnels Using Google Analytics

Tracking funnels in Google Analytics – Part V   The last few posts discussed the issues of tracking a multi visit funnel where the order of events is important. I talked about solutions that exist on top of Google Analytics and described my solution for tracking, exploring and analyzing “real” funnels using Google Analytics, without[…]

Exploring Funnels

Tracking funnels in Google Analytics – Part IV   In my previous post, I described how I use Google Analytics for tracking multi-visit/session funnels when the order of the events/steps is significant. The solution is a small JavaScript code that stores the information about the navigation path in a custom variable. It does so in[…]

Tracking Chronological and Multi-Visit Funnels

Tracking funnels in Google Analytics – Part III   In my last two posts I described my research for finding the best way for tracking and presenting funnels in Google Analytics. I found that the current options provided by GA, and additional solutions such as John’s solution – which is excellent, do not address two[…]

Goals are not actually steps in a funnel…

Tracking funnels in Google Analytics – Part II   In my last post I wrote about researching the best ways for tracking and presenting chronological and multi-visit funnels for my site. In this post I will show you what happens when I implement John’s solution on a few basic funnels.   For my test, I[…]

Setting GA campaign tracking using JavaScript

Google Analytics offers two options for tracking your online campaigns (Google AdWords auto-tagging aside): 1. Google’s built-in campaign tracking parameters (e.g., utm_source, utm_medium and utm_campaign).   2. Your own specific campaign parameters, mapped to the correct keys in JavaScript (e.g., _setCampSourceKey and _setCampMediumKey, etc.) Unfortunately, these two options are not always available. For example, your[…]

My two cents about Clicky’s new bounce rate definition

Clicky recently redefined the term “bounce rate”. According to the post that they published, they now define “bounce” as “a visitor who has only one pageview, and who is on the site for less than 30 seconds.” While the basic idea is good, I would like to raise several issues regarding the implementation of their[…]