A/B Testing, Round 2 (#8077)

* feat(analytics): A/B test 2016-09-26

* feat(tutorial): A/B variant text
This commit is contained in:
Sabe Jones
2016-09-26 17:10:43 -05:00
committed by GitHub
parent efc0469bef
commit 51ffe2c8c2
5 changed files with 11 additions and 6 deletions

View File

@@ -89,6 +89,10 @@ let _formatUserData = (user) => {
properties.ABtest = user._ABtest;
}
if (user.registeredThrough) {
properties.registeredPlatform = user.registeredThrough;
}
return properties;
};