September 2009


Google Analytics does not track links to external sites, nor does it track non-pageview events such as file downloads. For most sites, these are pretty valuable metrics that should be tracked. Many people deal with this by manually adding onclick code that calls the _trackPageview function to all of their links. At best, this is time consuming, at worst it is error prone and many links get forgotten.

There are several ways to automate this so that the these external and file download links will get tracked by Google Analytics without the need to add code to every link. One way is to use javascript to add the _trackPageview event to all of the links that need it, dynamically, when the page loads. This ensures that all of links on the page get the proper treatment. This is especially important if you are using some form of CMS where some of the links are likely to be in the content, while others are in the templates. Brian Clifton has a javascript on his site that does just that: Updated auto tracking script for file downloads, outbound links and mailto links

In my experience, this method works quite well, and it takes just a few minutes to implement.

AT&T is testing its new 3G MicroCell service in select markets. The 3G MicroCell allows one to have a 3G access point in their home. This should yield 5-bar coverage in places where AT&T’s coverage is spotty. The device requires a broadband connection of some sort and will support up to 4 simultaneous phones.

According to TUAW, the device is rumored to retail for about $150 and there will be no monthly subscription charges.

There has been no shortage of complaints about AT&T’s wireless service lately. Perhaps this is AT&T’s answer to those problems. Too bad it will cost AT&T customers more money and only benefit them when they are near their 3G access point.

via The Unofficial Apple Weblog