Google has a way to track outbound links by adding code to the link tag itself. Refer to:
http://www.google.com/support/googleanalytics/bin/answer.py?answer=55527...
However, this method will not work with the existing Analytics module because Google requires that the Analytics tracking code (the script tag) come before the links being tracked. If you look at the page source Drupal generates with the Analytics module installed and activated, you'll note that the tracking code is placed at the end of the page, just before the </body> tag.
It would be great to have an option in the Analytics module that would allow the user to specify if the tracking code should be placed at the top or bottom of the generated page code.
...dtw
Comments
Comment #1
buddaThis feature is available in the 5.x branch. I will not be adding new features to the 4.x branch. Upgrade!