How to do data analytics from application database?

Is there any recommended way of doing data analytics from the data in a Bubble application database? I’m asking this because as far as I know it is not possible to query the application database directly. I want to be able to calculate things like retention rate, churn, monthly active users, specific usage in my application context, etc. The only way I see to achieve this is to build specific functionality within the app to calculate and display the data I want to check, but I wanted to avoid that.
Thanks in advance for any help!

Hi Gorby,
so there is 3 ways:

a) Go to Bubble then logs for basic page view stats
b) Use google analytics or mixpanel or fullstory plugin
c) as you mention create a new datatype that eg records every click or activity by a user and eg plot this using the bubble plugin called chart element

1 Like

Thanks for your suggestions!

1 Like