Open davidaigle opened 5 years ago
While this isn't exactly what you want, a part of this is already possible. As you may know there is a Reporting API to access all data in Matomo. And it can also be used to access the transition data.
So this transition:
Can be accessed via https://demo.matomo.org/index.php?date=yesterday&actionType=url&actionName=http%3A%2F%2Fwww.virtual-drums.com%2F&expanded=1&format=JSON&module=API&method=Transitions.getTransitionsForAction&filter_limit=-1&idSite=3&period=day
And will give you the following data:
As this data isn't two-dimensional it can only be exported as json or xml. But it includes all the data shown in the transition.
Thanks for the suggestion. Renamed this issue to reduce the scope to "PDF or Image" as excel/csv/etc is covered in https://github.com/matomo-org/matomo/issues/6032
We received another request today to allow the transitions reports to be exported as a PDF or image
@davidaigle well, probably not exactly what you are looking for but here is a workaround to get it as an Excel document: https://youtu.be/0ddxNxWO0aQ
This is just a suggestion for the Open Transition view/report in Piwik. It would be awesome if that page view/report could be exported as either a PDF or Excel file of another format. Currently we can only open it, navigate through it and close it, we end up taking a screen capture of it when we present it to management or other web managers. But if it could be exported, somehow, potentially an option that would appear at the bottom of the Open Transition window, that would be fantastic!