While everyone else was raving about the fact that Feedburner can now count RSS subscribers coming from Google reader I've been noticing that there was another discrepancy in the Feedburner data that didn't seem to be accounted for. Below is a screenshot of number of hits from Web browsers on my RSS feed

It seems pretty unlikely that people have clicked on my RSS feed over 5000 times today. At first I thought Feedburner was miscounting feeds that had been subscribed from IE 7 but a quick look in Fiddler shows that IE 7 requests feeds using Windows-RSS-Platform as the User-Agent and is correctly counted by Feedburner.

So I sent some mail to Eric Lunt who's a co-founder and the  CTO of Feedburner to see if he knew what was wrong. He let me know that the problem is that Outlook 2007 doesn't identify itself in the User-Agent string and instead pretends to be Internet Explorer 7. This means there is no way to separate out accesses of your feed from Outlook 2007 from people clicking on your feed in IE 7.

This seems like a fairly rookie mistake to ship in a bigtime product like Outlook. I don't have the latest version installed so I can't confirm that this is truly the case but if it is I hope they plan to fix this soon. It's really lame to not identify your product correctly in the User-Agent string.
...
Oops. I should have done a search before sending out mail. It looks like this was already covered in a blog post entitled Outlook, RSS, & the user-agent string by Michael Affronti who was the PM for RSS in Outlook 2007. He wrote

For Outlook 2007 we will unfortunately not be able to report any custom user agent string for our RSS aggregation.  Due to the way we integrate with IE across many parts of the application (the WININET stack is the underlying infrastructure for all of Outlook’s internet communication), we cannot easily and safely change the way we broadcast ourselves when connecting to external servers.  To do so would require a fundamental change in the way the WININET stack is called from Outlook and could affect all of the Office applications.  The scope of this fix is unfortunately outside of what we can provide this release.

I guess this won't be fixed anytime soon, if ever. Anyway, I hope this post helps out other users of Feedburner who've also been curious about their weird number of hits supposedly from IE 7. 


 

Monday, 19 February 2007 02:42:12 (GMT Standard Time, UTC+00:00)
It's not a bug, it's a feature :).

Having the Common Feed List do all the backend work saves everyone time. You lose a unique user-agent string, but you gain several man hours to work on stuff in your RSS program that a user cares about. You also reduce the amount of network traffic if you want to use multiple readers on one machine.
petknep
Monday, 19 February 2007 03:43:09 (GMT Standard Time, UTC+00:00)
I guess you missed the part where I pointed out that the Windows RSS platform correctly uses its own User-Agent instead of pretending it is IE 7. :)

Also, I wouldn't call preventing site owners from being able to distinguish your application a "feature". It's only a "feature" in a selfish we'd-rather-make-your-lives-difficult-than-fix-our-bugs sense of the word that people tend to associate with Microsoft.
Monday, 19 February 2007 06:46:16 (GMT Standard Time, UTC+00:00)
My mistake. You're right, the RSS platform does use a custom user agent string.

I thought the RSS platform was claiming to be IE. This is not the case, I need to pay better attention :).

I'm not an Outlook user/dev so I can't tell you why they need to do network traffic outside of the RSS platform or why they don't use a custom user agent to do so. Urlmon and wininet provide easy ways to set the UA. Many consumers of the WebOC do it easily. Their blog entry had a lot of handwaving going on.
petknep
Comments are closed.