mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-26 17:17:24 -04:00
app version in analytics
This commit is contained in:
parent
cd7168527f
commit
6b383dad34
3 changed files with 17 additions and 8 deletions
|
@ -2,12 +2,14 @@ extends Node
|
|||
#class_name AnalyticsEvents
|
||||
|
||||
var user_id := "none"
|
||||
var app_version := "none"
|
||||
|
||||
|
||||
func base(event_name: String) -> Dictionary:
|
||||
var event = {}
|
||||
event.event_name = event_name
|
||||
event.user_id = user_id
|
||||
event.app_version = app_version
|
||||
return event
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue