[Docs] Initial list of events you can track from Talk (#2262)

* Initial list of events you can track from Talk

* Remove duplicates

* Remove more duplicates
This commit is contained in:
Kim Gardner
2019-04-08 19:01:42 +02:00
committed by Kiwi
parent 2ec66007d9
commit cd4ae47958
@@ -42,3 +42,25 @@ Next, we want to add our code that sends the events to our analytics system. In
},
```
You can continue this process for any specific events you'd like to track. You can also remove the `console.log` to stop events being emitted to the browser and instead only send the events to your analytics tool.
## Metrics List
Note: This is not an exhaustive list, but should get you started.
```
mutation.CreateRespectAction.success
mutation.CreateLikeAction.success
mutation.PostComment.success
mutation.PostFlag.success
mutation.EditComment.success
action.CORAL_STREAM_SET_ACTIVE_TAB
action.SHOW_SIGNIN_DIALOG
action.FOCUS_SIGNIN_DIALOG
action.TALK_FRAMEWORK_HANDLE_SUCCESSFUL_LOGIN
action.HIDE_SIGNIN_DIALOG
action.TALK_VIEWING_OPTIONS_OPEN_MENU
action.TALK_VIEWING_OPTIONS_CLOSE_MENU
action.CORAL_STREAM_SET_SORT
action.SET_ACTIVE_REPLY_BOX
```