After the top 500 elements, Piwik automatically groups pages, keywords, websites, etc. under the label “Others”; How can I force Piwik to not limit the data?
For performance reasons, Piwik will by default keep only archive the first top 500 pages, top 500 keywords, etc. Piwik will then sum all the remaining pages, keywords, etc. under the label “Others”. If you wish to archive all the data, or simply archive more than 500 entries, you can override these values in the configuration file config/config.ini.php. For example, to limit all table to 5000 entries, add the following in config/config.ini.php: [General] ; maximum number of rows for any of the Referers tables (keywords, search engines, campaigns, etc.) datatable_archiving_maximum_rows_referers = 5000 ; maximum number of rows for any of the Referers subtable (search engines by keyword, keyword by campaign, etc.
Related Questions
- After the top 500 elements, Piwik automatically groups pages, keywords, websites, etc. under the label "Others"; How can I force Piwik to not limit the data?
- How can I automatically login my users in Piwik when they go from my CMS to Piwik?
- How do I track several websites, domains and multiple subdomains in Piwik?