We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f246a39 + 10e7328 commit 912796dCopy full SHA for 912796d
WordPressAnalytics/src/main/java/org/wordpress/android/analytics/AnalyticsTrackerMixpanel.java
@@ -266,6 +266,10 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
266
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
267
mixpanelInstructionsForEventName("Application Closed");
268
break;
269
+ case APPLICATION_UPGRADED:
270
+ instructions = AnalyticsTrackerMixpanelInstructionsForStat.
271
+ mixpanelInstructionsForEventName("Application Upgraded");
272
+ break;
273
case THEMES_ACCESSED_THEMES_BROWSER:
274
275
mixpanelInstructionsForEventName("Themes - Accessed Theme Browser");
0 commit comments