How to Prevent Commission Theft
I used to lose a fairly hefty amount of my sales commissions to affiliate link hijacking.
How do I know it's a 'hefty' amount? Well, ANY money that is stolen from me qualifies as 'hefty'.
There are two types of commission thieves, consumers and other affiliates.
Consumers steal affiliate commissions by removing an affiliate's ID from the URL prior to clicking through to the site.
It baffles (and cheeses) me that consumers would deprive the affiliate of their rightful commission. As it costs them no more money to buy through the affiliate, I must assume that these folks are inherently mean-spirited.
How do they change the URL to cheat the affiliate?
Well, for example, my affiliate URL for the One and Only Relationship Network is: http://www.one-and-onlv.com/index.htm ?AssociateID==6486
A savvy, but mean-spirited consumer will see that URL in their browser status bar when their cursor is placed over the link.
To prevent credit going to my link, they could either type One and Only's main URL, http;//one-and-only.com directly into their browser's address window. They could also right-click the link and then copy and paste it into the address window and then remove the AssociateID=6486 portion of the link before they clickthrough to the site.
Affiliates, who discover a product that they like through your affiliate link, will use the same techniques. However, they swap your affiliate ID for their own to get the commission when they buy the product. In effect, they are discounting their own purchase.
Responsible merchants have systems in place that don't allow this to happen, making sure that credit is given where credit is due.
However, most merchants do not, so it's up to you as an affiliate to protect your commissions.
To overcome affiliate commission theft, there are various methods you can use to try and beat the cheats.
Method #1 - 'onMouseOver'
Super Affiliate Handbook The first method is to use an 'onMouseOver' script in your affiliate links. What this does is to show text of your choosing in the status bar when someone places his or her cursor over your link.
Here's an example of the HTML:
only.com/index.htm?AssociateID=6486"
onMouseOver="window.status='One and Only'; return true " onMouseOut="window.status=''; return true ">One and Only</a>
In this case, when the cursor is over my One and Only link, the status bar window displays 'One and Only'.
Unfortunately, your affiliate link can still be seen when it's right-clicked. Method #2 - Disable Right-Click
Here's the script that that pops a message when someone uses right-click to try and see your link coding.
Was this article helpful?
Readers' Questions
-
Prima1 year ago
- Reply