-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Scheduled report list of improvements #3088
Comments
Replying to matt: |
@nouman.qureshi, thanks for the report. Does it also fail if you disable all graphs from the report? There are 2 issues here:
I suggest for example:
|
Hi Matt Thanks for the suggestion. Can you please provide a particular example of how can i do this? i.e:-
Any help in this matter will be highly appreciated. Best Regards |
In [ticket:291#comment:47] it is suggested that we could implement a new very useful feature: 'Compare values to last [day/week/month/year]' For a CEO receiving the weekly Piwik report by email, it would be extremely useful to be able to have a clear view of the evolution of the metrics compared to the last week.
There could be a new checkbox in the report Edit "Compare reports to the previous $period". This would be a great improvement to the report analysis & data driven reporting! |
adding reference to #3323 |
refs #3336 |
(In [6849]) refs #3323 #3088 #2708 #71 #2318
|
Adding #2135 related note as a new "high impact" feature! |
Added #3493 in the list |
Added #2764 in the list |
Hi guys, little feature request regarding scheduled reports: the possibility to limit i.e. referring websites, keyword etc. to display only 10 or 25 items...like it is possible to do this in the dashboard overview. thanks! |
Scheduled reports are feature that is widely used by Piwik users (people are lazy so in many cases they don't log into Piwik, but only read e-mail reports). I think that is the reason why we should increase priority of this ticket. List of things to improve:
|
You see, logo is rendered as a linked img but doing this it gets caught by MCA not loading external images (outlook, gmail web). |
@quba Moved the ticket to |
Here's another suggestion: Users who use mainly custom date ranges in Piwik are used to seeing the sums for the whole period in tables and the days within the period in graphs. The scheduled reports on the other hand behave like days/weeks/months/years in Piwik: The tables show the selected period and graphs show the past periods, e.g. for a week you see the week in the table and the last few weeks in graphs. I suggest adding a selection like this: For a weekly report,
@mattab @julienmoumne What do you think? |
I've looked into the suggestion above and it's not a good idea to change the parameters of ScheduledReports.generateReport. This would impact the regular data tables as well, e.g. there would be no unique visitors. |
Maybe a good solution would be to add a new parameter to the metadata API to let user change the period being plotted on the graph. There are already several parameters to |
Matt, what you say also was my first idea. But the problem is that the ImageGraph plugin adds an imageGraphEvolutionUrl to the metadata of all reports (see https://github.com/piwik/piwik/blob/master/plugins/ImageGraph/ImageGraph.php#L163). At this point, it is not known how the image graph is going to be used. The ScheduledReports plugin uses this URL to render the report and does not look at or know about the parameters. |
Hi @BeezyT
OK as there is already setting In general, and this is what this issue really shows us, we need to refactor the Scheduled reports PHP code and front-end with AngularJS, to make this kind of features available via the UI rather than have to use a new config setting. because the Scheduled Reports feature is the most common way that users will access their data outside of Piwik, it is an essential part of the platform that we can give more love. cc @julienmoumne |
Hi guys, closing this issue, feel free to comment in any existing Scheduled Reports issues, or create new ones! |
This ticket is a placeholder to improve the current feature of Scheduled email reports (PDF and HTML).
See the following tickets for new feature requests:
High impact features:
Other cool features:
Please comment if you have other ideas to improve Scheduled reports.
The text was updated successfully, but these errors were encountered: