Update admin dashboard conversion types

This commit is contained in:
Matt Lott 2015-05-04 17:38:31 -07:00
parent 4f43139f9f
commit a652b70728

View file

@ -121,7 +121,7 @@ class SubscriptionHandler extends Handler
if event.event is 'Show subscription modal' and event.properties?.level? if event.event is 'Show subscription modal' and event.properties?.level?
userMap[userID].conversion = event.properties.level userMap[userID].conversion = event.properties.level
break break
else if event.event is 'Show subscription modal' and event.properties?.label is 'buy gems modal' else if event.event is 'Show subscription modal' and event.properties?.label in ['buy gems modal', 'check private clan', 'create clan']
userMap[userID].conversion = event.properties.label userMap[userID].conversion = event.properties.label
break break
@sendSuccess(res, userMap) @sendSuccess(res, userMap)