New features ideas, suggestions, concepts
It would be nice to allow the merge or at least comparison of two or more sites statistics.
We arlready have the homepage that give some quick comparison but it would be interesting to have a merge results to have an overview of all maintained sites. And in an other hand it will be interesting to compare two sites activities and statistics.
Just input (or select) an IP address and see all past (and current) activity for this unique visitor (well, in most cases if it's a fixed IP).
A step further would be to add session information to be sure that information are really one visitor's (use IP, browser id, cookies, etc.)
First , save the html in toolbar detection.html.
Open the toolbar detection.html , it'll give the information about
Google and Alexa toolbar.
Now , I want there has an manager interface , and phpmyvisites
administrator can add new toolbar detection script. Phpmyvisites can
get the toolbar's statistic.
=================toolbar detection.html======================
<html>
<head>
<title>Google toolbar detection</title>
<object id="detection" classid="clsid:00EF2092-6AC5-47c0-BD25-CF2D5D657FEB"></object>
</head>
<body>
Google toolbar : http://toolbar.google.com/<br />
<script language="javascript" type="text/javascript">
function detectionGoogle()
{
if (typeof(detection.Search)!= "undefined") {
return true;
}
else {
return false;
}
}
if (detectionGoogle()) {
document.write("Google toolbar Installed");
}
else {
document.write("Google toolbar Not Installed");
}
</script>
<br />
</body>
</html>
<html>
<head>
<title>Alexa toolbar detection</title>
<script language='javascript' type="text/javascript" src='res://AlxRes.dll/SCRIPT/dsn.class.js'></script>
</head>
<body>
Alexa toolbar : http://toolbar.alexa.com/<br />
<script language="javascript" type="text/javascript">
function detectionAlexa()
{
try
{
aborted();
return true;
}
catch(e)
{
return false;
}
}
if (detectionAlexa()) {
document.write("Alexa toolbar Installed");
}
else {
document.write("Alexa toolbar Not Installed");
}
</script>
<br />
</body>
</html>
Permettre de configurer une campagne, je m'explique :
Lors d'une promotion ou similaire configurer la page de départ, puis les pages intermédiaires et la page finale de validation, et ainsi suivre par les statistiques les personnes qui y vont et suivre leur chemin afin de voir combien de pourcentage remplissent jusqu'a la fin et ainsi débusquer un possible manque d'ergonomie afin d'optimiser par la suite ses pages là et ainsi augmenter ses ventes.
J'espère avoir été le plus clair possible.
Etant Français, j'ai du mal avec l'anglais dsl.. à traduire si possible :)
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
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
In report : "affluent" / keywords
table with "keywords" and "numbers" can be represented as a Tagclouds ... (like in del.icio.us, Flickr, ...)
It also could becomes a tiny reports displayed online, on any webpage ...
After having a look at the code, I think it would be better if all database operations were stored in a class.
The class Db exists, but, outside this class, there are calls to mysql_* functions. This is a problem for porting phpMyVisites to other DBMS.
I may help doing this if you want.
p.s : I could not find any matching category for this post, so I put it here.
Currently the stats are available using the local time zone of the server, instead it would be good if the user could choose the timezone in which he wants to view the data.
Hello.
It would be nice to be able to get towns information about visitors. Staying at country level is too high for me at least.
hi,
it would be nice to implements a "hook system" to allow plugin's developper to put an action before/after some standard action.
An example :
in phpmyvisites.php :
hook_before_new_visit($visitDatas);
... code to record new visit
hook_after_new_visit($visitDatas);
in my_plugin.php
register_hook_for("after_new_visit", "my_plugin_new_visit");
function my_plugin_new_visit($datas){
... what i want to do with the datas
}
So we can implement plugins without changing file phpmyvisites.php
When the feature (visitor details (config info, path, etc.) be implemented, we could have option to show hardware and speed connection of IP users. I think this will be very interesting.
Could have an page to see all Ip's of who browsed the site too, with option to search IP, and see visitor details
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
I think a way to extract a keyword list would be GREAT! Possibly being able to select columns, and export to csv, with such columns as:
Keyword/phrase
Referrer (SE)
# of referrals
Oh, and being able to do this by date range as well.
hi all
I would like to request a feature:
Show all external links of my page, and show statistics of how many times each external link was clicked. (by hour, day, month and year)
If devs plan to add this feature that i really would like, remember that i plan to use this for a mediawiki site.
What do you think about the idea?
Waiting answers.