diff --git a/common/script/index.coffee b/common/script/index.coffee index cb85388429..e4605a1a07 100644 --- a/common/script/index.coffee +++ b/common/script/index.coffee @@ -1812,7 +1812,8 @@ api.wrap = (user, main=true) -> analyticsData = { category: 'behavior', - gaLabel: user.flags.cronCount, + gaLabel: 'Cron Count', + gaValue: user.flags.cronCount, uuid: user._id, user: user, resting: user.preferences.sleep,