Ticket #530 (closed New feature: fixed)
Report actions by html page title as well as reporting by URL (or custom page name)
| Reported by: | matt | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | Piwik 0.5 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description (last modified by matt) (diff)
Currently Piwik reports on pages URL structures, or if user specifies a custom action name in the javascript, Piwik reports on this custom name. Piwik has always access to the html page title and could build the report of the best page by title.
Therefore there would be a new API function to get the top pages by title, as well as the current method getActions to get the top actions by URL.
The title could be customized on the JS side by calling piwik.setDocumentTitle().
We would not report on best landing page, or top exit pages by title. We would not report on time per page title. These extra analysis would only be done on the URLs to minimize overhead during archiving.
