# 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`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thndr.io/integration/launch-game/custom/analytics-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
