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

Improve the Visitors > Overview report #1297

Closed
mattab opened this issue Apr 8, 2010 · 2 comments
Closed

Improve the Visitors > Overview report #1297

mattab opened this issue Apr 8, 2010 · 2 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Apr 8, 2010

  • Add "Actions per visit" (Average value) sparkline and graph
  • Change "Total time spent by the visitors" into "Average visit length"
  • Graphs showing time should display it in "minutes" instead of seconds

These modifications should also apply to other similar pages:

  • Referers > Evolution
  • Visitors > Frequency & Loyalty
@mattab
Copy link
Member Author

mattab commented Jun 21, 2010

It could also process and report 'Unique page views' which are a better metric than Page views. This can be obtained by summing the nb_uniq_visitors for each page. For non day periods, we can use sum_daily_nb_uniq_visitors.

There would therefore be a new stats and sparkline below the graph.

see http://visualrevenue.com/blog/2010/06/choose-daily-unique-article-views-over-page-views.html

@mattab
Copy link
Member Author

mattab commented Jul 13, 2010

(In [2494]) Fixes #1297

  • now reporting Actions per visit
  • reporting Average Visit duration instead of total visit duration
  • removed api getMaxActionsReturning() as it doesn't sound like a useful metric
  • udpated tests to test the new metrics

@mattab mattab added this to the Piwik 0.9.9 - Stable release milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

1 participant