Skip to content

Commit 54088ae

Browse files
nbradburymaxme
authored andcommitted
Removed READER_FRESHLY_PRESSED_LOADED
1 parent 12e5bb5 commit 54088ae

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public enum Stat {
3131
READER_BLOG_PREVIEWED,
3232
READER_BLOG_UNFOLLOWED,
3333
READER_DISCOVER_VIEWED,
34-
READER_FRESHLY_PRESSED_LOADED,
3534
READER_INFINITE_SCROLL,
3635
READER_LIST_FOLLOWED,
3736
READER_LIST_LOADED,

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,6 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
338338
"number_of_times_discover_content_viewed");
339339
instructions.setCurrentDateForPeopleProperty("last_time_discover_content_viewed");
340340
break;
341-
case READER_FRESHLY_PRESSED_LOADED:
342-
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
343-
mixpanelInstructionsForEventName("Reader - Loaded Freshly Pressed");
344-
instructions.setSuperPropertyAndPeoplePropertyToIncrement("number_of_times_loaded_freshly_pressed");
345-
instructions.setCurrentDateForPeopleProperty("last_time_loaded_freshly_pressed");
346-
break;
347341
case READER_INFINITE_SCROLL:
348342
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
349343
mixpanelInstructionsForEventName("Reader - Infinite Scroll");

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
8787
case READER_DISCOVER_VIEWED:
8888
eventName = "reader_discover_viewed";
8989
break;
90-
case READER_FRESHLY_PRESSED_LOADED:
91-
eventName = "reader_freshly_pressed_loaded";
92-
break;
9390
case READER_INFINITE_SCROLL:
9491
eventName = "reader_infinite_scroll_performed";
9592
break;

0 commit comments

Comments
 (0)