Simple way to count visitors to site?

Hi what is a simple way to count users to a site and also to a specific page? Thank you.

1 Like

You can set up a workflow when page is loaded to insert a log data type thing with parameters like current date/time, user, page name, etc. then run a count of the number of records and store it. This way you can leverage the parameters to get details on how many times they visited a certain page per day, per week, etc.

Should this count ever reset? Because the other thing you need to consider is the potential high amount of records/visits that will eventually get stored over a years time.

I created a new Data type - Vistor data, but not too sure how to make it count the number of visitors, just shows the visitor time and date.

So you wouldn’t have a counter field. You would just do ‘Do a search for’ Visitor Data where user = current user, then count.

Should look like this in the end:

Do a search for Visitor Data:count

I used a simple example of current user = user but you would likely include page name and a date range perhaps as well.

1 Like

Google Analytics

2 Likes

connect google analytics to your app.

This topic was automatically closed after 70 days. New replies are no longer allowed.