Thats not what it says, it says they may. I’m inclined to believe their statement on it, and I think this was just added so they have the ability to change business model.
REGARDLESS, the costs of having your anonymised data sent off to someone is very low, and is far outweighed by the benefits of proper analytics. They’re GDPR compliant, so they definitely won’t be sending off specific user data
For the record, large customer data platforms, cloud analytics platforms, and mobile application telemetry apis all have privacy policies like that @TheAviator01. It wouldn’t surprise me that GameAnalytics has something similar. This is just a legal disclaimer for the fact that they may utilize third-party customer data processing apis which likely could be used to track or inform advertisers or vendors.
For comparison’s sake, any Android or iOS mobile application can choose to track IDFA/IDFV data about consumers that persists across app sessions and can be used (legally or illegally) to inform 3rd parties. You’d be surprised what GDPR, HIPAA, and other data privacy compliant platforms could do with your information. I’d not be any more concerned about GameAnalytics than I would be about Clash of Clans or Roblox itself.
I have one question. What would I do if I have a sink/source that involves two currencies at the same time? My game has two currencies and some transactions take both at the same time.
I was attempting to Initiate the module from Replicated Storage which doesn’t run scripts therefore the module wasn’t running. I fixed this issue by moving my main init script to ServerScriptService
Whenever I’ve used their Roblox SDK it’s worked fine. Are you only testing in Studio? When in Studio requests are sent to the sandbox API, not the production API.
It’s not recommended to use it. It has many critical errors that can disable other functions in other scripts(For example some MarketplaceService stuff)
Wow thank you so much for making this! I have only one question, how does writing a random string name find a game pass or dev product when recording transactions? Like I could say I have a gamepass that gives free food, and the price is 5000000 robux, so I write, (player, 5000000, but then how would I actually call the gamepass, because writing “Free:Food:Gamepass” isn’t going to do anything as far as I know?)
You don’t call the gamepass, just write the name of it. For better organisation on the GA website, type “Gamepass:Food”, but the data GA receives isn’t directly tied to Roblox, its just recording what you tell it.