django-tracking2
django-tracking2 copied to clipboard
Stats by pageview?
trafficstars
Would it be possible to have the ability to view pageview counts/stats grouped by url (or partial url), assuming TRACK_PAGEVIEWS = True
For example,
Total Unique URL
1400 800 /
600 300 /about-us/
100 17 /about-us/people/
Maybe with a column or link showing the most recent visitors?
I'm willing to add the code to render the view if it's possible to do without major changes.
Yes certainly, that is a good idea. I would like complete #19 first to make things a bit easier to integrate.
See #27
Hi, Thank you for the work you have provided on this, Are there any plans to implement this functionality ? Regards