Has anyone else had any problems using google's Domain Tracking API, I am specifically talking about the _link() method.
The example provided shows that the _link() method should be used in the onclick event like this:
<a href="http://www.newsite.com" onclick="pageTracker._link('http://www.newsite.com');return false;">Go to our sister site</a>
However, this essentially just makes the link...do nothing (most probably because of the 'return false').
My understanding is that the pageTracker._link() method is 'supposed' to add additional parameters to the url and do it's own document.location style redirect.
Any ideas / catches / previous posts??