New Report goal conversions per landing page. for example, for the goal 'Ecommerce checkout', how did each landing page convert new visits to buying on the website? What is the conversion rate of the homepage, VS a product VS a category page? What are the best converting pages?
Please consider fast tracking this feature. Knowing which landing pages are resulting in conversions is one of the most valuable features of web analytics tools.
Here's a link to a forum post I made on this topic. http://forum.piwik.org/read.php?2,111356
Please consider allowing us to get this data at the API level. I think the simplest implementation would be to add <entry-nb_goals>X</entry_nb_goals> to Actions.getEntryPageUrls, where the value X is the number of goals in visitor sessions that had that URL as an entry page. A slightly more complicated and useful implementation would be to a return the name and number of goals.
Example:
All Goals - 7
Goal A - 3
Goal B - 4
In my view, this is currently one of the biggest gaps in Piwik's analytic capabilities.
Yes I agree with you, maybe we get a chance to work on it, or someone will contribute the new feature!
Moving into the 2.x backlog!
No update yet, but we know how important this feature will be. Got also another feedback today:
Landing page report
A very basic optimization strategy is to analyze landing pages in terms of bounce rate and conversion rate. By default, Piwik does not offer such a report. Now that custom reports are available, we can easily replicate this. However, I think most users will miss out on this and I believe that a pre-cooked report with session conversion rate for landing pages is very important.
See also #14974 Add Goals visualisation for Pages reports in behaviour category
which is similar and even more advanced
Update: we'll need to discuss this one and spec it out a bit better maybe