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
- 06/11/2008: 1.2.2
-
- Fixed problem with code affecting Admin Javascript such as the TinyMCE editor
- 06/08/2008: 1.2.1
-
- Bug fix for the stats gathering
- 06/08/2008: 1.2.0
-
- No longer parses outgoing links in the admin section.
- Uses get_footer instead of wp_footer. Too many themes aren’t adding the wp_footer call.
- Options page updated
- Added optional anonymous statistics collection
- 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