Skip to content

Commit

Permalink
Removed READER_FRESHLY_PRESSED_LOADED
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury authored and maxme committed Dec 11, 2015
1 parent 12e5bb5 commit 54088ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
Expand Up @@ -31,7 +31,6 @@ public enum Stat {
READER_BLOG_PREVIEWED,
READER_BLOG_UNFOLLOWED,
READER_DISCOVER_VIEWED,
READER_FRESHLY_PRESSED_LOADED,
READER_INFINITE_SCROLL,
READER_LIST_FOLLOWED,
READER_LIST_LOADED,
Expand Down
Expand Up @@ -338,12 +338,6 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
"number_of_times_discover_content_viewed");
instructions.setCurrentDateForPeopleProperty("last_time_discover_content_viewed");
break;
case READER_FRESHLY_PRESSED_LOADED:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Reader - Loaded Freshly Pressed");
instructions.setSuperPropertyAndPeoplePropertyToIncrement("number_of_times_loaded_freshly_pressed");
instructions.setCurrentDateForPeopleProperty("last_time_loaded_freshly_pressed");
break;
case READER_INFINITE_SCROLL:
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
mixpanelInstructionsForEventName("Reader - Infinite Scroll");
Expand Down
Expand Up @@ -87,9 +87,6 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
case READER_DISCOVER_VIEWED:
eventName = "reader_discover_viewed";
break;
case READER_FRESHLY_PRESSED_LOADED:
eventName = "reader_freshly_pressed_loaded";
break;
case READER_INFINITE_SCROLL:
eventName = "reader_infinite_scroll_performed";
break;
Expand Down

0 comments on commit 54088ae

Please sign in to comment.