google-analytics-event-tracking

3 Event Tracking Actions You Should Be Using

November 28, 2012
By Amanda King in Online Marketing

google-analytics-event-trackingStop making assumptions! As an SEO, I have to remind myself of this–question data, question the client, question past and current link development. One assumption I see many companies and website owners make is that Google Analytics gives them everything they need to properly analyze their site. This simply isn’t true.

For many, Google Analytics is constant background noise in their browser. Unfortunately, not all of us are Google Analytics pros, number crunchers, or programmers–sometimes we avoid the more complex applications of Google Analytics code.

I know there are times when I’ve been afraid of breaking something on a site so I’ll hesitate to implement the code I hoped to. Without mistakes we can’t grow and this is why there are “undo” features, local backups, lots of online tutorials, and professionals you can consult with like analytics evangelist, Avinash Kaushik.

Through reading and experimentation I’ve found that there are a lot of elements on any given site that can provide major insight into customer retention, conversions, and goal funneling if properly tracked. But, these elements aren’t out-of-the-box ready for Google Analytics, they require the addition of event tracking.

A lot of sites tend to avoid event tracking implementation, because of an assumed lack of knowledge or skill. Well, I’m here to tell you that as scary as Google Analytics code can look, more often than not, putting this little snippet of code on the site is a fairly painless process.

There are two things to be mindful of when implementing event tracking:

  • Use consistent naming conventions
  • Give a day or two to test the code and make sure it’s properly tracking

Wary of building the event tracking code yourself? Raven offers a tool that can build the code for you! No excuses—we can do this.

Let’s talk about three potential event tracking actions you can start using today.

1) Downloads


Most sites do not have a “Thank you for Downloading” page that can be tracked as a goal, especially if what is being downloaded is a document (rather than a plugin, extension, or a program). So, how do you know how popular your download is? Event tracking! Tracking a download simply requires the addition of the onClick command after your “Download” link, e.g.:

‹a href=”/downloads/example-whitepaper.pdf” onClick=”_gaq.push([‘_trackEvent’, ‘download’, ‘whitepaper’, ‘orm whitepaper’]);”›Download PDF‹/a›

Since this tracks people who click the download link (and don’t necessarily save the file), it still won’t be 100% accurate for unique downloads. I know I have downloaded the same document numerous times because I kept forgetting to save it! Just keep that in mind when using event tracking, and analytics in general. Nothing is completely accurate; it’s all relative.

2) Video


Video can really increase click-through rates from search results and benefit user interaction and time on site, which can affect customer retention (positively). Once you’ve created that great video, what do you know about it? Perhaps not much, especially if you aren’t using YouTube embeds.

Google Analytics will tell you how many people viewed the page the video is on and average time on site, but you can’t assume that everyone who came to the page viewed the video. You know what happens with assumptions!

If video is a large part of your on-site content strategy, you’ll want to work to include more granular tracking of video views, plays, pauses, and exits. Relying on data from YouTube Analytics (if you’re using YouTube embeds) won’t necessarily be accurate for the number of views on your site.

For example, if you have the same video in multiple locations, or want to see how many people exactly (rather than a percent graph as in YouTube Analytics) left your video without finishing it, you’d need to use event tracking. Through even tracking you also don’t have to switch between YouTube Analytics and Google Analytics–and not everyone uses YouTube.

Rather than hazarding a guess as to how many people viewed a video, why not know for sure?

Warning: event tracking with video can get pretty complicated, because you usually end up having to modify JavaScript or flash files. If you use a video host like Wistia, though, they streamline the event tracking code integration for you. Otherwise, I would defer to and/or loop in a programmer, at least for the initial implementation.

3) Calls to Action or Site Elements


Whether you want to track a subscription signup or a button for the contact form, calls to action can be sorely neglected when it comes to measuring their effectiveness. Maybe you have two different calls to action on different portions of the site and want to know which phrase creates more clicks without setting up A/B testing for the same page?

Event track the two options and compare after you have a large enough pool of data.

A few other elements that could be worth tracking (depending on your KPI’s and goals) include:

  • Number of visits to your social profiles from the website
  • Blog article click-throughs or navigational elements on the homepage
  • RSS subscriptions
  • Newsletter subscriptions

Some of this data could be pulled in through Google Analytics in other ways–blog article click-through rates from the homepage could probably be determined through the Navigational Summary report in the Content section of Google Analytics, but event tracking allows more pointed targeting. Since you installed this specific code where you wanted it, generally you can be more confident about the accuracy of the data you’re gathering.

Data should always be the basis for decisions made about your website and event tracking is one way to get more data points to use. How do you use event tracking on your website?

Social Media
Social Media

Playing in the Sandbox

on Aug 24 by stuartfoster

The social industry is one that is full of contradiction, opposing advice and best practices that can be obsolete in…

SEO
SEO

SEO Training & MarketingProfs University

on Sep 12 by Rhea Drysdale

Formal education and SEO training have rarely gone hand-in-hand. The industry is predominantly ruled by the self-taught and in-house trailblazers.…

Branding
Branding

Dear Microsoft, Stop Trying To Be Funny.

on Aug 6 by Lisa Barone

Twitter is down today. (OMG WTF!) So now it’s up to you to amuse me. Let’s play a game. Ready?…

^Back to Top