Ticket #1297 (closed New feature: fixed)

Opened 22 months ago

Last modified 19 months ago

Improve the Visitors > Overview report

Reported by: matt Owned by:
Priority: major Milestone: Piwik 0.9.9 - Stable release
Component: UI (templates, javascript) Keywords:
Cc: Sensitive: no

Description (last modified by matt) (diff)

  • 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

Change History

Changed 22 months ago by matt

  • description modified (diff)

Changed 20 months ago by matt

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

Changed 19 months ago by matt

  • status changed from new to closed
  • resolution set to fixed

(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
Note: See TracTickets for help on using tickets.