Skip to content

Commit

Permalink
Use the correct event names in Mixpanel.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Dec 3, 2015
1 parent 38693b9 commit a385661
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -685,11 +685,11 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
break;
case PUSH_NOTIFICATION_RECEIVED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Push Notification Received");
mixpanelInstructionsForEventName("Push Notification - Received");
break;
case PUSH_NOTIFICATION_TAPPED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Push Notification Alert Tapped");
mixpanelInstructionsForEventName("Push Notification - Alert Tapped");
break;
case SUPPORT_OPENED_HELPSHIFT_SCREEN:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
Expand Down

0 comments on commit a385661

Please sign in to comment.