THNDR SDK
  • Introduction
  • Integration
    • Configure SDK
    • Authenticate Users
    • Debit & Credit Users
    • Go Live
  • Customisation
    • Styling
  • Analytics events
    • Events
  • Github
    • THNDR SDK
  • Demos
    • Blackjack
    • Blocks
    • Solitaire
Powered by GitBook
On this page
  • Tab changes
  • Leaderboards viewed
  • Finishing a match
  • Viewing a match result
  • Viewing their own or an opponent's stats
  1. Analytics events

Events

When implementing the analyticsEvent callback as described in Configure SDK, 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

Leaderboards viewed

  • MostWinsDailyLeaderboardViewed

  • MostWinsWeeklyLeaderboardViewed

  • MostWinsMonthlyLeaderboardViewed

  • MostWinsAllTimeLeaderboardViewed

  • TopEarnersDailyLeaderboardViewed

  • TopEarnersWeeklyLeaderboardViewed

  • TopEarnersMonthlyLeaderboardViewed

  • TopEarnersAllTimeLeaderboardViewed

Finishing a match

  • MatchFinished

  • PracticeMatchFinished

Viewing a match result

  • ResultDrawerWinViewed

  • ResultDrawerLossViewed

  • ResultDrawerDrawViewed

  • ResultDrawerCancelledViewed

  • ResultDrawerInProgressViewed

Viewing their own or an opponent's stats

  • StatsDrawerViewed

PreviousStyling

Last updated 19 days ago