Skip to content

Commit

Permalink
Merge pull request #303 from wordpress-mobile/issue/17503-add-stats-t…
Browse files Browse the repository at this point in the history
…racking

Add tracking items for the Stats Post List view
  • Loading branch information
Emily Laguna authored Nov 24, 2021
2 parents cbb950f + a5912c3 commit 177cb84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WordPressShared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'WordPressShared'
s.version = '1.16.2'
s.version = '1.17.0-beta.1'

s.summary = 'Shared components used in building the WordPress iOS apps and other library components.'
s.description = <<-DESC
Expand Down
2 changes: 2 additions & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatStatsItemTappedSearchTerms,
WPAnalyticsStatStatsItemTappedTagsAndCategories,
WPAnalyticsStatStatsItemTappedVideoTapped,
WPAnalyticsStatStatsItemTappedPostStatsMonthsYears,
WPAnalyticsStatStatsItemTappedPostStatsRecentWeeks,
WPAnalyticsStatStatsOverviewBarChartTapped,
WPAnalyticsStatStatsOverviewTypeTappedComments,
WPAnalyticsStatStatsOverviewTypeTappedLikes,
Expand Down

0 comments on commit 177cb84

Please sign in to comment.