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:
parent
a115c17a09
commit
c6f321862b
2 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,8 @@ interface TrackPropertiesMap {
|
|||
'MobileShell:SearchButtonPressed': {}
|
||||
'MobileShell:NotificationsButtonPressed': {}
|
||||
'MobileShell:FeedsButtonPressed': {}
|
||||
// NOTIFICATIONS events
|
||||
'Notificatons:OpenApp': {}
|
||||
// LISTS events
|
||||
'Lists:onRefresh': {}
|
||||
'Lists:onEndReached': {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue