Skip to content

Commit

Permalink
Merge pull request #154 from wordpress-mobile/issue/10208-redux
Browse files Browse the repository at this point in the history
Added event to track site creation success viewed
  • Loading branch information
stevebaranski authored Oct 4, 2018
2 parents 7cc83cd + 7ccf8b4 commit 3477357
Show file tree
Hide file tree
Showing 2 changed files with 2 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.1.1-beta.3"
s.version = "1.1.1-beta.4"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
1 change: 1 addition & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatCreateSiteDomainViewed,
WPAnalyticsStatCreateSiteThemeViewed,
WPAnalyticsStatCreateSiteRequestInitiated,
WPAnalyticsStatCreateSiteSuccessViewed,
WPAnalyticsStatCreateSiteCreationFailed,
WPAnalyticsStatCreateSiteSetTaglineFailed,
WPAnalyticsStatCreateSiteSetThemeFailed,
Expand Down

0 comments on commit 3477357

Please sign in to comment.