Any questions regarding the new Retention Analytics?
-
Hi,
Users with LIVE apps on brainCloud's Public BaaS (i.e., https://portalx.braincloudservers.com) should now have access to our Retention Analytics. (You can find the numbers on the App > Reports > Analytics > Retention screen.).
So - any questions on these numbers? What they mean? How they are calculated? We are happy to clarify any questions you may have.
We are also interested in your overall feedback regarding the feature.
We've already had the question of whether we could calculate the numbers on a per app-version basic... (i.e. according to the
gameVersion
passed into the Authenticate call). We're going to look into that. That said - the whole reason we did Retention Analytics was so that we could integrate it with a new LiveOps Events feature we're working on -- so we'll probably tackle those scenarios at the same time.Anyway - your feedback is invaluable. So look up your numbers and hit us up with questions and/or feedback!
Paul.
-
Excellent works! Thanks for this feature.
I see some features that could be interesting (for me at least):
- To choose the startDate and the endDate instead of the latest 30-days from now, (I may need to to extend the retention timeframe, or even simply see the retentions at a given date on the past...)
- A CloudScript API to play with these data externally without having to manually export the data from the portal,
- Some filters (yes, the gameVersion is interesting) but also the countries, or even custom filters based on player data?
- Bonus: a way to see the profileIDs inside a selected cohort?
Thanks
Christophe -
Thanks for the feedback Christophe! We'll take a look into those requests.
-
Oh - and I should note that you can retrieve the latest retention report - as well as the retention report for a specific start date...
https://docs.braincloudservers.com/api/capi/report/sysgetlatestreport
What we don't have right now is an API to list the reports that are generated and waiting for retrieval. We are working on that for a future patch.
Also note that we currently keep daily reports for 10 days - and weekly reports for 37 days.
-
Oh, ok. I will check the sysgetlatestreport function.
thx