File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
WooCommerce/Classes/Analytics Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11import 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///
67public enum WooAnalyticsStat : String {
78
You can’t perform that action at this time.
0 commit comments