A plugin for A/B split-testing HTML/CSS/DOM elements with javascript. Wordpress, JQuery, and Google Analytics are required to run experiments.
Important: This plugin is probably best suited for developers with advanced JavaScript and theme development skills. It’s not overly complex, but if you’re not experienced with manipulating the DOM with JS, you probably won’t find this plugin useful.
- Test changes to your site with Javascript
- Run up to 5 tests simultaneously (per visitor session)
- Unlimited versions per test
- Test info is saved in cookies so returning visitors see the same version of your site
- Experiment data is sent to your google analytics account as custom variables
- No AJAX. Test info and javascript code are served from static
ab.js
file
- Experiment info/data is saved in the wordpress table
wp_options
Supports both versions of Google Analytics, old "_gaq" and new Universal "ga()"
If you have
Universal Analytics deployed on your site, you must provide a
Custom Dimension key.
Follow these instructions to setup a custom dimension. Then, eadd the dimension to the plugin settings.
Also, Universal Analytics users must use this (Custom Report)[
https://www.google.com/analytics/web/template?uid=-O_F9EH4Qpil1mSt9l6U8A] to view test results (Universal Analytics only).
You can help to contribute to this project on
github.com @
Wordpress AB Testing