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

sum_time_spent is not always set in API responses for some rows #1259

Closed
mattab opened this issue Mar 30, 2010 · 1 comment
Closed

sum_time_spent is not always set in API responses for some rows #1259

mattab opened this issue Mar 30, 2010 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies 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 Mar 30, 2010

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)

@mattab
Copy link
Member Author

mattab commented May 13, 2010

(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).

@mattab mattab added this to the Piwik 0.6.2 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
Bug For errors / faults / flaws / inconsistencies 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