Search
Recommended Products
Related Links


 

 

Informative Articles

3 Sources of Content All Affiliates Should Use...
Copyright 2005 Kurma Group As an affiliate, it's critical that you have a website. "Having" a website is not always the hardest part – the hardest part is that your website needs to get traffic! So, how do you get traffic? There is absolutely...

Affiliate Marketing – My Best Decision
When I decided to quit my job and start an internet business, I was clueless. I researched and found several viable opportunities however the more I read, the more I realized how difficult this was going to be. I did not have a product and was...

Affiliate Programs 101!
Joining an affiliate program is one of the easiest ways to start an online business and generate income for your website. These revenue sharing programs are very popular on the net. And is the way many new entrepreneurs started online. When...

Affiliate Programs – The Fast Track to Wealth
Copyright 2005 Peter Dobler Remember the day when you made the ultimate decision to change your life? Yes, it was the day when you decided to start your own home business. Gosh, I remember the anxiety when I uploaded my very first web site,...

Become An Affiliate Champion: 10 Tips
Affiliates programs are one of the easiest ways to make money in the internet. Small fortunes have been made for smart people who have taken advantage of this powerful marketing technique. This tips intend to help you on your way to become a...

 
Google
Clickbank Vendors: Two Simple Ways You Can Help Affiliates Protect Their Sales.

1) How To Remove Your Affiliates Clickbank Id From The URL.

As a merchant, you can hide the clickbank affiliate id for your affiliates by creating a redirect page and pointing your default hoplink to the redirect.

When some uses your hoplink http://hop.clickbank.net/?affid/yourid, the cookie will be set and they will land on your redirect page.

The redirect will send them to your domain without adding the ?hop= information. The cookie is already set and does not need to be shown.

This will help protect your affiliates commission and give your site a more professional appearance.

In the code examples below, you will need to replace [ and ] with less then and greater then symbols.

Create a file called hoplink.php

Add the following code

[?php

header("Location: http://www.yourdomain.com");

exit;

?]

Upload hoplink.php to the root of your domain.

Login into your clickbank account.

Click to view or modify your account settings.

Click to modify your account.

Under Business Info, change the url of your website to be http://www.yourdomain.com/hoplink.php

Click on save changes.

Now when a visitor clicks on a hoplink, it appears that they came directly to your site and the affiliate's id is no longer exposed. For this technique to be completely effective, the affiliate needs to cloak the hoplink as well.

2) How to Cloak Your Clickbank Vendor Id Using PHP

Most clickbank affiliate theft is caused by the fact that is easy to rebuild a hoplink and get credit for your own purchase. All you really need to know is the vendor id.

All you have to do is look at the source code of a typical sales link and you will see the


vendor id.

For example: http://www.clickbank.net/sell.cgi?YourVendorId/1/Product_Description

To rebuild the hoplink you simply use http://hop.clickbank.net/?AffiliatesId/YourVendorId

Now when you click on the hoplink and the original affiliate has lost a sale.

As you can see, without knowing the vendor id, you can not successfully rebuild the hoplink and the affiliates sale would be protected.

Below is an example of how to do this in PHP.

You will need to replace [ and ] with less then and greater then symbols.

Create a file called order.php

Add the following code

[?php

header("Location: http://www.clickbank.net/sell.cgi?YourVendorId/1/Product_Description");

exit;

?]

Just replace YourVendorID with your Clickbank ID

Replace 1 with your product number

Replace Product_Description with your Product Description

Upload order.php into the same folder as your sales page.

Now link to order.php instead of using the raw order link and your Vendor ID is never exposed

This will make it very hard for affiliates to rob other affiliates of their commissions.

I encourage you to make these simple changes to protect the commissions of your affiliates.

Copyright 2004 John Hocking

John Hocking is the creator of http://www.guidetoebookmarketing.com, a resource site on creating and marketing ebooks. You will find hundreds of resources, articles and ebook reviews. Learn how to create viral ebooks at http://www.viral-ebook.com