Skip to content

Commit

Permalink
Renamed two Reader events that were not updated correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Apr 16, 2015
1 parent df51693 commit 8eef4bf
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -107,10 +107,10 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
eventName = "reader_blog_blocked";
break;
case READER_BLOG_PREVIEW:
eventName = "reader_blog_preview";
eventName = "reader_blog_previewed";
break;
case READER_TAG_PREVIEW:
eventName = "reader_tag_preview";
eventName = "reader_tag_previewed";
break;
case EDITOR_CREATED_POST:
eventName = "editor_post_created";
Expand Down

0 comments on commit 8eef4bf

Please sign in to comment.