One thing I notice constantly as I read ezines and click through links is the number of advertisers that are obviously not tracking their advertising dollars.
Just so we can be very clear let me express what this means as a simple mathematical equation.
Not tracking your advertising = wasted advertising dollars
Now I know that it may not be possible to track every single ad you place out there. Nevertheless, when you are spending money you should have a tracking system in place so you know whether an ad is generating responses or not.
Ideally you want to be sure that each ad you place is eliciting the actions you want and if not, why not. Furthermore you want to know exactly where the process is breaking down.
Maybe you think, “I’d like to know what’s making me money and where I’m losing it, but don’t those tracking links turn people off?”
Well I had that thought before I started too. But its an easy problem to solve. Let’s walk through the simple method you can use in order to make your tracking links more user friendly. Let’s call it…
The Simple, Surreptitious Redirect
All you need to do is to create a web page that uses redirect code that will forward the user on through the tracking link to the site you are advertising.
For example,
Let’s say I’m advertising a product at http://abizthatworks.com/killerads and I want to run a promotion in ezine1.
What you want to achieve is a URL that looks like http://abizthatworks.com/killeradsoffer.html that redirects you to the final destination http://abizthatworks.com/killerads after logging the hit in your tracking software.
Make the promotional URL look similar to the final destination so it’s not glaringly obvious when the reader gets to the destination that they passed through a tracking link.
You’ll Need This Code
I like the meta-refresh method of redirecting the user - it should work in any environment. If you’re using PHP pages you can use a php method to do the same thing but I usually try to minimize my use of javascript redirects.
So to do this with meta-refresh, enter your ad-tracking link like so…`
(In real life replace [ with <, and ] with > in your file.)
[html]
[head]
[META HTTP-EQUIV=”REFRESH” CONTENT=”0; URL=http://www.yourdomain.com/yourtrackinglink.php”]
[/head]
[body][/body]
[/html]
To apply this using my example above, my file would contain something like
[html]
[head]
[META HTTP-EQUIV=”REFRESH” CONTENT=”0; URL=http://www.abizthatworks.com/trackerscript.php?c=ezine1″]
[/head]
[body][/body]
[/html]
and I would save this file as http://abizthatworks.com/killeradsoffer.html and upload it to my server.
A Versatile Tracker
There are several ad trackers available for you to choose from. You can use hosted tracking services for a small monthly fee. I used one for a while.
When you understand the value of tracking however, you’re ready for a tracking script that you can install on your own domain.
For me and many other marketers who take testing and tracking seriously, Adtrackz is the tracker of choice. What I particularly like about it is that I can create a new subcampaign on the fly just by actually using the promocode I want to track - there’s no need to ’set it up’.
Once your tracking is in place, you can monitor the actions that are taken based on where your ad ran, the way your ad was written, the type of call to action that was made and many more variables. Then, to get better results, simply do more of what works and improve the areas that need work.
Tracking and testing will save you lots of money and hopefully make you much more over the course of your business’ life. The sooner you start, the higher the probability that your advertising will become more and more successful. Whether you start with a hosted service, buy your own or roll your own, there is no better time than now to start tracking.
-
-
Subscribe To Business That Works - Observations!
[ Bookmark on del.icio.us | Digg it! | Furl it! ]

