Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into issue/2470-track-h…
Browse files Browse the repository at this point in the history
…elpshift-replies
  • Loading branch information
maxme committed Apr 20, 2015
1 parent 841f0c5 commit df5964f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -88,6 +88,7 @@ public enum Stat {
APPLICATION_STARTED,
PUSH_NOTIFICATION_RECEIVED,
SUPPORT_OPENED_HELPSHIFT_SCREEN,
SUPPORT_SENT_REPLY_TO_SUPPORT_MESSAGE,
LOGIN_FAILED,
LOGIN_FAILED_TO_GUESS_XMLRPC
}
Expand Down
Expand Up @@ -604,6 +604,11 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
mixpanelInstructionsForEventName("Support - Opened Helpshift Screen");
instructions.addSuperPropertyToFlag("opened_helpshift_screen");
break;
case SUPPORT_SENT_REPLY_TO_SUPPORT_MESSAGE:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Support - Replied to Helpshift");
instructions.addSuperPropertyToFlag("support_replied_to_helpshift");
break;
case LOGIN_FAILED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Login - Failed Login");
Expand Down

0 comments on commit df5964f

Please sign in to comment.