FeedBurner Stats 2 Feed Quickstart

Using FeedBurner Stats 2 Feed it's more than just easy.

  1. First enable FeedBurner API for the feeds you'd like to track.
    To enable FeedBurner API for a feed you just need to activate the service from your FeedBurner feed dashboard.
  2. Subscribe to the tool URL appending the right arguments depending of what you would read.
    What are the right arguments? It's easy, they are the most suitable for your needs.

Look the following examples.

Note.
In the following examples the following labels MUST be replaced with your values.

  • YOUR_FEED_URI is your FeedBurner feed URI, for example the feed URI of http://feeds.feedburner.com/simonecarletti is simonecarletti.
  • DAYS_NUMBER is the number of days that compose the date range.

The easiest request

Read yesterday stats (live stats are not yet supported by FeedBurner APIs) from 1 feed.

URL:
http://lab.rss-world.info/feedburner-feedstats/stats2feed.php?feeds=YOUR_FEED_URI
Arguments
feeds=
Example
http://lab.rss-world.info/feedburner-feedstats/stats2feed.php?feeds=simonecarletti

The easiest request with multiple feeds

Read yesterday stats (live stats are not yet supported by FeedBurner APIs) from 2 or more feed.

URL:
http://lab.rss-world.info/feedburner-feedstats/stats2feed.php?feeds=YOUR_FEED_URI_1,YOUR_FEED_URI_2, YOUR_FEED_URI_3
Arguments
feeds=
Example
http://lab.rss-world.info/feedburner-feedstats/stats2feed.php?feeds=simonecarletti,rssworld/news

The easiest request, the last 5 days

Read the last 5 days stats from 1 feed.

URL:
http://lab.rss-world.info/feedburner-feedstats/stats2feed.php?feeds=YOUR_FEED_URI&days=DAYS_NUMBER
Arguments
feeds= ; days=
Example
http://lab.rss-world.info/feedburner-feedstats/stats2feed.php?feeds=simonecarletti&days=5

The easiest request with multiple feeds, the last 5 days

Read the last 5 days stats from 2 or more feed.

URL:
http://lab.rss-world.info/feedburner-feedstats/stats2feed.php?feeds=YOUR_FEED_URI_1,YOUR_FEED_URI_2, YOUR_FEED_URI_3&days=DAYS_NUMBER
Arguments
feeds= ; days=
Example
http://lab.rss-world.info/feedburner-feedstats/stats2feed.php?feeds=simonecarletti,rssworld/news&days=5

More power...

Do you need more power? Try to append these additional arguments:

  • reverse=1
  • fulltitle=1
  • compare=1

I will write a few lines about these arguments as soon as possible.
Stay tuned!