GameAnalytics / GA-SDK-ROBLOX

Repository for GameAnalytics Roblox SDK
MIT License
68 stars 45 forks source link

DevEx rates are wrong? #49

Closed Kampfkarren closed 5 years ago

Kampfkarren commented 5 years ago

https://github.com/GameAnalytics/GA-SDK-ROBLOX/blob/5245e36b168adbb08f3f238d16b08afd32d91e3e/GameAnalyticsSDK/GameAnalytics/init.lua#L186

Not sure if I'm missing something, but the rate is .0035, not .35. This would suggest that every 100 Robux spent, I would get $24.50 (I wish).

Also, why is it floored?

Kampfkarren commented 5 years ago

The solution was its stored in cents, variable names were confusing to me.