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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?