Skip to content

scotchfield/ab-see

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

WordPress A/B testing in two shortcodes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published