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
This commit is contained in:
Paul Frazee 2023-08-24 16:07:16 -07:00 committed by GitHub
parent a115c17a09
commit c6f321862b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -86,6 +86,8 @@ interface TrackPropertiesMap {
'MobileShell:SearchButtonPressed': {}
'MobileShell:NotificationsButtonPressed': {}
'MobileShell:FeedsButtonPressed': {}
// NOTIFICATIONS events
'Notificatons:OpenApp': {}
// LISTS events
'Lists:onRefresh': {}
'Lists:onEndReached': {}