Propagate usertype & purpose on all events

This commit is contained in:
Lennart Kats 2016-03-16 16:40:31 +00:00
parent bb434c2634
commit 6dfb4c5445

View File

@ -23,7 +23,9 @@ define(function(require, exports, module) {
name: user.fullname || user.name,
pricingPlan: user.premium ? "Premium" : "Free",
referredBy: user.referrer,
region: user.region
region: user.region,
usertype: user.usertype,
purpose: user.purpose,
};
return traits;