Follow up question for bulk user entity data access
-
Follow-up question (reference) - Is there a way to access user entity data in bulk, for all users, via the API browser? Or any other way? I tried but could not find anything.
The previous replies and everything I could find suggests the answer is no, and that the only option for this, while staying with braincloud, is custom entities. Before I go that route, wanted to confirm I'm not missing anything. My use case is very simple player statistics, all simple variables stored as text, and I want to be able to do analytics on that data.
-
You can achieve it by writing a cloud code script that retrieves the data of each individual user's user entities and stores it in a custom entity collection. After that, call the method
RunBatchUserScript()
to execute this process for every user within the app. Then, the resulting collection can be downloaded for analytical purposes.