Re: Tracking RSS Subscriptions/Click Thrus
Unfortunately, there are a couple problems I have encountered on my own site when trying to track the same things. The first issue I found was that the syndication of the feed hides the true number of subscribers. If the subscriber is subscribed through a web site feed reader (yahoo 360, MSN Live, iGoogle, etc) the web site generally downloads the file or checks for updates daily, instead of each time someone accesses the content. So in your logs you would only see one hit from Yahoo, one from MSN per day, rather than one hit for each user. This can get further skewed if the feed is embedded in a web page. For instance if your feed is added to a public Yahoo 360 profile, you would only see the daily update hits, not the constant views from users.
Tracking the clicks presents its own problems. One of the strengths of having a feed syndicated on other sites is that it gives you instant incoming deep links directly to your updated content for search engines to discover. The only way to track clicks through syndicated feeds would be to use a redirector or add a query string to the end of the URL. The redirector has the potential of reducing the value of the incoming links, and the query string will absolutely reduce or eliminate the value of the incoming links and possibly case duplicate content issues. The referrer string becomes unreliable because you typically have no way of knowing if the click came from a link in your feed, a link in the text or some embedded search capability.
Sorry I don't really have any solutions to recommend, but hopefully this list will give someone smarter than me some ideas of the problems that need to be overcome and they will be able to propose a solution of some sort.
__________________
The best way to learn anything, is to question everything.
|