easyAB

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

  • 所有者: srom/easyAB
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

⚠️ 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

主要指标

概览
名称与所有者srom/easyAB
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2013-06-20 22:55:01
推送于2018-07-10 17:12:18
最后一次提交2018-07-10 19:12:17
发布数3
最新版本名称v1.0.2 (发布于 2013-07-22 00:33:57)
第一版名称v1.0.0 (发布于 2013-06-23 22:38:12)
用户参与
星数168
关注者数11
派生数17
提交数39
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?