Google Analytics Not Working

looked on how to do this but all the tutorials are very old.
I Used the Roblox Script

local config = {

	DoNotReportScriptErrors = false,
		DoNotTrackServerStart = false,
	DoNotTrackVisits = false
}

local GA = require(153590792)
GA.Init("UA-####-#####", config)

But it wasn’t really working does anyone know a solution?

1 Like

Hmm so Did you put the UA-######## as your real UA or just copy paste,if you just copy past then it wont work,Insert your analytic UA in the UA-####-#####