Godot Version
4.3
Question
`Ask your question here! Try to give as many
Hi all,
I will need some way of gathering data different events in the game to help me take better design decisions regarding my game in the future.
I have used things like GTM for websites in the past but implementing it in a game is new for me.
From what I have read on forums people will usually just anonimize their data and send it to a web server with a db.
This doesn’t seem to be to hard on the surface. Just ask user if he agrees to send data. And send a json with array of events. I probably could make this work and query what I need with SQL
But it’s another thing to maintain, and probably would be better to have something off the shelf that is secure and rock solid.
What do you use? And recommendations or experiences good/bad with popular solutions?