=== Easy Analytics === Contributors: welcher Tags: stats tracking, analytics, Google Analytics Requires at least: 2.7 Tested up to: 3.5.1 Stable tag: 3.1 Allows you to quickly add Google Analytics tracking code to your site. == Description == Allows you to quickly add Google Analytics tracking code to your site. It's crazy easy, hence the name! == Installation == 1. Upload `easy_analytics` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add your tracking UA-XXXX number in the settings area 4. Be sure your calling wp_footer(); in your custom theme's footer file. == Changelog == = 3.1= * bug fix = 3.0 = * Completely re-written as a class. * Removed the Site Speed option. * Cleaned up the interface. * Added French Language = 2.6 = * Fixed a bug that caused the google id to not be stored = 2.5 = * Added the _setDomain option = 2.0 = * Updated GA snippet * Added optional Site Speed Sample Rate = 1.1 = * Added some basic localization = 1.0 = * Plugin was created