We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1898b9d commit 10e7328Copy full SHA for 10e7328
WordPressAnalytics/src/main/java/org/wordpress/android/analytics/AnalyticsTrackerMixpanel.java
@@ -261,6 +261,10 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
261
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
262
mixpanelInstructionsForEventName("Application Closed");
263
break;
264
+ case APPLICATION_UPGRADED:
265
+ instructions = AnalyticsTrackerMixpanelInstructionsForStat.
266
+ mixpanelInstructionsForEventName("Application Upgraded");
267
+ break;
268
case THEMES_ACCESSED_THEMES_BROWSER:
269
270
mixpanelInstructionsForEventName("Themes - Accessed Theme Browser");
0 commit comments