Skip to content

Commit

Permalink
Merge pull request #157 from wordpress-mobile/issue/9447-quick-start-…
Browse files Browse the repository at this point in the history
…events

Add events for Quick Start
  • Loading branch information
nheagy authored Oct 19, 2018
2 parents b8a1d4e + d462565 commit bc6bb80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WordPressShared.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressShared"
s.version = "1.2.0-beta.1"
s.version = "1.2.0-beta.2"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
10 changes: 10 additions & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,16 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatPushNotificationOSAlertShown,
WPAnalyticsStatPushNotificationOSAlertAllowed,
WPAnalyticsStatPushNotificationOSAlertDenied,
WPAnalyticsStatQuickStartAllToursCompleted,
WPAnalyticsStatQuickStartChecklistItemTapped,
WPAnalyticsStatQuickStartChecklistSkippedAll,
WPAnalyticsStatQuickStartChecklistViewed,
WPAnalyticsStatQuickStartCongratulationsViewed,
WPAnalyticsStatQuickStartRequestAlertButtonTapped,
WPAnalyticsStatQuickStartRequestAlertViewed,
WPAnalyticsStatQuickStartSuggestionButtonTapped,
WPAnalyticsStatQuickStartSuggestionViewed,
WPAnalyticsStatQuickStartTourCompleted,
WPAnalyticsStatReaderAccessed,
WPAnalyticsStatReaderArticleCommentedOn,
WPAnalyticsStatReaderArticleCommentLiked,
Expand Down

0 comments on commit bc6bb80

Please sign in to comment.