@@ -650,10 +650,42 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
650650 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
651651 mixpanelInstructionsForEventName ("Login - Failed To Guess XMLRPC" );
652652 break ;
653+ case PUSH_AUTHENTICATION_APPROVED :
654+ instructions = AnalyticsTrackerMixpanelInstructionsForStat .
655+ mixpanelInstructionsForEventName ("Push Authentication - Approved" );
656+ break ;
657+ case PUSH_AUTHENTICATION_EXPIRED :
658+ instructions = AnalyticsTrackerMixpanelInstructionsForStat .
659+ mixpanelInstructionsForEventName ("Push Authentication - Expired" );
660+ break ;
661+ case PUSH_AUTHENTICATION_FAILED :
662+ instructions = AnalyticsTrackerMixpanelInstructionsForStat .
663+ mixpanelInstructionsForEventName ("Push Authentication - Failed" );
664+ break ;
665+ case PUSH_AUTHENTICATION_IGNORED :
666+ instructions = AnalyticsTrackerMixpanelInstructionsForStat .
667+ mixpanelInstructionsForEventName ("Push Authentication - Ignored" );
668+ break ;
653669 case SETTINGS_LANGUAGE_SELECTION_FORCED :
654670 instructions = AnalyticsTrackerMixpanelInstructionsForStat .
655671 mixpanelInstructionsForEventName ("Settings - Forced Language Selection" );
656672 break ;
673+ case NOTIFICATION_SETTINGS_LIST_OPENED :
674+ instructions = AnalyticsTrackerMixpanelInstructionsForStat .
675+ mixpanelInstructionsForEventName ("Notification Settings - Accessed List" );
676+ break ;
677+ case NOTIFICATION_SETTINGS_STREAMS_OPENED :
678+ instructions = AnalyticsTrackerMixpanelInstructionsForStat .
679+ mixpanelInstructionsForEventName ("Notification Settings - Accessed Stream" );
680+ break ;
681+ case NOTIFICATION_SETTINGS_DETAILS_OPENED :
682+ instructions = AnalyticsTrackerMixpanelInstructionsForStat .
683+ mixpanelInstructionsForEventName ("Notification Settings - Accessed Details" );
684+ break ;
685+ case NOTIFICATION_SETTINGS_UPDATED :
686+ instructions = AnalyticsTrackerMixpanelInstructionsForStat .
687+ mixpanelInstructionsForEventName ("Notification Settings - Updated" );
688+ break ;
657689 default :
658690 instructions = null ;
659691 break ;
0 commit comments