bruth / django-tracking2

django-tracking2 tracks the length of time visitors and registered users spend on your site. Although this will work for websites, this is more applicable to web _applications_ with registered users. This does not replace (nor intend) to replace client-side analytics which is great for understanding aggregate flow of page views.
BSD 2-Clause "Simplified" License
205 stars 67 forks source link

Stats by pageview? #17

Open mjschultz opened 11 years ago

mjschultz commented 11 years ago

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.

bruth commented 11 years ago

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

bruth commented 11 years ago

See #27

davnustratbac commented 8 years ago

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