Search code examples
djangourlpageviews

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


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?


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/