Skip to content

Commit f42b776

Browse files
committed
Fix naming conventions on some stats widget events for the Mixpanel tracker.
1 parent 7a659c6 commit f42b776

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WordPressAnalytics/src/main/java/org/wordpress/android/analytics/AnalyticsTrackerMixpanel.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,19 +667,19 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
667667
break;
668668
case STATS_SELECTED_INSTALL_JETPACK:
669669
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
670-
mixpanelInstructionsForEventName("Selected Install Jetpack");
670+
mixpanelInstructionsForEventName("Stats - Selected Install Jetpack");
671671
break;
672672
case STATS_WIDGET_ADDED:
673673
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
674-
mixpanelInstructionsForEventName("Stats Widget Added");
674+
mixpanelInstructionsForEventName("Stats - Widget Added");
675675
break;
676676
case STATS_WIDGET_REMOVED:
677677
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
678-
mixpanelInstructionsForEventName("Stats Widget Removed");
678+
mixpanelInstructionsForEventName("Stats - Widget Removed");
679679
break;
680680
case STATS_WIDGET_TAPPED:
681681
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
682-
mixpanelInstructionsForEventName("Stats Widget Tapped");
682+
mixpanelInstructionsForEventName("Stats - Widget Tapped");
683683
break;
684684
case PUSH_NOTIFICATION_RECEIVED:
685685
instructions = AnalyticsTrackerMixpanelInstructionsForStat.

0 commit comments

Comments
 (0)