Tracking how many times a user opens the game

I was just wondering… Can i track how many times my game was opened by user?
For example: i want to create some kind of in-game achievement that unlocks the first time you open the game (it also can be useful for a tutorial when you play the game for the first time and need some help hehe). Then it stays with you forever lol. Or, maybe, i want to create game statistics to show how many times the game was opened/started and other stuff.
Well, i know that there’s a storage for saving permanent data, but I’m not sure for some reason??

Yes it can easily be done with the Storage read and write action.
It’s like a global variable, but it survives a game restart.

Oh, thanku for a quick answer :smile: