cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I get the number of site visits per day?

brixter
Making moves

I'm a doomscroller. Is there a way to know how many sites I visited to day?

I'd like it to count each individual visit. So visiting youtube.com 20 times would count as 20 instead of 1.

2 REPLIES 2

RKE2
Making moves

You can track daily site visits using tools like Google Analytics or by implementing server-side logging. If you're coding it yourself, consider storing timestamps of visits in a database and querying them by day. It is a great way to analyze traffic trends!

Isn't Google Analytics to check how many visitors visited a website? It's based on the website.

I want to know how many websites I, as a Firefox user, visited. So it's based on the person. If I visited Facebook, Google and Youtube, then I visited 3 websites today.