Skip to content

Commit

Permalink
Merge pull request #153 from wordpress-mobile/issue/10208-site-creati…
Browse files Browse the repository at this point in the history
…on-tracks

Added Site Creation events to Tracks
  • Loading branch information
stevebaranski authored Oct 2, 2018
2 parents ccc3244 + 621d816 commit 7cc83cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
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.2"
s.version = "1.1.1-beta.3"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
10 changes: 8 additions & 2 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Foundation/Foundation.h>
@import Foundation;

typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatNoStat, // Since we can't have a nil enum we'll use this to act as the nil
Expand Down Expand Up @@ -39,10 +39,16 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatCreateAccountEmailExists,
WPAnalyticsStatCreateAccountUsernameExists,
WPAnalyticsStatCreateAccountFailed,
WPAnalyticsStatCreateSiteValidationFailed,
WPAnalyticsStatCreateSiteProcessBegun,
WPAnalyticsStatCreateSiteCategoryViewed,
WPAnalyticsStatCreateSiteDetailsViewed,
WPAnalyticsStatCreateSiteDomainViewed,
WPAnalyticsStatCreateSiteThemeViewed,
WPAnalyticsStatCreateSiteRequestInitiated,
WPAnalyticsStatCreateSiteCreationFailed,
WPAnalyticsStatCreateSiteSetTaglineFailed,
WPAnalyticsStatCreateSiteSetThemeFailed,
WPAnalyticsStatCreateSiteValidationFailed,
WPAnalyticsStatDefaultAccountChanged,
WPAnalyticsStatDeepLinked,
WPAnalyticsStatDeepLinkFailed,
Expand Down

0 comments on commit 7cc83cd

Please sign in to comment.