Welcome to Sixpack!

To create your first experiment, simply make a GET request to your Sixpack server's 'participate' endpoint.

$ curl http://127.0.0.1:5000/participate?experiment=new-header&alternatives=red&alternatives=blue&client_id=<A UNIQUE CLIENT ID>

To create a conversion, make another request to your server's 'convert' endpoint.

$ curl http://127.0.0.1:5000/convert?experiment=new-header&client_id=<A UNIQUE CLIENT ID>
Erroring Experiments Status Message