What is Your Blog Conversion Rate?
Hi, this is Alex Cohen from Digital Alex. Following up on Li's post about conversion rate, I have a question for the bloggers out there: What is your blog conversion rate?
There are plenty of conversion activities you could track, but the two that stand out to me are:
- Subscriptions
- Comments
The simplest way to monitor your conversions is with an on-click event. It's a bit of code you add to the button or link you want to track.
For example, I have 4 conversion events tagged on my site:
- Subscriptions from the big RSS buttons
- Subscriptions from the little reader specific chiclets
- Clicks on the Submit button for email newsletters
- Sign ups from my "What Would Seth Godin Do?" plugin message (this display a special message for new visitors).
All I did was adjust the code on the link itself. For example, here's how the on-click event looks for the Add To Google chiclet:
<a href="http://fusion.google.com/add?feedurl=http://feeds.feedburner.com/DigitalAlex" onClick="javascript:urchinTracker('/goal/chiclets');">
<img src="http://www.alexlcohen.com/wp-content/uploads/2008/01/google-chiclet.gif">
</a>
This essentially creates a fake page view whenever someone clicks on that link. Notice how I named it "/goal/chiclets", so that it's easy to read and remember.
Next, I setup a goal to track each on-click event
- Log into Google Analytics
- Click "Analytics Settings"
- Create a new goal under "Conversion Goals and Funnels"
- The Match Type is "Head Match"
- Enter the URL, e.g. http://www.alexlcohen.com/goal/chiclets
- Give it a name
- Save the changes
- Wait
Then, go to Traffic Sources > All Traffic Sources. Click on the conversion tab and, voila:
Your goals are now columns and you can see how different traffic converts!
For more about on-click tagging in Google Analytics, read this. This is a pretty standard web analytics procedure, so ask your vendor how to do it.
Of course there are plenty of other events that you can tag and other important metrics (like repeat visitation). Naturally, many of your "conversions" occur outside of the blog--emails from readers, job offers, invitations to speak (I'm still waiting :-)).
How do you define and measure your blog's success?
For Search Marketing Gurus, Alex Cohen of Digital Alex.
PS: Props to Hamlet, whose post taught me this method.









Hi !
thanks for your relevant tips !
but I don't understand exactly the term "chiclet".
I'm not sure there is a french word equivalent...
Can you explain it with more details ?
David
Posted by: David | June 04, 2008 at 08:31 AM