How to Track your Clickbank (etc.) affiliate sales via adwords

7 replies
  • SEO
  • |
Hey,

I came up with a way to track my clickbank and other networkd sales as an affilaite via adwords.

Maybe I am not the first one to find it out, but I want to share since this forum has given me a lot.

First the flipside, there is a limit to 8 characthers (for CB) and this is a limitation within the Clickbank tracking system. Nothing we can do.

This technique works for any network that allows tracking codes to be added to affiliate URL's. You need to read their instructions, there may be character limitations, no space allowed or anything else that will mess it up.

What you do is, in Adwords when creating an ad,
Change your regular CB link:
i.e. http://yourusername.theirproduct.hop.clickbank.net

(Note: The Warrior Forum truncated the dsiplated URL's, hover the link to see it in the lower part of your browser)

To this:

http://yourusername.theirproduct.hop.clickbank.net?tid={k eyword:default}

(where "default" is your "fallback" keyword if no dynamic insterion was available)

Now when you have a sale, you log in to clickbank and check your referrers,
and you will see which keyword made the sale.

Unfortunately, you only see the first 8 charachters if the keyword phrase is longer.

There you have the basics.
I know, I know, you should send traffic to a landing page, not to the clickbank url.

Well, not so hard to do...

In your adwords ad, make the link to
http://www.YourLandingSite.com/yourpage.php?key={keyword}

Make your landing page a PHP file (here called yourpage.php).
On that page you link to the product using this link:

http://yourusername.theirproduct.hop.clickbank.net?tid=<? echo $_GET['key'] ?>

Ta-daaa!

This is what happens;
Adwords dynamic keyword insertion inserts the keyword like this:
http://www.YourLandingSite.com/yourp...ey=playstation

In turn, your landing page creates this link to the product:
http://yourusername.theirproduct.hop...id=playstation

(which, in terms of Clickbank would be interpreted as tracking code playstat because of the 8 char limit).

To test that it works like it should you can go to this link:
http://www.YourLandingSite.com/yourpage.php?key=testkey

and hover your affilaite link and make sure it links to:
http://yourusername.theirproduct.hop...et?tid=testkey

I hope you found this useful! It has it's limits, but being able to track keywords as an affiliate (for free) is something a lot of people have been wanting I think.

Feel free to comment!
#adwords #affiliate #clickbank #sales #track
  • Profile picture of the author bimawarrior
    Thanks for the technique Marcus!
    I am not an expert in php, your pointer does give me clear guide on how to apply the tracking.

    There is one possible problem I can see using this technique.
    Other then us, affiliates, the merchant will also know what keyword converted the sales.

    I know from one of my PPC friend that he generated some sales from a Clickbank merchant using one keyword.
    Some day, the merchant prohibit the use of that 'one keyword' for no reason. (We suspect that the merchant knows the keyword converted so well and decide to keep it for them selves)

    Since the first time learning PPCing I always 'camouflage' all my keywords using simple tracking code.

    I used to use an excel template months ago.
    I have this two columns:
    Keywords, Landing Page
    playstation : http://yourusername.theirproduct.hop....net?tid=A0001
    playstations : http://yourusername.theirproduct.hop....net?tid=A0002
    play station : http://yourusername.theirproduct.hop....net?tid=A0003
    play stations : http://yourusername.theirproduct.hop....net?tid=A0004

    By using these kind of tracking code (A0001 and so on....)
    It will allow me to track longer keyword such as "Play Station Console" and so on....

    Not to say, it also avoid the merchant to knowing what keywords made the sales.

    The last two months, I don't use excel anymore. I have developed my own apps which is quite handy and has got some raving fans

    Just my 2 cents

    Hendra
    {{ DiscussionBoard.errors[187700].message }}
  • Profile picture of the author apatters
    This is a really clever trick, thanks!
    {{ DiscussionBoard.errors[189709].message }}
  • Profile picture of the author Markus Wahlgren
    Glad you liked it apatters!

    Bimawarrior, Apa kabar, thanks for elaborating on the php, tracking etc. That works for sure, but then you'd have to set up a unique url for each keyword, that works of course - just takes a bit more time.
    Signature

    Note; I am back.

    {{ DiscussionBoard.errors[189719].message }}
    • Profile picture of the author Markus Wahlgren
      Originally Posted by precious007 View Post

      Thanks for sharing, I have been using this technique thou php newbies can`t implement it.
      Well, I could do it and I am certainly no php expert I am good at research thou, that's how I found out how the "echo" thingamagizmo works.
      Signature

      Note; I am back.

      {{ DiscussionBoard.errors[190628].message }}
  • Profile picture of the author keivn2
    Nice advice.

    It is indeed good for someone like me who have a trouble to get into a tracking tools.

    Although it need some manual work but i guess it is better than nothing.
    {{ DiscussionBoard.errors[1165995].message }}

Trending Topics