17 posts tagged “statistics”
Why would Google accept / approve / sponsor Tor for the Google Summer of Code 2008 ?
Tor is an organisation that "helps you defend against traffic analysis, a form of network
surveillance that threatens personal freedom and privacy" ie by attempting to subvert all Web Analytics tools including Google Analytics and apparently Tor also breaks Google Search itself ! Surely Googles primary product ?
here are three webmin modules i hadn't heard of before :
Safari Web Inspector provides great web developer statistics about your web pages !
Google Analytics have released a NEW version of their tracking javascript code (ga.js) so create the following two javascript files:
googanala.js
var gaJsHost = ( ("https:" == document.location.protocol) ? "https://ssl." : "http://www." ) ;
document.write(
unescape(
"%3C" +
"script type='text/javascript' " + "src='" + gaJsHost + "google-analytics.com/ga.js' " +
"%3E" +
"%3C" +
"/script" +
"%3E"
)
);
googanalb.js
var pageTracker = _gat._getTracker("UA-999999-9");
pageTracker._initData();
pageTracker._trackPageview();
and include the following two lines in your footer
script type="text/javascript" src="googanala.js" /script
script type="text/javascript" src="googanalb.js" /script
with angle brackets added back in !
Google Analytics v StatCounter on VOX
Its a simple choice Google Analytics uses JavaScript and doesn't work in your VOX homepage embed while StatCounter can just use HTML and does work in your VOX homepage embed !
So now you can have webstats on your VOX page if you use StatCounter !
To add GoStats or StatCounter to your VOX just click My VOX, Design, Customise My Sidebar, Embed, Customise then paste the counter HTML into embed section !
Easy ?
For various reasons I've finally moved my other weblogs/websites to MEMSET but if you're interested where they were in the past have a look at the great statistics provided by Netcraft !
FSSE.INFO
http://uptime.netcraft.com/up/graph?site=fsse.info
OSDE.INFO
http://uptime.netcraft.com/up/graph?site=osde.info
VIZZR.INFO
http://uptime.netcraft.com/up/graph?site=vizzr.info
VOIPPIX.ORG
http://uptime.netcraft.com/up/graph?site=voippix.org
Example Details
OS Server Last changed IP address Netblock Owner
Linux Apache/1.3.37 (Unix) 9-Sep-2007 81.3.86.77 Memset Ltd
Linux Apache/2.0.46 (CentOS) 18-Aug-2007 65.254.63.210 Global Net Access, LLC
F5 Big-IP Mxxxxxxxxxxxx 17-Aug-2007 8.15.231.100 15801 NE 24th Street
Linux Apache/2.0.46 (CentOS) 1-Nov-2005 65.254.63.210 Global Net Access, LLC
Linux Apache 15-Oct-2004 67.19.32.36 ThePlanet.com Internet Services
popuri.us will tell you your PageRank and BackLinks from a variety of seach engines !
for example compare
OSDE.INFO (NFP)
http://popuri.us/?u=http%3A%2F%2Fwww.osde.info%2F
against
POWWOWNOW (commercial)
http://popuri.us/?u=http%3A%2F%2Fwww.powwownow.com%2F
ClickHeat PHP web page heat map
http://sourceforge.net/projects/clickheat/
http://www.labsmedia.com/clickheat/heatmap.html
http://google.com/trends?q=xen&ctab=0&geo=all&date=all&sort=0
How to track outbound links
https://www.google.com/support/analytics/bin/answer.py?answer=27246
a href="http://www.example.co.uk" onClick="javascript:urchinTracker('/outgoing/example_co.uk');"
How to track file downloads
https://www.google.com/support/analytics/bin/answer.py?answer=27242&ctx=sibling
a href="http://www.example.co.uk/files/map.pdf"
onClick="javascript:urchinTracker ('/downloads/map');"