Collecting analytics

I have a marketplace page with more than 100 products and I want to track statistics in real time (for example, the number of product views, the number of saves, the number of clicks on the “contact” button). How can I best do this?

You could use the user db. create a table to track all user actions with a current date/time stamp.
or what do you need something special?

best,
jupxi

is it possible to do this through mixpanel?

Sure. What are the technical requirements for integeating this Service Provider?

I think you could do the User Tracking with a snipped of Code from the Service Sand integrate this in your Bubble page(s).

Do you use bubble for Web Development or mobile native?

Maybe you could also do this by backend Workflows via API.