Statistics related to the database

Hello to all,

I have a list of stores in a database and each store has a common page. How would I know how many times people have visited each store?

On mixpanel I have the impression that I can only see how many times users have visited the common page.

Should I use something else than Mixpanel? Or should I manage the account directly in the database?

Thanks

I’d recommend building it inside your collections.

So if you want to track the # of visits a store gets, simply add a Number field to your Store collection and then on the Store screen create an action on page load like this. It adds 1 to the previous number.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.