Hello,
so I’ve been looking into using Matomo, and have set up everything according to instructions including the tracker and all, however I still seem to run into problems here. The issue is, that Matomo on my Webserver apparently tracks all page - views - as should be. However, when I accordingly try to retrieve the last page visits of a user via URL, it doesn’t really do that. It does retrieve some visits, but these visits are already days old and I’ve been doing many more since that.
Retrieved via JSON Document and the URL :
httpsx://myDomain/piwik/index.php?module=API&method=Live.getLastVisitsDetails&idSite=430&period=day&date=today&filter_limit=600&format=json&token_auth=…mytoken…&segment=userId==xwiki:XWiki.eliasadm
- note that this link obviously wont work here
In this JSON document, there are a set piece of 6 results returned for these page visits and related information, and it stays that way, no matter how many visits I do since then. These 6 results are indeed page views from me, but they were made 1-2 days ago … Reloading the URL for the JSON document does not work.
Another weird effect is that in a few of these entries, the information for the key “referrerUrl”, which usually contains the URL of the page the user visited, is null.
What seems to be the issue here ?
Update: It seems the information only gets lost when showing the information in form of a JSON - file . If I choose to display the information in a XML file, the newest page views are correctly displayed…