Question

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?

Was it helpful?

Solution

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/

OTHER TIPS

Put a hit counter on it, or use Google Analytics

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top