How to get application stats

0
Hi team, We would like to get following adoption stats at application and then aggregate to consolidated view at platform level. New to Mendix so looking for community support to get some hints. Pls. advise. Total number of hits Total number of records Trend analysis of records Demographics of records (preferably via Google analytics) Any preferred ETL tool for overall data consolidation at platform level
asked
1 answers
1

If you would use the standard Mendix cloud you would need to download the postgres database and do the analysis on the local downloaded database. That is what we do to analyse trends on records. If you would use an on premise installation you have more freedom to directly do analyses on the database of your choice.

For Google analytics look at the documentation here: https://docs.mendix.com/appstore/widgets/google-analytics

Regards,

Ronald

 

answered