Skip to content

Commit 71f9b09

Browse files
committed
Remove Stats Opened Web Version from Analytics
1 parent 213467b commit 71f9b09

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
@@ -50,7 +50,6 @@ public enum Stat {
5050
STATS_PERIOD_YEARS_ACCESSED,
5151
STATS_VIEW_ALL_ACCESSED,
5252
STATS_SINGLE_POST_ACCESSED,
53-
STATS_OPENED_WEB_VERSION,
5453
STATS_TAPPED_BAR_CHART,
5554
STATS_SCROLLED_TO_BOTTOM,
5655
STATS_WIDGET_ADDED,

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -661,12 +661,6 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
661661
instructions.setSuperPropertyAndPeoplePropertyToIncrement("number_of_times_accessed_single_post_screen_stats");
662662
instructions.setCurrentDateForPeopleProperty("last_time_accessed_single_post_screen_stats");
663663
break;
664-
case STATS_OPENED_WEB_VERSION:
665-
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
666-
mixpanelInstructionsForEventName("Stats - Opened Web Version");
667-
instructions.setSuperPropertyAndPeoplePropertyToIncrement("number_of_times_accessed_web_version_of_stats");
668-
instructions.setCurrentDateForPeopleProperty("last_time_accessed_web_version_of_stats");
669-
break;
670664
case STATS_TAPPED_BAR_CHART:
671665
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
672666
mixpanelInstructionsForEventName("Stats - Tapped Bar Chart");

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
288288
case STATS_SINGLE_POST_ACCESSED:
289289
eventName = "stats_single_post_accessed";
290290
break;
291-
case STATS_OPENED_WEB_VERSION:
292-
eventName = "stats_web_version_accessed";
293-
break;
294291
case STATS_TAPPED_BAR_CHART:
295292
eventName = "stats_bar_chart_tapped";
296293
break;

0 commit comments

Comments
 (0)