Blogging tips & www social trends
17 Jun
Google Analytics can give you a great help in understanding how your blog is performing and how to improve it. In this article I’ll show you how to set up a feed subscription goal in google analytics, this will help you to
The goal will be triggered when a user clicks on one of the buttons to subscribe to our rss feed. Note that this does not mean that the user will subscribe to the feed, but we cant’go any further since the subscription is handled by an external program or site (e.g. the feed reader) .
At www.mapelli.info I have mainly three type of subsciption sources:
I need to track how each of this subscription channel perform, but they still are different path to the same goal… so I can add a single feed subsctiption goal in google analytics.
Here’s how to do it:

Now the goal is ready, but we need to trigger it each time a user clicks on one of the feed button, so we are going to change our template and add a bit of javascript to the onclick event of the links pointing to our feed.
To track the clicks we need analytics to register a visit to a fake page with the url starting with http://www.mapelli.info/goal/feed … but since we want to track the performances for each button, we need a few different urls.
I used:
We need to add 'javascript:urchinTracker("here/goes/the/url")' to the onClick event of each button.
Here’s the code I used for the big button:
<a onClick='javascript:urchinTracker("/goal/feed/bigbutton")' href="<?php bloginfo_rss('rss2_url'); ?>" title="Feed for posts">
From this moment, each click on one of the feed buttons will be tracked by google analytics and registered as a feed subscription goal conversion.
After some days, you’ll be able to see how your feed buttons are performing, and how many goals (i.e. subscriptions) you’ve received.
The Goal menu will show you an overview of the goals performances, the conversion rate and a nice graph.
If you click on Goal Verification you can see what buttons convert best, so you can focus on improveing the conversion rate of the weak ones, or remove them
Under Reverse Goal Path you can see the pages the visitors subscribed from, so you’ll be able to understand what content make visitors subscribe to your feed
After this, you can add as many goals as you want, and track exactly how your visitors interact with your site… some of the first possibilities (apart from the obvious “he bought my stuff” goal) that come to my minds are:
Other possibilities?
What are you going to track?
What goals are important to your site?
Update: Mark has reported some strange delays in the goal report, so if your goals are not displayed correctly try to be patient and wait a couple of days ![]()
39 Responses for "How To Use Google Analytics to Track Feed Subscriptions (and everything else)"
Well a very detailed info, but I guess too technical for me. Still I will try to follow your suggestions and will see if I can do it as you said.
Thanks once again
-Stella Roy
Stella,
It’s a bit technical, but it’s easier than it seems… the hardest part is the edit in the template theme… but I’m sure you’ll be able to handle it… (if blogspot allows you to do it!)
If you need some additional help, feel free to post a comment or write me directly
Yes, blogspot allows you to make these changes. Editing the template can be tricky but it is possible even for not technical people .. if they don’t loose their mind.
Nice tip, I was not using analytics goals very much, but now they give me interesting information …. see you !
So how long should it take for the goals to start showing up? I have traffic from the day where I tested it, but it is still showing no hits for the feed goal. I clicked on it myself a few times just to make sure there would be some data there.
Hi Mark,
It depends on your users
stats are collected with the normal analytics stats… so if everything works for the test clicks you’ve made, you just have to wait for real users to click on your feed button…
good luck, and let us know how it goes
Francesco,
This is brilliant thank you for posting it! I have installed it on my site at http://www.startbreakingfree.com/
One question: this is actually tracking the number of people who click the link, not the number who actually subscribe right?
It is still a useful number to know, and better than nothing, but just want to make sure its clear. As you know, probably quite a few people will click the RSS link and not end up subscribing because they don’t know what it is or some other reason.
Brian
[…] my RSS and email subscribers are coming from in Google Analytics using Francesco Mapelli brilliant tutorial. I’m going to give it a day or so to make sure its working. Then I can launch my […]
Brian,
You’re right, I should have stated that more clearly, I’ll add a couple of lines to explain this in the next days.
We can track the user only up to the click… after that we don’t know what he is going to do (because the feed address will be handled by a feed reader or another website, e.g. feedburner or netvibes)
My experience here at http://www.mapelli.info is that there’s a big chance that if the visitor clicks on the buttons, he’ll subscribe to your feed (but this can vary from blog to blog)
thanks again for pointing out this issue
that’s really interesting…
a good tutorial
Thanks Francesco for providing this useful tutorial. Definitely going to try it. Got one question though: What happens when the user has JS off? Will the links still be functional? I’d duess so, but just to make sure…
[…] Mapelli has the how to […]
Celebrienne,
you’re right: JS off will stop google analytics, but the links will still be functional
Great idea
Hopefully this will be built into future releases of feedburner? once it becomes part of My services on google
uncle wilco,
that would be really nice and useful… I hope someone from the feedburner crew is listening
Good info, Mapelli! I just implemented it, and look forward to tracking the results. Thanks!
Thanks Michael!
Let us know if everything works fine!
[…] از شمارنده گوگل برای دیدن تعداد خوانندگان فید ( + ) - نمایش قدرت فایرفاکس بوسیله تصویر ( + ) - شماره دوم مجله […]
[…] Tracking RSS Subscribers with Google Analytics: Francesco Mapelli describes how you can use Google Analytics to track how many people are subscribing to your RSS feed. […]
Pretty sure I got it, you might make it simpler for the non tech folks to get if you showed screen shots of where the values are going on the analytics screen
thanks graywolf,
you’re right… I’ll try to add the screenshots during the weekend
[…] to have a look at my top posts page or subscribe to my RSS feed. Some weeks ago we talked about tracking feed subscription with Google Analytics. Wouldn’t it be nice to view every single mouse gesture of your […]
That’s cool. But I would prefer using mod-rewrite so that my ‘fake link’ actually goes to a real place, and then i dont need to modify any of the a links and add the onClick property.. what do u think?
Hi, it is great to track subscriptions like this. I have a question. Is it possible to track subscribers who use the small icon in browser (FireFox, new Explorer) - there is a tag in head element of the page who shows the icon. The code goes like this: link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”http://www.mapelli.info/feed/rss/” ?
Tomek,
Great question.
It would be really interesting to track also the feed icon in the address bar, but I don’t know if it’s possible to hook the event and trigger the call to urchin…
Unfortunately I’m not a javascrip expert
Sincere thanks for this. It is EXACTLY what I was looking for. I didn’t think this was possible after trying to read the brief instructions on the google analytics help pages but you have explained it beautifully. Saves me messing about with php pages for url redirects etc
This is all great info, and I’ve gotten pretty far. I’m fairly non-tech though, so how do I add the Java Script in the blogspot xml file. I’m used to html, where I could attach it to the code, but I can’t even find it in the xml.
Thanks a lot.
[…] How To Use Google Analytics to Track Feed Subscriptions (and everything else) - […]
[…] goal tracking for feeds Google analytics shows 4 people clicked on the RSS subscribe button, however feedburner shows an […]
Thank you for this, very helpful.
[…] How To Use Google Analytics to Track Feed Subscriptions (and everything else) 使用google分析设置目标跟踪。 (tags: google analytics) […]
[…] came across this post - Comment on How To Use Google Analytics to Track Feed <b>Subscriptions</b> <b>̷… - and thought it was worth sharing. I hope you find it interesting too and take the time to read […]
Nice guide thanks
[…] Google analytic to measure how sticky is our website, one of the main measurement we track is using Google analytic to track our RSS subscription and bounce rate. And you know what, the result is […]
[…] so I can count the number of folks using RSS here? I’m testing Google Analytics to see if it tracks these properly (minus those of you who right-click and copy the link like I do). Thank you.
[i read […]
Great article!
Very clean and straight to the point - subscribed!
[…] about apples instead of oranges, you should write more about apples. Here’s a post explaining how to use Google analytics to track clicks on your feed buttons (screen shot […]
[…] about apples instead of oranges, you should write more about apples. Here’s a post explaining how to use Google analytics to track clicks on your feed buttons (screen shot […]
[…] How To Use Google Analytics to Track Feed Subscriptions (and everything else) Google Analytics can give you a great help in understanding how your blog is performing and how to improve it. In this article I’ll show you how to set up a feed subscription goal in google analytics (tags: analytics blog metrics) SHARETHIS.addEntry({ title: “links for 2008-01-12″, url: “http://www.hyperlinkguerrilla.com/2008/01/12/links-for-2008-01-12/” }); […]
[…] How To Use Google Analytics to Track Feed Subscriptions (and everything else) Vill du veta vilken av länkarna som dina RSS-prenumeranter använder för att börja prenumerera på ditt RSS-flöde? Använd Google Analytics för att ta reda på det. Iden här artikeln går man genom steg för steg hur du skall göra. […]
Leave a reply
Comments and trackbacks are dofollowed. Be sure to read my comment policy once in a lifetime before posting