easyAB

A jQuery / Zepto plugin for easily setting up A/B and Multivariate tests using Google Analytics.

  • Owner: srom/easyAB
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

⚠️ This project is no longer maintained ⚠️

easyAB is a light-weight (< 2 Ko) jQuery plugin for easily setting up A/B and multivariate tests using Google Analytics.

This tool aims at helping entrepreneurs and tech savvy people building better landing pages for their projects and products.

Quick start

// change the color of .my-button for 50% of my visitors and
// track the users with analytics using a single method!
$('.my-button').easyab({
  'slot': 5, // set the custom var on the slot 5
  'name': 'test-button',
  'default-value': 'green',
  'alternatives': [
    {
      // set an alternative
      'value': 'blue',
      'alternative': function($this) { $this.css('background-color', 'blue'); }
    }
  ],
});

License

Copyright 2013 Romain Strock - MIT License

Main metrics

Overview
Name With Ownersrom/easyAB
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2013-06-20 22:55:01
Pushed At2018-07-10 17:12:18
Last Commit At2018-07-10 19:12:17
Release Count3
Last Release Namev1.0.2 (Posted on 2013-07-22 00:33:57)
First Release Namev1.0.0 (Posted on 2013-06-23 22:38:12)
用户参与
Stargazers Count168
Watchers Count11
Fork Count17
Commits Count39
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private