diff --git a/common/script/index.coffee b/common/script/index.coffee index 6c32f2777b..9393f06ead 100644 --- a/common/script/index.coffee +++ b/common/script/index.coffee @@ -848,6 +848,7 @@ api.wrap = (user, main=true) -> analyticsData = { uuid: user._id, itemName: key, + itemType: 'Market', acquireMethod: 'Gems', gemCost: item.value, category: 'behavior' @@ -996,6 +997,7 @@ api.wrap = (user, main=true) -> analyticsData = { uuid: user._id, itemName: i.key, + itemType: 'Subscriber Gear', acquireMethod: 'Hourglass', category: 'behavior' } @@ -1169,6 +1171,7 @@ api.wrap = (user, main=true) -> analyticsData = { uuid: user._id, itemName: item, + itemType: 'Subscriber Gear', acquireMethod: 'Subscriber', category: 'behavior' }