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

Google Analytics HTTP 404 error?

Asked by
Uroxus 350 Moderation Voter
7 years ago
Edited 7 years ago

I've been playing with Google Analytics and followed the wiki tutorial on it aswell as the code change from twitter but I still seem to be getting what I assume is an error as it's in red..

The game has FilteringEnabled on (though have the same error when it's off) and I have enabled the HttpService in Explorer.


The error:

19:55:36.002 - HTTP 404 (HTTP/1.1 404 https://assetgame.roblox.com/Asset/default.ashx?id=914145641&serverplaceid=0&clientinsert=0)

19:55:36.002 - Stack Begin

19:55:36.002 - Script 'Workspace.Google.GoogleAnalytics', Line 1

19:55:36.003 - Stack End


The Workspace.Google.GoogleAnalytics script:

local GA = require(game:GetService("InsertService"):LoadAsset(#14#45#4#).MainModule)
GA.Init("UA-########-#") 

A few numbers of the ID have been changed just in case ;)


Nothing happens on the Google Analytics dashboard. Any help would be appreciated =]

0
It would be best to take a copy of the module, https://www.roblox.com/library/153590792/Google-Analytics-Model User#5423 17 — 7y
0
@Kingdom5 I have the module in workspace and have followed the instructions in the description of the model. Uroxus 350 — 7y

Answer this question