Ticket #1259 (closed Bug: fixed)

Opened 23 months ago

Last modified 21 months ago

sum_time_spent is not always set in API responses for some rows

Reported by: matt Owned by:
Priority: major Milestone: Piwik 0.6.2
Component: Core Keywords:
Cc: Sensitive: no

Description

See report in  http://forum.piwik.org/index.php?showtopic=7091

I think it is because for pages without a follow up page view, we don't know how long they spent time on, and we set 0 by default.

We should probably set the sum_time_spent for 10s for each page view for these pages (and have this as a setting in the config file)

Change History

Changed 21 months ago by matt

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

(In [2179]) Fixes #1259 Always setting sum_time_spent for pages in the API results. Also now setting time on site / time on page at 0 second (industry standard).

Note: See TracTickets for help on using tickets.