@@ -270,24 +270,6 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
270270 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
271271 mixpanelInstructionsForEventName ("Application Upgraded" );
272272 break ;
273- case THEMES_ACCESSED_THEMES_BROWSER :
274- instructions = AnalyticsTrackerMixpanelInstructionsForStat .
275- mixpanelInstructionsForEventName ("Themes - Accessed Theme Browser" );
276- instructions .setSuperPropertyAndPeoplePropertyToIncrement ("number_of_times_accessed_theme_browser" );
277- instructions .setCurrentDateForPeopleProperty ("last_time_accessed_theme_browser" );
278- break ;
279- case THEMES_CHANGED_THEME :
280- instructions = AnalyticsTrackerMixpanelInstructionsForStat .
281- mixpanelInstructionsForEventName ("Themes - Changed Theme" );
282- instructions .setSuperPropertyAndPeoplePropertyToIncrement ("number_of_times_changed_theme" );
283- instructions .setCurrentDateForPeopleProperty ("last_time_changed_theme" );
284- break ;
285- case THEMES_PREVIEWED_SITE :
286- instructions = AnalyticsTrackerMixpanelInstructionsForStat .
287- mixpanelInstructionsForEventName ("Themes - Previewed Theme for Site" );
288- instructions .setSuperPropertyAndPeoplePropertyToIncrement ("number_of_times_previewed_a_theme" );
289- instructions .setCurrentDateForPeopleProperty ("last_time_previewed_a_theme" );
290- break ;
291273 case READER_ACCESSED :
292274 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
293275 mixpanelInstructionsForEventName ("Reader - Accessed" );
@@ -769,37 +751,43 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
769751 mixpanelInstructionsForEventName ("My Site - Accessed" );
770752 instructions .setSuperPropertyAndPeoplePropertyToIncrement ("number_of_times_accessed_my_site" );
771753 break ;
772- case THEME_BROWSER_ACCESSED :
754+ case THEMES_ACCESSED_THEMES_BROWSER :
773755 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
774- mixpanelInstructionsForEventName ("Theme Browser - Accessed" );
756+ mixpanelInstructionsForEventName ("Themes - Accessed Theme Browser" );
757+ instructions .setSuperPropertyAndPeoplePropertyToIncrement ("number_of_times_accessed_theme_browser" );
758+ instructions .setCurrentDateForPeopleProperty ("last_time_accessed_theme_browser" );
775759 break ;
776- case THEME_BROWSER_SEARCH_ACCESSED :
760+ case THEMES_ACCESSED_SEARCH :
777761 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
778- mixpanelInstructionsForEventName ("Theme Browser - Search Accessed" );
762+ mixpanelInstructionsForEventName ("Themes - Accessed Theme " );
779763 break ;
780- case THEME_ACTIVATED :
764+ case THEMES_CHANGED_THEME :
781765 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
782- mixpanelInstructionsForEventName ("Theme Browser - Theme Activated" );
766+ mixpanelInstructionsForEventName ("Themes - Changed Theme" );
767+ instructions .setSuperPropertyAndPeoplePropertyToIncrement ("number_of_times_changed_theme" );
768+ instructions .setCurrentDateForPeopleProperty ("last_time_changed_theme" );
783769 break ;
784- case THEME_DEMO_ACCESSED :
770+ case THEMES_PREVIEWED_SITE :
785771 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
786- mixpanelInstructionsForEventName ("Theme Browser - Demo Accessed" );
772+ mixpanelInstructionsForEventName ("Themes - Previewed Theme for Site" );
773+ instructions .setSuperPropertyAndPeoplePropertyToIncrement ("number_of_times_previewed_a_theme" );
774+ instructions .setCurrentDateForPeopleProperty ("last_time_previewed_a_theme" );
787775 break ;
788- case THEME_PREVIEW_ACCESSED :
776+ case THEMES_DEMO_ACCESSED :
789777 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
790- mixpanelInstructionsForEventName ("Theme Browser - Preview Accessed" );
778+ mixpanelInstructionsForEventName ("Themes - Demo Accessed" );
791779 break ;
792- case THEME_CUSTOMIZE_ACCESSED :
780+ case THEMES_CUSTOMIZE_ACCESSED :
793781 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
794- mixpanelInstructionsForEventName ("Theme Browser - Customize Accessed" );
782+ mixpanelInstructionsForEventName ("Themes - Customize Accessed" );
795783 break ;
796- case THEME_DETAILS_ACCESSED :
784+ case THEMES_SUPPORT_ACCESSED :
797785 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
798- mixpanelInstructionsForEventName ("Theme Browser - Details Accessed" );
786+ mixpanelInstructionsForEventName ("Themes - Support Accessed" );
799787 break ;
800- case THEME_SUPPORT_ACCESSED :
788+ case THEMES_DETAILS_ACCESSED :
801789 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
802- mixpanelInstructionsForEventName ("Theme Browser - Support Accessed" );
790+ mixpanelInstructionsForEventName ("Themes - Details Accessed" );
803791 break ;
804792 default :
805793 instructions = null ;
0 commit comments