Skip to content

Commit

Permalink
Add ACCOUNT_LOGOUT event to Mixpanel tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Dec 14, 2015
1 parent 7a91682 commit 7a659c6
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -597,6 +597,10 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
instructions.addSuperPropertyToFlag("jetpack_user");
instructions.addSuperPropertyToFlag("dotcom_user");
break;
case ACCOUNT_LOGOUT:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Logged Out");
break;
case PERFORMED_JETPACK_SIGN_IN_FROM_STATS_SCREEN:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Signed into Jetpack from Stats Screen");
Expand Down

0 comments on commit 7a659c6

Please sign in to comment.