views:

20

answers:

0

I have a Django site segmented into different city and neighborhood sub-sections. I want to serve an RSS feed for each. Easy. Problem is I wanted to use Feedburner for stats, monetization etc but each feed would need to be split out manually into its own feedburner URL. There are hundreds of cities and neighborhoods. I have to roll my own. From my research it doesn't look like anybody's built an app or middleware for this.

So what is the most effective way of getting feed subscriber stats out of auto generated feeds in Django? Is there a way to hook it into Google Analytics?