Getting data from the API delivers different data than from the UI #2101
Labels
Bug
For errors / faults / flaws / inconsistencies etc.
worksforme
The issue cannot be reproduced and things work as intended.
Milestone
I searched the demo Piwik UI for visits today (2011 Feb 21):
http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=1&period=day&date=2011-02-21#module=VisitTime&action=index&idSite=1&period=day&date=2011-02-21
This is the same query using the JSON API:
http://demo.piwik.org/index.php?module=API&method=VisitTime.getVisitInformationPerServerTime&idSite=1&period=day&date=2011-02-21&format=JSON&token_auth=anonymous
Look at the graph (by server time). The data is different for almost all of the hours that are reported. For example, hour 12:
UI: 323 visits
API: 304 visits
These should be exact.
The text was updated successfully, but these errors were encountered: