> For the complete documentation index, see [llms.txt](https://docs.thndr.io/integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thndr.io/integration/launch-game/custom/analytics-events.md).

# Analytics Events

When implementing the `analyticsEvent` callback as described in [Configure SDK](/integration/launch-game/custom/configure-sdk.md), you will receive a stream of analytics events triggered by user actions. These events can be forwarded to your own analytics reporting system or used to trigger user re-engagement tools within your platform.

For example, you can hook into the event triggered when a user completes their first practice match to send a follow-up email if they do not play a paid game within a certain timeframe.

### Tab changes

* `GameTabViewed`
* `ResultsTabViewed`
* `LeaderboardTabViewed`
* `RulesTabViewed`
* `MyResultsViewed`
* `WorldwideResultsViewed`&#x20;

### Leaderboards viewed

* `MostWinsDailyLeaderboardViewed`
* `MostWinsWeeklyLeaderboardViewed`
* `MostWinsMonthlyLeaderboardViewed`
* `MostWinsAllTimeLeaderboardViewed`
* `TopEarnersDailyLeaderboardViewed`
* `TopEarnersWeeklyLeaderboardViewed`
* `TopEarnersMonthlyLeaderboardViewed`
* `TopEarnersAllTimeLeaderboardViewed`&#x20;

### Starting a match

* `MatchStarted`
* `PracticeMatchStarted`

### Finishing a match

* `MatchFinished`
* `PracticeMatchFinished`&#x20;

### Viewing a match result

* `ResultDrawerWinViewed`
* `ResultDrawerLossViewed`
* `ResultDrawerDrawViewed`
* `ResultDrawerCancelledViewed`
* `ResultDrawerInProgressViewed`&#x20;

### Viewing their own or an opponent's stats

* `StatsDrawerViewed`

### Balance changes

* `BalanceUpdated`
