Skip to content

Commit 1691713

Browse files
committed
Added new analytics properties for push authentication tracking.
1 parent 841f0c5 commit 1691713

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ public enum Stat {
8989
PUSH_NOTIFICATION_RECEIVED,
9090
SUPPORT_OPENED_HELPSHIFT_SCREEN,
9191
LOGIN_FAILED,
92-
LOGIN_FAILED_TO_GUESS_XMLRPC
92+
LOGIN_FAILED_TO_GUESS_XMLRPC,
93+
PUSH_AUTHENTICATION_APPROVED,
94+
PUSH_AUTHENTICATION_EXPIRED,
95+
PUSH_AUTHENTICATION_FAILED,
96+
PUSH_AUTHENTICATION_IGNORED
9397
}
9498

9599
public interface Tracker {

0 commit comments

Comments
 (0)