Advanced Custom Fields (ACF) helps you easily customize WordPress with powerful, professional and intuitive fields. Proudly powering over…
About WP Google Analytics
WP Google Analytics is a plugin that helps you track your website's usage and provides additional data. It uses Google's asynchronous tracking method for faster and more reliable tracking. It also allows you to track custom variables and ignore certain user roles.Changelog
1.4.1
- Fix undefined index notice for users upgrading from pre-1.3.0
- Fix plugin text domain
1.4.0
- Support for tokens in custom variables
1.3.1
- Fixed custom variables not being tracked
1.3.0
- Refactored to use settings API – Props danielbachhuber
- Convert to singleton and instatiate class
- Convert tracking code field to ID, keeping backwards compat – Props danielbachhuber
- Custom variable support – Props danielbachhuber
- Track outgoing links and 404s as events
- Made the whole plugin translatable
- Deprecated tracking searches
1.2.5
- Fixed some notices. Props westi
- Update all links
1.2.4
- Removed the optional anonymous statistics collection. Nothing is ever collected anymore.
- Changed & to & in some more places to fix validation problems.
1.2.3
- Changed & to & to fix validation problems.
1.2.2
- Fixed problem with code affecting Admin Javascript such as the TinyMCE editor
1.2.1
- Bug fix for the stats gathering
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
1.1.0
- Major revamp to work better with the new Google Tracking Code. It seems that outgoing links weren’t being tracked properly.
1.0.0
- Added to wordpress.org repository
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
0.1
- Original Version