This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- google analytics api -- | |
local GA = {} | |
-- google analytic stracking id. Example : UA-000000000-0 - info on getting it: https://support.google.com/analytics/thread/5348459 | |
local id = "UA-000000000-0" | |
-- wether it will print to the console the reported event without sending them to google analytics | |
local debugMode = false | |
local googleUserTrackingId = game:GetService("HttpService"):GenerateGUID() | |
local lastTimeGeneratedGoogleUserId = os.time() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"keys": [ | |
"1234", | |
"abc", | |
"abc123", | |
"123abc" | |
] | |
} |
NewerOlder