Skip to content

Commit

Permalink
Merge pull request #204 from jaclync/feature/wpios11467_domain_credit
Browse files Browse the repository at this point in the history
Add new analytics events for domain credit feature
  • Loading branch information
danielebogo authored May 10, 2019
2 parents b9b2899 + 02cd3f9 commit 6b0a674
Show file tree
Hide file tree
Showing 2 changed files with 4 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.7.5"
s.version = "1.8.0-beta.1"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatDefaultAccountChanged,
WPAnalyticsStatDeepLinked,
WPAnalyticsStatDeepLinkFailed,
WPAnalyticsStatDomainCreditPromptShown,
WPAnalyticsStatDomainCreditRedemptionSuccess,
WPAnalyticsStatDomainCreditRedemptionTapped,
WPAnalyticsStatEditorAddedPhotoViaLocalLibrary,
WPAnalyticsStatEditorAddedVideoViaLocalLibrary,
WPAnalyticsStatEditorAddedPhotoViaWPMediaLibrary,
Expand Down

0 comments on commit 6b0a674

Please sign in to comment.