Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.16 KB

ab-see

WordPress A/B testing in two shortcodes.

https://wordpress.org/plugins/ab-see/

Build status

Overview

Want to start a split-test right away? Choose a unique test id, provide a piece of code for the first group and a piece of code for the second, and define an id to indicate a conversion.

For example, let's define a split test called clothes. In the first group, we'll say "Your clothes are red." In the second group, we'll say "Your clothes are black." When we convert, we'll use the id clothes_complete.

Then, we'll do this:

On your test page:

<a href="convert.php">[ab-see id=clothes]</a>

Somewhere in convert.php:

[ab-convert id=clothes_complete]

And that's it.

Background

Inspired by the practice of copying the smartest people you know, AB-See is based on Patrick McKenzie’s A/Bingo and Ben Kamens' GAE/Bingo.

Built for our A/B testing needs at Scent Trunk.