Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A/B testing with Meteor

Tags:

meteor

What's a simple recipe to do A/B testing using Meteor?

In other words, in a Meteor environment, if I want to keep track of 2-5 versions of each view template without getting lost, is there a package or a de facto setup that's meant for this?

like image 630
themirror Avatar asked Oct 15 '13 16:10

themirror


1 Answers

if you are using google analytics and content experiments, you could use this: https://github.com/reywood/meteor-iron-router-ga/

or implement client side content experiments code yourself.

like image 123
benzkji Avatar answered Oct 12 '22 05:10

benzkji