Skip to content

Commit

Permalink
Fix naming conventions on some stats widget events for the Mixpanel t…
Browse files Browse the repository at this point in the history
…racker.
  • Loading branch information
daniloercoli committed Dec 14, 2015
1 parent 7a659c6 commit f42b776
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -667,19 +667,19 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
break;
case STATS_SELECTED_INSTALL_JETPACK:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Selected Install Jetpack");
mixpanelInstructionsForEventName("Stats - Selected Install Jetpack");
break;
case STATS_WIDGET_ADDED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Stats Widget Added");
mixpanelInstructionsForEventName("Stats - Widget Added");
break;
case STATS_WIDGET_REMOVED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Stats Widget Removed");
mixpanelInstructionsForEventName("Stats - Widget Removed");
break;
case STATS_WIDGET_TAPPED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Stats Widget Tapped");
mixpanelInstructionsForEventName("Stats - Widget Tapped");
break;
case PUSH_NOTIFICATION_RECEIVED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
Expand Down

0 comments on commit f42b776

Please sign in to comment.