A lightweight (<5kb) JS framework for building, publishing and tracking experiments on the web.
Commonly known as A/B split testing, experimentation is a core pillar of Conversion Rate Optimisation.
Documentation | Mojito project
- Fork this repository on GitHub
- Clone your forked repository (not this original one) to your local environment
- Install the necessary NPM packages:
npm install
Get up and running with Mojito experiments in 4 steps:
- Experiment setup
- Customisation and tracking
- Build container, preview and launch
- Hosting and publishing
Learn about different approaches to setup experiments with Mojito. Get to know and understand important experiment parameters.
Set up custom tracking, error handling & user exclusion rules for your entire container.
Read about customisation and tracking.
Use Gulp to build the Mojito container and see how to preview and launch experiments.
Read about the build, preview and launch process.
Host your container and automate the publishing process using CI.
Read about hosting & publishing via AWS & Bitbucket
Data storage and analysis are contained in separate Mojito modules which can be customised and/or switched out as needed.
- Storage: Data collection modules and data modelling steps to power your reports. e.g. Mojito Snowplow Storage
- Analytics: Tools to measure & report on the effects caused by your treatments. e.g. Mojito R Analytics
Let us know if you encounter any issues and reach out to us if you need a hand getting set up.