From c6f321862bf0bb7006462b9c7b4b7e833a1d868c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 24 Aug 2023 16:07:16 -0700 Subject: Add analytics event for when the app is opened from a notification (#1270) * Add analytics event for when the app is opened from a notification * Tweak notification ID --- src/lib/analytics/types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/analytics') diff --git a/src/lib/analytics/types.ts b/src/lib/analytics/types.ts index 2be37856e..f876c6d53 100644 --- a/src/lib/analytics/types.ts +++ b/src/lib/analytics/types.ts @@ -86,6 +86,8 @@ interface TrackPropertiesMap { 'MobileShell:SearchButtonPressed': {} 'MobileShell:NotificationsButtonPressed': {} 'MobileShell:FeedsButtonPressed': {} + // NOTIFICATIONS events + 'Notificatons:OpenApp': {} // LISTS events 'Lists:onRefresh': {} 'Lists:onEndReached': {} -- cgit 1.4.1