Easy ClickBank Conversion Tracking

In my last post, How To Create EzineArticles-Friendly Affiliate Links, I talked about creating a simple PHP script to install on your web server to redirect visitors to an affiliate link. I briefly showed how to use the ClickBank tracking ID feature to flag which sales came from visitors to that web server. But with a little more work you can create unique tracking IDs that give you a lot more information about where your sales are really coming from. That’s the real key to affiliate marketing success: conversion tracking — determining which sales “funnels” lead to actual sales. Once you know what’s working, you can spend more time and energy (and money, in the case of PPC) on the profitable funnels while abandoning the unprofitable ones.

ClickBank Tracking IDs

As I explained last time, a ClickBank tracking ID is any combination of up to 24 letters and numbers. (It used to be limited to 8 characters, which made what we’re doing here a bit harder to do, but still possible if you were clever.) The tracking ID is appended to the ClickBank hoplink (affiliate link) and passes through ClickBank’s system. If a sale is made, the associated tracking ID (if it was set) shows up in the affiliate’s sales report.

For example, here’s a hoplink with a 5-letter tracking ID:

http://egiguere.burnthefat.hop.clickbank.net?tid=memwg

The tracking ID actually shows up on the ClickBank payment page as part of the affiliate ID. If you click the link above and go through to the payment page, you’ll see this at the bottom:

[affiliate = egiguere.memwg]

You should always test your affiliate links to make sure the tracking ID is being passed correctly.

Note that tracking IDs are not case-sensitive, i.e. “ID001″ is the same as “id001″.

What To Track?

So what should you track? Here are some ideas:

This probably covers 99% of the things you’d want to track via a ClickBank tracking ID.

How To Track?

So how do you track all this information? You can stuff a lot of it into the tracking ID itself, which is my favorite way of doing things. You have 24 characters to work with, so let’s see how we can encode things:

That takes 8 characters of the 24, leaving us 16 to work with. We could track IP addresses (they can be encoded with 8 characters quite easily) but there’s no point doing it because ClickBank’s sales reports include the buyer’s country.

What can we do with 16 characters, then? How about extracting some useful information about the referrer. Clicks from EzineArticles include the article ID in the referrer URL. Clicks from search engine traffic include the keyword term. Clicks from AdWords ads can also include the keyword term (if you use the special {keyword} syntax in the destination URL) and even information about whether the click originated on the search network or the content network. The possibilities are almost limitless.

Here’s another tip: any information that can’t be stored in the tracking ID itself can still be stored in a file or database.

If there’s interest, I can post a simple tracking script that generates ClickBank tracking IDs with some of this information in it.

Tags

Comments

3 Responses to “Easy ClickBank Conversion Tracking”

  1. Navtej on March 5th, 2010 1:37 pm

    I use this method aswell but it kind of gets tricky when you need to create and track like 40+ of them. It is a good post non the less.

  2. Eric Giguere on March 5th, 2010 2:02 pm

    That’s why you need to generate the tracking IDs automatically with a script.

  3. Dave Starr on March 5th, 2010 6:21 pm

    A useful technique … I have noticed how long the CB ID’s can be and was wondering what might be smart to put in there.

    I like how you illustrate the way to ‘pack or code’ info into a limited number of bits. As you know … because we both hail from back in the Waterloo days (and I used to use punch cards to load all my programs), this was the common way for years, a technique that seems all but forgotten in today’s world.

    Rolling the ‘veteran techniques’ back out to the modern world has a lot of advantages.

Subscribe without commenting