gamecreator Posted January 5, 2017 Share Posted January 5, 2017 SendProgressEvent(const std::string& status, const std::string& levelname, const int score, const int attempt_num) Does anyone know how to access the third and fourth arguments of this function? When I create a widget (with Progression) I can select the status and levelname I sent but all it gives me is the number of times the function was called. How are the last two variables seen? Also, is there a list somewhere of all the raw data submitted? Edit: I found my answer for the raw data. You can go to your game, Settings, and Export Data at the top. It exported 5 JSON files for me. Edit2: Wow, the raw data gives you a lot of extra info: user_id, session_id, session_num, country_code, ip, etc. This makes me wanna write a gameanalytics data manager. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.