mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-25 11:18:54 +00:00
Analytics tracking
This commit is contained in:
parent
5ac0662745
commit
0acdf91784
@ -36,9 +36,9 @@ export class Analytics {
|
||||
}
|
||||
|
||||
enum EventName {
|
||||
TOTAL_TIME = "Minutes_total",
|
||||
GOLD_PER_RUN = "Gold_per_run",
|
||||
GAMES_PER_SESSION = "Games_per_session",
|
||||
GAME_TIME = "Game_time_seconds",
|
||||
GAME_EXIT = "Game_exit"
|
||||
TOTAL_TIME = "Minutes_total_v0.1",
|
||||
GOLD_PER_RUN = "Gold_per_run_v0.1",
|
||||
GAMES_PER_SESSION = "Games_per_session_v0.1",
|
||||
GAME_TIME = "Game_time_seconds_v0.1",
|
||||
GAME_EXIT = "Game_exit_v0.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user