How to know the number of people who used my app

Hello, guys. I am making an App based on the SIR model. And my sir has asked to post the link in the school website. So, how can I know how many people are gonna use my app?.. Thank You

You could add Google Analytics to your site pretty easily. But you would need a paid account for custom HTML it seems (unless you have an education account). See here:

Alternatively, you could just look at the logs.

Or for bonus points, and write a server function that adds a number in a data table. Very Web 1.0, but I bet your instructor would get a kick out of it.

4 Likes

Ok. I will try using datatables to add 1 to a value,every time the submit button is clicked.
P.S I don’t have an Instructor… So i guess i will figure it out

It will not be hard if you complete this short tutorial: https://anvil.works/learn/tutorials/feedback-form

Please feel free to ask any question if you have issues

2 Likes

Okay. I will check it out…Thank You

Hello Robert and Tony, thank you! I got it working. Every time the submit button is clicked, a value in the data-table adds by 1 representing the number of people who used the app. Thank You!!

3 Likes