Home | Finance | Business | Marketing
A Simple 2 Step Method for Cloaking Your Affiliate Link
If you're an affiliate marketer, you know that there are some times when it might not be a good thing for your bare affiliate link to show. Whether it's a forum post, a blog comment or perhaps your affiliate link is simply too ungainly. Some people are uncomfortable clicking on a link that is long and cumbersome. One of the biggest problems with bare affiliate links is when you try to send them via email. Have you ever received an email with a text link that was broken because it wrapped around to the next line? These line breaks usually happen when a link is full of variables. Examples of variables used frequently in affiliate links is the question mark, ampersand or equal sign. With the great number of data driven web sites today a link like "mydomain.com/index.php?option=aff_links&aff=12345T" is not at all uncommon. Here is a simple, effective way to cloak your affiliate link that works every time. It requires that your hosting provider support PHP. If you aren't certain check with your provider, or just take a look at their features page and see if PHP is mentioned. Nearly all hosting providers support PHP now since it is open source software. First, decide whether you want to keep your affiliate links in a separate directory or in the root of your hosting account. It's the difference between linking to yourdomain.com/yourlink.php and yourdomain.com/go/mylink.php. If you promote a large number of affiliate programs, I would suggest keeping your links in a separate directory. I prefer the /go directory; but you can call it any name you like. Within that directory create a file for each affiliate link, and give it a .php extension. Be sure to give the file a name that you can easily identify. For example, if I had an affiliate program and you were promoting it, you might name the file ron.php. Open the file and place the following bit of code in it (pay attention to the notes): < ? php -no spaces between the <, ?, php header("Location: mygreataffiliatelink.com"); exit; ? > -no spaces between the ? and > That's all there is to it! Now, you can create a forum signature, an email signature or a blog comment using your affiliate link. Just point it at yourdomain.com/go/filename.php, or yourdomain.com/filename.php depending upon where you choose to store your links. Another great thing about this solution is that you can place a tracking code in the file as well. For example, if you use Google Analytics, your file might look like the following: < ? php -no spaces between the <, ?, php header("Location: mygreataffiliatelink.com"); exit; ? > -no spaces between the ? and > ( paste the tracking code used by your tracking software/service in this section here ) With this simple solution, you will be able to track how many people clicked on your affiliate link. Compare this with the number of sales credited to your account to determine the conversion rate of the sales page. This will enable you to focus your efforts on the programs that are actually converting visitors to sales.
Article Directory: http://www.article-tree.com
Automate your link tracking with this amazing tool. Ron Jones is the owner of www.internetprofit101.com Learn the Fundamentals of Internet Marketing and Build a Sustainable, Income Producing, Online Business. Courtesy of: Internet Profit 101 Article Submission made possible by: www.articles-submit.com
Please Rate this Article
5 out of 54 out of 53 out of 52 out of 51 out of 5
Not yet Rated