Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stat views wishlist #27

Open
10 tasks
bruth opened this issue Nov 10, 2013 · 1 comment
Open
10 tasks

Stat views wishlist #27

bruth opened this issue Nov 10, 2013 · 1 comment

Comments

@bruth
Copy link
Owner

bruth commented Nov 10, 2013

summary/dashboard - /

  • supports start and end dates with GET params
  • stats - visitor count, % returning, avg. time on site, avg. pages/visit
  • registered user list - # visits, avg. time on site, avg. pages/visit
  • pageviews - total, unique

visitor centric - /visitors/:id

  • overview - /
    • stats - # visits, avg. time on site, avg. pages/visit
    • paginated list of visits with click-through to visit detail
  • visit detail - /visits/:id - info about a particular visit
    • stats - start/end time, duration, # pageviews, views/page, avg. time/page, ip, platform/browser
    • paginated list of pageviews with click-through to pageview detail
  • page detail - /pages/:key - info about a particular page (across all visits)
    • stats - total views, avg. duration, avg. views/visit
    • paginated list of all visits for this pa
  • pageview detail - /pageviews/:id - info about a page for a given visit
    • display url, request method (as of v0.1.9)
    • stats - view time, duration (diff from next page view)

page/URL centric - /pages

  • overview - /
    • stats - total page views, total unique pages
    • paginated list of pages with click-through to page detail
  • page detail - /:key (key could be encoded version of URL?)
    • stats - total views, avg. duration, # unique visitors
    • paginated list of pageviews with click-through to /visitors/:id/pages/:key
This was referenced Nov 10, 2013
@bruth
Copy link
Owner Author

bruth commented Nov 10, 2013

I encourage everyone to give feedback on this so we can make this hit all the major use cases.

@eturpin eturpin mentioned this issue Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant