Yoast: RT @idivenow: I just donated to @Yoast for his awesome plugins, you should too: t.co/7GTWe1rE <-- THX!!

  • About Me
  • Hire Me
  • Speaking
  • Contact

Google Analytics for WordPress

Download
Support
Donate


Stats
Version:4.2.4 (Changelog)
Avg Rating: 4.2 (894)
Downloads:2,800,680

Google Analytics for WordPress is the most complete Google Analytics plugin for WordPress. Of course, you could just copy the tracking code into your theme and be done with it, but then you'd miss a whole lot of features that this plugin has to offer you. All the extra data this plugin can add to your tracking is what makes Google Analytics for WordPress into the most powerful tracking tool you've ever seen.

So, download it now, or keep on reading! If you experience problems, please consult the FAQ.

So What does this Google Analytics plugin do?

Check out the video for an introduction, or read on below it:

Asynchronous tracking

First of all, this new version 4.0 switches to the new asynchronous tracking method. This new tracking was also the reason it took a while to get this version out the door: there were quite a few bugs to work out; tracking by the beta was not reliable for a while.

What’s the advantage of the new tracking you ask? Why bother switching? Well, there are three reasons, as listed by the Google Analytics blog:

  • Faster load times for your web pages due to improved browser execution of the tracking code.
  • Enhanced data collection & accuracy.
  • Elimination of tracking errors from dependencies when the JavaScript hasn't fully loaded.

If you want to know more about asynchronous scripts, check out this blog post by Steve Souders, in which he explains the concept and what it means for page load times. The short version: a normal script blocks other objects on your page, like images, from being loaded until it has been fully loaded. An asynchronous script allows for those other objects to be downloaded at the same time.

Custom Variables

Google launched the custom variable support for Google Analytics in October 2009, and I’ve been playing with ways to use these in tracking ever since. Custom variables are a way to add data about the current page, the current session or the current user in your tracking, which you can use for some very cool things.

I've been thinking and working with guys like my buddies Frederick Townes and Justin Cutroni about what you should and could be tracking in Google Analytics. It wasn't easy, which is why I’m very proud to show you this settings panel:

Google Analytics Custom Variables

As you can see in the screenshot, you can segment by:

  • Logged in users: speaks for itself, very useful on BuddyPress sites etc: where do people that are logged in go, where do others go. It stores the users primary user level in the variable, so you can even segment for just "subscribers". (There's an advanced option to ignore users of certain levels should you want to btw)
  • Author name: track page views per author.
  • Single category: if your posts are in only one category each, this allows you to track views per category.
  • All categories: track multiple categories per post, a bit harder to view in Analytics, but could still be useful.
  • Tags: track all tags for each post, has its limits but might be useful.
  • Publication year: see what’s doing good and bad, more specifically whether your old posts are still getting traffic.
  • Post type: especially with the new custom post type features in WordPress 3.0 this is very useful: if you’ve got movies, actors etc. set up as custom post types, this allows you to track how many page views each post type got.

So you could run reports showing which authors do better, which categories and / or post types get more pageviews and so on. This will provide you with the kind of analysis you need to improve your blog. I hope you’re starting to get why I’m so excited about this release. But wait, there’s more.

Google Analytics API integration

Where in the past I'd ask you to enter your "UA ID" from the backend, you can now simply click a button, authenticate with Google Analytics, select the right account and then the right profile and start tracking! Check out how easy that is:

Google Analytics Configuration

Of course you can still enter the UA ID by hand if you want to, just check the box in the lower left of the screenshot and you'll get an input box to enter the UA ID.

E-Commerce integration

This plugin now fully integrates with both WP E-Commerce and Shopp: for both of these plugins it tracks sales using e-commerce tracking, allowing you to track where people that bought something came from, how they went about your site and which pages triggered them to buy.

All you have to do is install the plugin, and it'll automatically detect whether you're running one of these two plugins. You'll then get a box like this:

WP e-commerce analytics integration

Event tracking

In the past this plugin used page views to track downloads and outbound clicks, thereby inflating page views. I started doing this before event tracking even existed, but of course this needed to be changed. The plugin now uses event tracking for this by default, but, if you want to, you can just check a box and it’ll switch to using page views again. You can also switch to page views just for downloads, to keep your goals working the same way.

An API for this plugin

This plugin adds a couple of filters so you can add your own tracking from your own plugins without having to hassle with the rest of the tracking. The 3 filters are:

$push = apply_filters('yoast-ga-custom-vars',$push, $customvarslot);
$push = apply_filters('yoast-ga-push-before-pageview',$push);
$push = apply_filters('yoast-ga-push-after-pageview',$push);

Custom variables are hard to deal with, as they need to be in the same "slot" all the time, that's why the $customvarslot is passed along.

Go get the Google Analytics for WordPress plugin

I have to believe that I've convinced you by now, so please go get the plugin. If you have any ideas on what should be added, bug reports or other remarks, please do not hesitate to contact me.

Subscribe to the RSS feed or to weekly email updates, right now!

Our Sponsors

Tags on Yoast

Theme by W3 EDGE, WordPress Experts

Some Rights Reserved - Privacy Policy - Sitemap

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.