mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
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:
@@ -89,6 +89,10 @@ let _formatUserData = (user) => {
|
||||
properties.ABtest = user._ABtest;
|
||||
}
|
||||
|
||||
if (user.registeredThrough) {
|
||||
properties.registeredPlatform = user.registeredThrough;
|
||||
}
|
||||
|
||||
return properties;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user