main developper
now working on http://piwik.org
It would be interested to have a report of the keywords, grouped by "sound".
For example,
* php my visit
* php my visite
* php my visits
* php my vis
* php my visities
* php visites
All these words would be grouped into a bigger bucket, for example "phpmyvisites".
It would be easy then to see the main 'words' of interest, independently from the spelling or other small changes.
It would interesting to be able to "purge" old data in phpMyVisites, when the database gets to big for example.
You could purge datas such as "referers", "visitor configuration" or "pages view details" but keep the 'numbers' such as visits, no of page views, etc. ; we could keep the numbers simply because the size is very small in database.
Currently this is not really possible to implement this with the current architecture, but we would like to know if this feature is worth the job.
It would be useful to be able to backup the phpmyvisites tables in a .tar.gz file on the server. Then you could download this file and save it on your computer. It would make it easy to upload this database to a new server, or to restore it after a server crash.
It would be interesting to get the last N visitor details, in real time.
You would see for example the last N visitor : Browser, OS, country, resolution, etc.
When you click on this user it would show his path on the website : which pages he visited, in order.
It would be interesting to get statistics on feeds ; if you have a blog for example, you would like to know how many users read your blog using feed readers (like google reader or netvibes).
To do that, the URL of your feed would become something like yoursite.com/phpmv2/feeds/YourSiteName
It would be nice to include a IP to country database in phpMyVisites in order to give precise statistics about the visitors country.
Currently the country is guessed from the hostname of the visitor, and his browser language if the hostname is not useful (.com .net etc.)
I want to see on which state or city in the USA visitors come from. Because USA is so large that we want to see which state is mostly visiting our homepage.
Imported from
http://www.phpmyvisites.net/bugtracker/?do=details&id=254
It would be interesting to be able to get the statistics since the installation of phpMyVisites.
There would be another link next to "Year, Month, ..." to view all the recorded data in a unique report.
Imported from
http://www.phpmyvisites.net/bugtracker/?do=details&id=240
I would like to have the stats for single word usage in queries ->
Example:
Queries
"John Wayne", "Paul Wayne"
become
50% "Wayne", 25% "John", 25% "Paul"
Imported from
http://www.phpmyvisites.net/bugtracker/?do=details&id=242
It would be very interesting to give statistics reports about the frequency and behaviour of spiders (search engine bots such as Googlebot, Yahoo Slurp or msnbot). How many pages do they see? How often? Are they visiting more and more pages?
Imported (and edited) from
http://www.phpmyvisites.net/bugtracker/?do=details&id=60
Each visitor who visits your site during the active date range is categorized according to the number of days that have elapsed since their last visit. New visitors and those who are returning from a previous visit are on the left of the histogram. Visitors who last visited the site one year ago are shown on the far right.
This is the Google Analytics description of this interesting analytics feature.
Imported from
http://www.phpmyvisites.net/bugtracker/?do=details&id=130
Add the possibility to reset all the statistics for a given website in phpMyVisites.
Some thoughts on how to do it (quite simple actually ;-) on
http://www.phpmyvisites.us/forums/index.php/t/3267/
It is at times necessary to exclude users other than the Administrator from the statistics. Two methods seem appropriate:
1. Give each phpmyvisites user the option to exclude himself from the statistics. This can be the same mechanism as is used for the administrator
2. Create a "secret URI" which sets the "pmv_ck_no_stat" cookie. For example
http://xxx.yy/phpmyvisites/set_nostat_cookie.php?site=1&; code=secretCodeWordHere and
http://xxx.yy/phpmyvisites/set_nostat_cookie.php?site=1&; code=secretCodeWordHere&action=deletecookie
The secret word can be set in the Administrator section. The URI can then be sent round by E-Mail to persons which shall be excluded.
Imported from
http://www.phpmyvisites.net/bugtracker/?do=details&id=281
There should be a help button for each table/graph that pop-ups some info for the values (what they mean, how they are defined how to get more details...).
I installed PMV and while I had no problems I had different colleagues that had some problems to understand what the different values represent.
Imported from the features request
http://www.phpmyvisites.net/bugtracker/?do=details&id=235
A useful feature would be the ability to save selected statistics in OpenDocument format. For example as an OpenDocument Spreadsheet (.ODS).
This could be a great addition to the current "export as PDF" feature because with PDF, it's harder to treat data inside the file afterward. So PDF could be used for future printing of the statistics and ODS for further data treatment.
Specs here: http://www.oasis-open.org/specs/index.php#opendocumentv1.1
Feature request imported from
http://www.phpmyvisites.net/bugtracker/?do=details&id=283