New features ideas, suggestions, concepts
Add BackLinks Monitoring with PageRank check and recommendations for SEO.
Add position of site analysed for each keyword in Keywords table. It can be done at least for Google. Example: 103bees.com
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.
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.)
It would be great if you could give me the path of the pages the user visited, i have seen the feature in other counters like statcounter, so it would be a nice addition and helpful.
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 ...
I love the feature that lets you know from which search engine and with what key words one got to my site. I'd really appreciate an extra info such as: how well was I ranked for that search on that engine.
One means would be to get the page of the engine's answer.
The best solution (for me, not the developpers ;) ) being to get the actual rank of my site for that request.
Thanks a lot
Hi,
I'd really appreciate it if you guy's could consider incorporating a "heat map" type feature for your stats. An example is here: http://www.labsmedia.com/clickheat/index.html
I have found it very useful when you have more than one link to a another page, & I believe that this will become very important with an increased use of Ajax etc.
Cheers
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>
Similar to some affiliate programs, it would be great to track the completion of a sale through a web form, or specific action on a web site.
Then have the ability to see the referer & keywords etc for each sale completed. This facility would also require the ability to track and identify individual sessions through the system.
I think this would be great information to have for tracking sales or specific actions on a web site, like form completions or downloads. You would also be able to see what keywords or refering web sites are working for your web site.
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
Check if your URL appears in the first 50 results for your chosen keywords (or referent keywords). If the URL is present - output what position it occupies.
Example: often, "two" URLs (eg: http://www.site.com and http://site.com) point to the same site.
Could PMV count this two adresses as one?
edit: I thought about referers, not about site url.
It would be very nice if phpmv could log visitors even if they turned JS off. Unfortunately there are again and again some persons who disabled JS for security reasons.
I think there are other traffic analyzer which also log user with the help of php, so in some way they also eliminated the problems like with bots for example.
So, is that possible or am I just a crazy (and sorry for my bäd Englisch) ? :)
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.