django-tracking2 icon indicating copy to clipboard operation
django-tracking2 copied to clipboard

Stats by pageview?

Open mjschultz opened this issue 12 years ago • 3 comments
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.

mjschultz avatar Sep 26 '13 17:09 mjschultz

Yes certainly, that is a good idea. I would like complete #19 first to make things a bit easier to integrate.

bruth avatar Sep 30 '13 14:09 bruth

See #27

bruth avatar Nov 10 '13 14:11 bruth

Hi, Thank you for the work you have provided on this, Are there any plans to implement this functionality ? Regards

davnustratbac avatar Jun 04 '16 00:06 davnustratbac