
Re: Special Tools for blogging?
There is a way to track all outbound links on a page. This woudl allow you to easily see who opened your RRS feed, your digg conections and other outbound links from your blog.
Just insert this small line:
Code:
msAnalytics.EnableLinkTracking();
above the following line in the Track code javascript:
Code:
msAnalytics.TrackPage();
One note though: This automatic link tracking only works if the page you are linking to also contains the Microsoft Analytics tracking script. Also, because it takes up a lot of resources this code should only be implemented on pages that have outbound links (on your blog this will be all pages probably, so no probs here).