Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I implement specific events into google analytics?

Asked by
ZeroBits 142
10 years ago

How would I Include events to be tracked using Google analytics, I really can't figure this on out, I can't even begin to think about the proper way to do this, any help Would be appreciated.

1 answer

Log in to vote
0
Answered by 9 years ago
--for when a player joins, this can be exchanged for any event

game.Players.ChildAdded:connect(function(p)
url = --google analytics form url
game:GetService("HttpService"):GetAsync(url)
end)

I simply got this from the ROBLOX wiki.

Ad

Answer this question