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

User visits and Page views #26

Closed yassam closed 9 years ago

yassam commented 11 years ago

I added 2 new views:

bruth commented 11 years ago

Thank you for putting the time into this! I did a live test on one of my sites and noticed the pagination did not work. The links are being correctly rendered on the page, but the visits are not being sliced up correctly.

yassam commented 11 years ago

Thanks for looking at the pull request. I'll have a look at the pagination bug within the next day or two.

yassam commented 11 years ago

I've just had another chance to look at this again and I can't reproduce the pagination problem. Can you give me some more detail about what looks wrong and how I'd go about reproducing this?