February 23rd, 2007 WordPress Google Analytics Plugin
This plugin allows you to use the powerful Google Analytics to track your Wordpress stats. It’s easily configurable to:
- Not log anything in the admin area
- Log 404 errors as /404/{url}?referrer={referrer}
- Log searches as /search/{search}?referrer={referrer}
- Log outgoing links as /outgoing/{url}?referrer={referrer}
- Not log any user roles (administrators, editors, authors, etc)
Changelog
- 04/23/2008: 1.1.0
-
- Major revamp to work better with the new Google Tracking Code. It seems that outgoing links weren’t being tracked properly.
- 04/17/2008: 1.0.0
-
- Released to wordpress.org repository
- 07/03/2007: Version 0.0.2
-
- Fixed problem with themes that do not call wp_footer(). If you are reading this and you are a theme developer, USE THE HOOKS! That’s what they’re there for!
- Updated how the admin section is handled