Skip to content

Commit c06c59b

Browse files
committed
Updated Tracks UserProperties keys
1 parent 9a55f04 commit c06c59b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

WooCommerce/Classes/Analytics/TracksProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private extension TracksProvider {
8080
static let platformKey = "platform"
8181
static let voiceOverKey = "accessibility_voice_over_enabled"
8282
static let rtlKey = "is_rtl_language"
83-
static let blogIDKey = "user_info_blog_id"
84-
static let wpcomStoreKey = "user_info_is_wpcom_store"
83+
static let blogIDKey = "blog_id"
84+
static let wpcomStoreKey = "is_wpcom_store"
8585
}
8686
}

WooCommerce/Classes/Analytics/WooAnalyticsStat.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import WordPressShared
22

33

4-
/// This enum contains all of the events we track in the app.
4+
/// This enum contains all of the events we track in the app. Please reference the "Woo Mobile Events Draft i2"
5+
/// spreadsheet for more details.
56
///
67
public enum WooAnalyticsStat: String {
78

0 commit comments

Comments
 (0)