-
- Téléchargements
- cleaned up the Tracker/Action code, added tests, as well as cleaning up Actions archiving code
- now displaying all columns that user setColumnsToDisplay even if there are no values set - displaying custom column names for downloads and outlinks tables - enabled sort on download and outlinks - it's now possible to sort a table by a column that is not defined. It will not error but just not do anything. - fixed #393 Remove unique visitors from report for a given category of actions - fixed #158 outlinks without subpages when there are outlinks with the same domain and subpages should be grouped in the same row - fixed #535 Add "export" icons below the "Actions" reports (pages, download, outlinks) - fixed #579 API Actions: full_url and url is 0 - REMOVED feature of naming an outlink or a download with a custom name. All downloads and outlinks are now grouped by the URL host. The data will be consistent across all periods independantly of the data set. Only data processed from this version will be affected. - API CHANGE renamed entry_nb_unique_visitor in entry_nb_uniq_visitors and renamed exit_nb_unique_visitor in exit_nb_uniq_visitors in the Actions.getActions API call - FEATURE outlink won't count clicks on URLs where the hostname is one of the registered hostname for this website (see Settings > Websites) - FEATURE you can use Piwik to count clicks on links and count downloads, without using the automatic Javascript based download/outlinks tracking, but by modifying links to go through piwik.php. For example, http://yourwebsite.org/piwik/piwik.php?idsite=1&link=http://example.org&redirect=1 will count the outlink in piwik and redirect the user to http://example.org For example, http://yourwebsite.org/piwik/piwik.php?idsite=1&download=http://yourwebsite.org/download.pdf&redirect=1 will count the download in piwik and redirect the user to http://yourwebsite.org/download.pdf NOTE: it is recommended to rely on the automatic outlink and download tracking (more information on http://piwik.org/docs/javascript-tracking/). rather than adding a depending on Piwik for your website to function properly. However this feature is useful to some users as it gives a simple and reliable way of counting clicks, that you can then query using the Piwik API. git-svn-id: http://dev.piwik.org/svn/trunk@1018 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent
e45e43ba
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- config/global.ini.php 33 ajouts, 26 suppressionsconfig/global.ini.php
- core/ArchiveProcessing/Day.php 0 ajout, 2 suppressionscore/ArchiveProcessing/Day.php
- core/Common.php 0 ajout, 4 suppressionscore/Common.php
- core/DataTable/Filter/Sort.php 34 ajouts, 29 suppressionscore/DataTable/Filter/Sort.php
- core/DataTable/Row.php 7 ajouts, 1 suppressioncore/DataTable/Row.php
- core/Tracker.php 10 ajouts, 7 suppressionscore/Tracker.php
- core/Tracker/Action.php 111 ajouts, 116 suppressionscore/Tracker/Action.php
- core/Tracker/Generator.php 0 ajout, 10 suppressionscore/Tracker/Generator.php
- core/Tracker/GoalManager.php 2 ajouts, 2 suppressionscore/Tracker/GoalManager.php
- core/Tracker/Visit.php 90 ajouts, 32 suppressionscore/Tracker/Visit.php
- core/ViewDataTable.php 10 ajouts, 0 suppressioncore/ViewDataTable.php
- core/ViewDataTable/HtmlTable.php 6 ajouts, 9 suppressionscore/ViewDataTable/HtmlTable.php
- lang/en.php 4 ajouts, 0 suppressionlang/en.php
- plugins/Actions/API.php 0 ajout, 23 suppressionsplugins/Actions/API.php
- plugins/Actions/Actions.php 34 ajouts, 67 suppressionsplugins/Actions/Actions.php
- plugins/Actions/Controller.php 66 ajouts, 71 suppressionsplugins/Actions/Controller.php
- plugins/CoreHome/templates/datatable.css 1 ajout, 1 suppressionplugins/CoreHome/templates/datatable.css
- plugins/CoreHome/templates/datatable.js 5 ajouts, 1 suppressionplugins/CoreHome/templates/datatable.js
- plugins/CoreHome/templates/datatable.tpl 1 ajout, 2 suppressionsplugins/CoreHome/templates/datatable.tpl
- plugins/CoreHome/templates/datatable_actions.tpl 1 ajout, 2 suppressionsplugins/CoreHome/templates/datatable_actions.tpl
Chargement en cours
Veuillez vous inscrire ou vous se connecter pour commenter