=== GA Experiments+ | Dev Edition === Contributors: lerondpoint Donate link: http://lerondpoint.net/ Tags: ab testing, a b testing, a/b testing, ab test, a b test, a/b test, split testing, split test, multivariate testing, multivariate test, optimization, ROI, return on investment, google analytics, analytics, GA, experiment, variation, variant, marketing Requires at least: 4.0.0 Tested up to: 4.5 Stable tag: 1.0.0rc2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html By using the GA API, GA Experiments+ allows to A/B test anything in your website in order to find what best suits your audience. == Description == GA Experiments+ is a plugin that allows to do A/B testing (or split testing) using Google Analytics as a backbone. By using the GA API, this plugin allows to A/B test anything in your website from simple text, to stylesheets or even theme layouts in order to find what best suits your audience and improves the metric you wish to track. This `Dev Edition` is a basic implementation that best suits simple experiments. Although you can technically test anything with it, many tests will require some coding abilities, hence the `Dev` name. Basically, using Google's multi-armed bandit algorithm, the plugin selects a variation to serve to the visitor. The plugin associates some text to the variation and the user-provided text is injected in your posts/pages using a simple shortcode. The provided value can be text, HTML, CSS and can even contain shortcodes, giving the administrator a lot of testing possibilities. Finally, this plugin also adds the Google Analytics tracking code if it is required. This makes the plugin compatible with any other GA tracking plugin since we will not inject new tracking code when it is already present in the page. Management of custom goals and tracking of experiment results is handled directly in the Google Analytics Experiments page for the `Dev Edition`. The administrator is also responsible for inserting the corresponding events JS code for those goals. == Installation == 1. Unzip the plugin files to the `[WPHOME]/wp-content/plugins/ga-experiments-plus-dev-edition` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Go to the `GA Experiments Plus` plugin page in the admin menu to authenticate the plugin with your Google Analytics account == Frequently Asked Questions == = How do I install the plugin? = See the `Installation` tab. = Where can I see my experiment metrics and declare a winner? = For the `Dev` and `Blogger` editions, the metrics can be seen in your Google Analytics dashboard. The planned `Marketing Edition` will include the metrics directly in the plugin. = What is the fallback value for? = The fallback value will be used if there was a problem assigning a variation to your visitor. It is also used before you start, after you delete or if you end an experiment without declaring a winner. = This plugin is great! How can I help the development of the plugin? = We are looking for testers, translators and contributors. If you want to help, get in touch with us at contact@lerondpoint.net and we will see how we can work together. Note that everybody who helps will get all the future releases for free, and that for all editions and versions. Everybody's insight is welcome, we like working with people! == Screenshots == 1. Start by authenticating the plugin with Google Analytics 2. You can then access the experiments page to manage them 3. The experiment editing screen allows you to set your variations' content and to preview them before you put them in motion. 4. The user will then be served a variation on his first visit and will always see that version afterwards, making it seamless. == Changelog == = 1.0.0rc2 = * Responsive UI * French translation = 1.0.0rc1 = * Multisite support * Title experiments * UI improvements * Bug fixes = 0.9.2beta = * Fixed GA authentication not working using "ENTER" key = 0.9.1beta = * Fixed variant distribution bug = 0.9.0beta = * First beta release * Inject text experiments using shortcodes == Upgrade Notice == = 1.0.0rc2 = * Tested with WP 4.5.3 = 1.0.0rc1 = For people using the plugin on multisite, note that all your experiments will be in your main site after the upgrade. We recommend waiting for all your experiments to be completed before upgrading. All experiments on subsites will stop working otherwise. This release is our first release candidate and is feature complete. We still have to improve responsiveness and UI layout for smaller devices as well as setting up the translations. If you want to translate the plugin, get in touch with us via the support forums. Enjoy and please report any bugs in the support forums! = 0.9.1beta = * Fixed variant distribution bug * Tested with WP 4.5 = 0.9.0beta = * First beta release == Future Development == This is our final release candidate for version 1.0.0. We have one user which reports a bug with the GA authentication. If you experiment the same problem, please write us at contact@lerondpoint.net if you are willing to help fix it. A `Blogger Edition` is also planned and will include the following extra features : * Multiple fields per experiment (instead of a single text field) * Stylesheet experiments for common HTML elements * Real-time preview of stylesheet experiments * Javascript experiments A `Marketing Edition` is also planned and will include the following extra features on top of the `Blogger Edition` : * Pick&edit stylesheet experiments for any HTML element * Custom experiment goals management * Add goal events on HTML elements through the plugin * Experiments statistics through the plugin * Declare winning variation * Multivariate testing