How to Track User Actions in Bubble.io

Hi everyone, I’m looking for a way to track user actions on my Bubble app to better understand how my users are interacting with different features. My goal is to identify whether certain features are being underused so I can decide whether to improve them or remove them altogether. I’d love to hear any recommendations for tools, plugins, or methods to implement this kind of tracking efficiently. Any insights or examples would be greatly appreciated!

:wave:Hey!

I’d recommend looking into HotJar or other similar tools. There is a HotJar plugin available here:

I’ve not used this plugin, I just searched HotJar on the plugins page.

Alternatively, you could also just build a backend and create logs of user actions, and potentially use a data visualization tool with an export of that table every so often. Wouldn’t really recommend this route, this would be expensive on your WUs to create a thing every time an action is performed.

Looks good, I’ll try it!
Thank you!