Is there any way to make Google Analytics' "In-Page Analytics" show external link traffic?
As it is, pageviews for external links are showing up in the traffic reports, but not the in-page analytics.
We're using links like this:
<a target="_blank" id="waitPanel" href="http://externallinkhere.com" onClick="javascript: pageTracker._trackPageview('Header Ext Link')">Button Text</a>