Skip to content

Commit 10e7328

Browse files
committed
track APPLICATION_UPGRADED in Mixpanel
1 parent 1898b9d commit 10e7328

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
261261
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
262262
mixpanelInstructionsForEventName("Application Closed");
263263
break;
264+
case APPLICATION_UPGRADED:
265+
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
266+
mixpanelInstructionsForEventName("Application Upgraded");
267+
break;
264268
case THEMES_ACCESSED_THEMES_BROWSER:
265269
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
266270
mixpanelInstructionsForEventName("Themes - Accessed Theme Browser");

0 commit comments

Comments
 (0)