Scott on Writing

Musings on technical writing...

FeedBurner Summary

In August I moved over my RSS feed from the default .Text RSS feed source (Rss.aspx) to using FeedBurner's free service.  Part of the challenge in this process was having existing subscribers automatically switch from using Rss.aspx to using FeedBurner's generated feed (http://feeds.feedburner.com/ScottOnWriting).  I ended up getting everything to work by retooling Rss.aspx to send an HTTP 301 status code to aggregators, which instructed them to update their information using the new feed URL.  For more on the reasons why I switched to FeedBurner along with how I made the needed changes in .Text to send an HTTP 301, refer to FeedBurner and Changing a Blog's Feed URL.

I've now been using the FeedBurner service for coming on three weeks, and wanted to share a quick review of the service.  In my previous blog entry I mentioned the three motivating factors that prompted me to switch to FeedBurner were:

  1. Subscription statistics - FeedBurner provides a number of free statistics, including number of subscribers, number of requests, and aggregator breakdown.
  2. Someone else handles the bandwidth - currently requests to the RSS feed on ScottOnWriting.NET consume roughly 1.5 GB of traffic per week, or 6 GB of traffic per month (in total, ScottOnWriting does about 11 GB of traffic per month).  That's a lot of 1s and 0s that would be nice to offload to another party.  (I don't believe the pre-0.94 version of .Text I was using supported conditional HTTP GETs (although if I'm not mistaken the "official" 0.94 release does; had I been using a version that supported conditional GETs this bandwidth requirement would be an order of magnitude lower, I'd wager, perhaps just a GB for the month.)  (To clarify, while FeedBurner does make requests to the blog's RSS URL, it caches the results for a period of time, thereby reducing the bandwidth demands for my server.)
  3. FeedBurner has a couple of neat “publicizing“ tools - FeedBurner includes a number of tools to easily make links to add your blog to My Yahoo!, MyMSN, newgator Online, and so on.  Additionally, there are nifty little tools you can use to “show off“ how many folks subscribe to your blog, a la:

The free FeedBurner service provides three traffic metrics:

  • Feed Circulation, which shows how many folks subscribe to your blog, how many requests there were to your RSS feed, and how many click throughs there were.  The circulation data can be broken down by day or by hour, and shown in terms of the current week, the current date, the current month, and so on.  Here's a bar graph that shows the circulation for ScottOnWriting.NET since I started using FeedBurner in late August:


  • Readership - the readership stats allow me to see what aggregators are being used to subscribe to my site's content, along with a breakdown of bots and browser aggregators.  As the following graphic shows, the most popular aggregator that's reporting itself (or that FeedDemon knows of) is Bloglines, followed by RssBandit (my aggregator of choice).


  • Item Stats - this shows the click throughs on an item-by-item basis over a specified date range.  For example, the most popular blog entry of mine since late August (at least in terms of subscribers “clicking through“) is How Big is Too Big a ViewState? with 171 click throughs.

The second motive of mine for using FeedBurner was to have someone else (namely FeedBurner) bear the bandwidth costs.  (Thanks, guys!)  Anywho, in the three weeks prior to using FeedBurner the daily bandwidth for ScottOnWriting.NET was 388 MB.  Since moving to FeedBurner my daily bandwidth average has dropped to 211 MB.  FeedBurner alone is saving me 177 MB per day, which is more than 5 GB per month.  Sweet!

One of my initial concerns with FeedBurner was that once you were using FeedBurner you were “locked in.“  That is, I worried that if, down the road, I wanted to switch back to hosting the RSS feed on my site (or use some FeedBurner competitor, or if FeedBurner went out of business), I'd be SOL, since how would I get my subscribers who subscribe to my FeedBurner feed to switch to a different feed?  I'd need to HTTP 301 my FeedBurner feed and since that's hosted with FeedBurner, they have the ultimate say as to whether or not that would be possible.

This fear was assuaged by a blog post by FeedBurner cofounder and CTO, Eric Lunt.  In the post Eric mentions that it is possible to have your FeedBurner feed use an HTTP 301 and spells out their business rules for implementing this (namely, different actions are taken by the feed as time progresses... the HTTP 301 isn't used indefinately, it eventually unwinds to use, basically, a 404).  From Eric's entry:

... when you start directing subscribers to FeedBurner, you may, in the future (way way way in the future) change your mind and want those subscribers pointing back to your original feed. You would probably also like this to happen automatically, and you would probably like some fallbacks for subscribers who don't get redirected for some reason. To date, there has been no simple way to do this. Steve Gillmor first raised this point with us during an interview late last year, and it has also been discussed more recently. We think we have the best feed management service, we think that providing publishers with the ability to do whatever they want is always the right answer, and most importantly, we think your subscribers are your subscribers, not ours or anybody else's.

So, beginning today [June 10, 2005], we're providing a detailed service for publishers who choose to leave FeedBurner. When you delete your FeedBurner feed, we have added an option to redirect your feed. If you select this, we begin a one month process of transitioning your subscribers back to your source feed.

That's reassuring to know.  If you couldn't guess, I highly recommend FeedBurner.  The stats and bandwidth savings make this free service an invaluable one, and the ability to leave FeedBurner clealy and crisply takes away any potential downside in switching over your feed.

For more entries on customizing .Text be sure to check out the Blog Enhancements category.

posted on Thursday, September 15, 2005 12:33 PM

Feedback

# re: FeedBurner Summary 9/16/2005 12:36 PM Chad Geidel

You may want to update your "alternate" RSS link to post to the new feed - it still looks like this:
<HEAD>
<link rel="alternate" href="http://scottonwriting.net/sowblog/rss.aspx" type="application/rss+xml" title="RSS" >
</HEAD>

Firefox's "Live Bookmarks" feature uses that url to subscribe to the RSS feed. I believe IE7's behavior is similar

# re: FeedBurner Summary 9/16/2005 3:11 PM Scott Mitchell

Chad, the only way this can be updated is if I go in and tinker with the .Text source code. On my TODO list, sure, but wayyyyyyyyyyyyyyyyyyyyyy down at the bottom! :-)

Shouldn't FireFox and IE 7 automatically update to the FeedBurner URL when they get the HTTP 301?

# Syndicating ComputerZen 9/18/2005 9:06 PM ComputerZen.com - Scott Hanselman

# re: FeedBurner Summary 10/5/2005 2:40 AM g

You may want to update your "alternate" RSS link to post to the new feed - it still looks like this
http://www.soft30.com

# re: FeedBurner Summary 10/5/2005 2:41 AM GG

Firefox's "Live Bookmarks" feature uses that url to subscribe to the RSS feed. I believe IE7's behavior is similar
http://www.ddcode.com
http://www.qqread.com

# re: FeedBurner Summary 4/5/2006 2:02 PM lx changer

You may want to update your "alternate" RSS link to post to the new feed.

Title:  
Name:  
Url:
Protected by Clearscreen.SharpHIPEnter the code you see:
Comments   

Add To Your Reader

My Links

Archives

Post Categories

 

I am a Microsoft MVP for ASP.NET.
I am an ASPInsider.
<May 2008>
SMTWTFS
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

Comment Stats

DayTotal% of Total
Sunday 1866.8%
Monday 37913.9%
Tuesday 45316.7%
Wednesday 50418.5%
Thursday 53519.7%
Friday 49418.2%
Saturday 1666.1%
Total 2717100.0%

Hour1Total% of Total
12:00 AM 652.4%
1:00 AM 682.5%
2:00 AM 622.3%
3:00 AM 742.7%
4:00 AM 572.1%
5:00 AM 1033.8%
6:00 AM 1084.0%
7:00 AM 1585.8%
8:00 AM 1716.3%
9:00 AM 1475.4%
10:00 AM 1716.3%
11:00 AM 1816.7%
12:00 PM 1886.9%
1:00 PM 1696.2%
2:00 PM 1605.9%
3:00 PM 1324.9%
4:00 PM 1073.9%
5:00 PM 923.4%
6:00 PM 913.3%
7:00 PM 963.5%
8:00 PM 833.1%
9:00 PM 782.9%
10:00 PM 792.9%
11:00 PM 772.8%
Total 2717100.0%

Comments by Blog Entry Date/Time

Day Entry MadeAvg.Total
Sunday 5.54144
Monday 5.22339
Tuesday 4.28419
Wednesday 7.67637
Thursday 6.90607
Friday 5.48411
Saturday 5.33160
Total 5.842717

Hour1 Entry MadeAvg.Total
12:00 AM 5.0035
1:00 AM 1.002
5:00 AM 0.000
7:00 AM 7.0035
8:00 AM 5.35107
9:00 AM 6.32278
10:00 AM 6.47246
11:00 AM 4.41181
12:00 PM 6.88330
1:00 PM 3.00111
2:00 PM 5.41222
3:00 PM 8.64285
4:00 PM 4.0589
5:00 PM 5.92154
6:00 PM 4.52113
7:00 PM 9.67174
8:00 PM 9.80147
9:00 PM 5.05111
10:00 PM 5.4265
11:00 PM 4.5732
Total 5.842717

Learn More About Comment Stats
1 - All times GMT -8...


Blog Stats

Favorite Web Sites

My Books

My MSDN Articles