Readers: 396 | Updated: 2007

How To Use Google Analytics to Track Feed Subscriptions (and everything else)

Translate Into: Bilingual & Comments

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

  • track your new feed subscription
  • understand which of your feed subscription channel converts best
  • understand what content make visitors subscribe to your feed
  • understand how to use google analytics goals

1. Setting Up The Goal

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:

  • a big rss button in the sidebar
  • a email subscription form in the sidebar
  • a small rss button at the bottom of each post

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:

  1. From the Analytics Setting Pages (the first page after the login) click “Edit” for the site you want to add the goal to
    edit highligthed
  2. From the Conversion Goals and Funnel table, click “Edit” next to one of the not configured Goals
  3. We need to set the url of the goal to a non existent page:… something like http://www.mapelli.info/goal/feed.
    The goal name will be something like “feed subscription“, and we need to have head match as the selected match type (it’s at the bottom of the page).

2. Tracking the subscriptions

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:

  • /goal/feed/bigbutton
  • /goal/feed/smallbutton
  • /goal/feed/email

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.

3. Viewing Reports

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

Goal Verification

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

Reverse Goal Path

Goal Possibilities

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:

  • Social submission goal
    to track which content is submitted to which social network using the social icons
  • Download goal
    to track download trends
  • Affiliate link goal
    to track which affiliate link position converts best

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 :)



From The Blogs

Life, Health, Furnishings

2007
How to look at ourselves
She stands before the podium       erratically Waving her own hands  from time to time.she raises her head stretch ing out her neck as long as possible forming a straight line with her Pointed chin.sh... 查看全文

The Cube Monkey: Business Success and Personal Development

03-14
You CAN’T do everything you put your mind to
Yes, you read that correctly. I’ve been thinking about this for quite some time and have come to the realization that despite what many self improvement gurus and personal development experts say, you... 查看全文

Life in the Fast Lane

04-12
Worlds Craziest Horse Does Everything But Talk
One of the world’s zaniest horses does everything but talk — but that doesn’t stop him from trying. Patches is one pampered male — a human trapped inside a horse’s body. He rides in a coordinating con... 查看全文

Alex Shalman . com

02-24
The Secret Is Out! Happiest Nation In The World Discloses Everything
In the United States, one of our constitutional rights is the pursuit of happiness. Strangely enough, despite this being a national goal, the U.S. ranks #23 in happiness according to research. The #1 ... 查看全文

2007
Fill In Transformer Sound Effect: Everything is a Transformer
What if everything—not just guns and badass cars—transformed into a lethal robot? We're talking, like, you pick up a box of Maxi Pads for your sweetie, and they turn into a robot in the shopping cart,... 查看全文

core77.com's design blog

03-04
People keep making furniture that turns into something else
There is now so much transforming furniture out there that we're waiting for someone to give the genre a dedicated blog. (URL hostage-takers: www.TransformingFurniture.com is still available!) In the ... 查看全文

How to Save the World

03-06
Apology: Behind in Everything I Want to Do
It's about time I stop pretending there's nothing wrong. If you're a regular reader of How to Save the World you've certainly sensed from my writing that something's amiss -- my writing is shorter, di... 查看全文

The Cube Monkey: Business Success and Personal Development

03-10
You CAN'T do everything you put your mind to
Yes, you read that correctly. I’ve been thinking about this for quite some time and have come to the realization that despite what many self improvement gurus and personal development experts say, you... 查看全文

MonkAtWork.com

02-18
The Pursuit of (What Else?) Happiness
In case you havent seen it yet, my buddy Alex Shalman, from AlexShalman.com (Practical Personal Development), recently launched his "Happiness Project." After hearing Tim Ferriss recommend D... 查看全文

iVillage - Green Moms

01-15
Why is everything plastic?
Charlotte Hudson When I found out that I was pregnant, I knew that I was going to have to make a large investment in all the gear you need for bringing a small bundle home from the hospital.What I did... 查看全文
More Articles