I want to know how to get how many people views your page?

1.5k views Asked by At

For one url, I want to how to detect how many times this url has been viewed? I'm not familiar for what the keyword to use for my ideas.

I'm using django to find a solution,have nothing to django?

3

There are 3 answers

0
Maxime Lorant On BEST ANSWER

You can develop a middleware which will save every visit on your website at each request or use a third-app system like Google Analytics.

  1. Track the number of "page views" or "hits" of an object?
  2. http://www.google.com/analytics/
0
volume one On

Put a hit counter on it, or use Google Analytics

0
rav On

I would suggest using 3rd party services like Google Analytics to track your website's traffic.