Jump to content

Analytics - SendProgressEvent


gamecreator
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...