Split test A/B idea

Hello all, new Piwik user 1 day ago and it’s beautiful.

Sorry for my English, i’m French.

I’m webmarketer who like test and track…

No plugin for split testing, i would developpe this.

But a little idea:

a bit of PhP code in my page:

<?php
$vars = array('hello','hi','welcome'); //example
$var = array_rand($vars); //ETC... 
?>

Can we use the setDocumentTitle method to write:

piwikTracker.setDocumentTitle('index - <?php echo $var ?> ');
piwikTracker.trackPageView();

?

This will help me to track my differents headline or image or other in a page.

Is it a good idea ? Did piwik support this ? or other méthod to split test ?

Oh style_emoticons/<#EMO_DIR#>/sad.gif terribly sorry for my english …

Jérémy

Hello,

We have released a plugin that works on top of Piwik to run A/B Tests, Split Tests, Experiments see http://www.ab-tests.net/ . A full list of features is mentioned on the Marketplace at https://plugins.piwik.org/AbTesting

It lets you easily run experiments on websites, servers, apps and in campaigns and has lots of features to customize your experiment and to define your success and your expectations for an experiment to increases your sales, revenue, conversions, pageviews, and more.

More docs are available at: User Guides, FAQ, Developer docs