=== Plugin Name === Contributors: leewillis77 Donate link: http://www.leewillis.co.uk/wordpress-plugins/ Tags: split testing, a/b testing Requires at least: 2.8.1 Tested up to: 2.9 Stable tag: 0.2 Split test your wordpress theme, and track test using Google Analytics user defined values. == Description == This plugin lets you set up two different templates with differences that you think might increase conversions, serve these different templates up to users, and track their activity using custom segments in Google Analytics. == Installation == *You Must* already be tracking visitors through Google Analytics - if you don't already do this, then we recommend the [Google Analytics For Wordpress plugin](http://wordpress.org/extend/plugins/google-analytics-for-wordpress/) which we know works with this plugin - although any other Google Analytics plugins should also work. 1. Upload the Plugin to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Set up different themes to test 4. Choose the themes to test in the Plugin settings (Settings » SES Theme Split Test in the Wordpress admin area) 5. Set up custom segments in Google Analytics For more info see the [detailed instructions](http://www.leewillis.co.uk/how-to-split-test-wordpress-themes/) == Frequently Asked Questions == = Isn't this the same as Google Website Optimizer? = No - this lets you split test whole themes rather than content changes, e.g. navigation on the let versus navigation on the right = How can I tell if the tracking is taking place? = Check the source of your webpage for a line that looks like this: `` = The tracking line isn't being added to my page - why not? = Make sure all of your themes call wp_footer() in the footer == Screenshots == 1. Screenshot showing wordpress settings screen 2. Screenshot showing resulting Google Analytics data == Changelog == = 0.1 = * Initial Release