There are primarily 2 ways for merchants to set up an affiliate program, one is to offer coupons that are assigned to the affiliates and can be spread out. When someone uses that coupon, the merchant knows it’s a referral by that affiliate. The other is to create dedicated links with the affiliate ID in it. So when someone clicks through the affiliate link, the merchant can identify the affiliate.
For the latter, it’s sometimes tricky to make sure that your visitors or readers do click through your affiliate link rather than visiting the merchant site directly. One can easily search for the official site by business name in Google. While it is impossible to have a bullet-proof solution that makes 100% of the readers you refer click through your referral link, you can do it as much as possible.
One approach is to hide the affiliate link by a redirection in PHP. A better approach, however, is to create a clickable form button that submits a cloaked post or get request to the merchant site, as used by my WiredTree coupon site:
<form method="get" action="http://www.example.com/affiliate.php?aff=123">
<button type="submit">Activate Coupon Code</button>
</form>
This way, the visitors would feel compelled to click on the button because there’s something good for them AND it’s relatively harder to find the original URL. Better yet, use the cloaked affiliate URL of your own in the action attributes.
You should also read:
- Best way to hide and cloak your affiliate links?
- Dynadot Affiliate Program Review – Not Worth the While
- Build Simple Amazon Affiliate Text Links with just ASIN (10 digit ISBN) and Your Amazon Associate Tracking ID
- A few Amazon affiliate tips and my earnings of Mar. 2011
- Amazon Associate (Affiliate) Program Review: Why I love them


Facebook
Twitter
Google Plus
{ 1 comment… read it below or add one }
Your site was great with interesting resources. Those thoughts is a huge help to anyone! keep sharing your ideas!
JK