I am trying to implement GameAnalytics in my game, however I am running into a lot of problems.
GameAnalytics has made it’s own SDK for roblox, but it’s causing a lot of lag in my game, and it’s also too broad for what I need. That’s why I am trying to script my own “system” for it, but I don’t really know how I should do that.
How does GameAnalytics work? I’ve looked into the scripts of the SDK, and it’s so complicated with all kinds of encoding and stuff. But I didn’t really see it using HTTP-service. Does GameAnalytics work with webhooks that I can send data to? And how do I that (to what URL, …)
This is maybe kind of a vague question, but that’s because I don’t know a lot about GameAnalytics and HTTP-service yet, and I don’t find a lot of tutorials/recourses about it.
So if you just have any relevant information/tips about GameAnalytics, or have links to a tutorial/thread, then please leave them behind. Thanks!