Hello,
I just try to get some statistic data from my website. I use the following URL:
http://my.host/piwik/index.php?module=API&idSite=1&method=Actions.getEntryPageUrls&period=day&date=yesterday&format=xml&idSubtable=11&token_auth=something
The problem is, I get a result, but it’s the wrong report. It’s exactly the same result like
http://my.host/piwik/index.php?module=API&idSite=1&method=Actions.getPageUrls&period=day&date=yesterday&format=xml&idSubtable=11&token_auth=something
Also the URL
http://my.host/piwik/index.php?module=API&idSite=1&method=Actions.getExitPageUrls&period=day&date=yesterday&format=xml&idSubtable=11&token_auth=something
delivers the same result.
Can somebody tell me what I am doing wrong? When I look an the statistics with the Webinterface, everythink works fine and the results are correct.
You can also check it at the Piwik demo site:
http://demo.piwik.org/?module=API&method=Actions.getEntryPageUrls&idSite=7&period=day&date=today&format=xml&token_auth=anonymous
http://demo.piwik.org/?module=API&method=Actions.getExitPageUrls&idSite=7&period=day&date=today&format=xml&token_auth=anonymous
http://demo.piwik.org/?module=API&method=Actions.getPageUrls&idSite=7&period=day&date=today&format=xml&token_auth=anonymous
Everything is the same…
Thanks, Harald