War Room

Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 09-21-2009, 11:16 PM   #1
Warrior Member
 
Join Date: May 2009
Posts: 15
Thanks: 4
Thanked 0 Times in 0 Posts
Default Clickbank exclusive links? can it be done?

ive contacted clickbank on this and haven't received a answer

Suppose i have a product and i want to discount it and have it be available only for one particular affiliate.

now the reason why i say this is to help keep it exclusive to that person. and to not really have the offer open to usual affiliates or to have it open on the marketplace at clickbank to be shared with others so that i do not lose money from the discount link being shared.

any ways of doing this or methods?

or perhaps their is a hassle free way of setting up a affiliate link not threw clickbank?

Thanks

~Osail
osail is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-21-2009, 11:46 PM   #2
Active Warrior
 
Join Date: Sep 2009
Posts: 34
Thanks: 1
Thanked 9 Times in 8 Posts
Default Re: Clickbank exclusive links? can it be done?

Well I've never seen CB offer anything like that, but you can do something similar on your own without much work if you can take payment another way (paypal etc)

Then just give the affiliate you want to give the discount to a link that says yoursiteexample.com/offerpage.php?discount=12345

Then add this php to your site

Code:
<?php
$discount=$_GET['discount'];

if($discount=="12345"){
header("refresh: 0; url=/discountofferpage.html");
}
?>
Hope I've helped. Let me know if you have any more questions.

-Kathy
linkedinlincoln is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to linkedinlincoln For This Useful Post:
Old 09-22-2009, 02:11 AM   #3
Warrior Member
 
Join Date: May 2009
Posts: 15
Thanks: 4
Thanked 0 Times in 0 Posts
Default Re: Clickbank exclusive links? can it be done?

hmm it kind of dose, however the thing i do like about CB is that it automates several things and dosent have a huge fee to it.

paypal dose on the other hand, plus i have had my account hacked into several times and would not like to deal with that again.

is there another service that takes care of,
main fee, Subscription fee, and affiliate commissions?
osail is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2009, 03:29 AM   #4
TyrMarketing.com
War Room Member
 
eidoan's Avatar
 
Join Date: Sep 2007
Location: Lexington, KY, USA
Posts: 195
Thanks: 17
Thanked 3 Times in 3 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via AIM to eidoan
Default Re: Clickbank exclusive links? can it be done?

You might want to look into 1shoppingcart.com, I've been using them on some projects and been very happy with the features... autoresponder, payment processer, affiliate software with 1st and 2nd tier, etc., everything a growing marketer needs to build a business.

-David J. Kosmider, TyrMarketing.com Coming Soon!
"And I said to myself: This is the business we've chosen..." -Roth, Godfather Part II
eidoan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2009, 04:02 AM   #5
Mr SuperTips
War Room Member
 
Join Date: Jul 2002
Location: United Kingdom.
Posts: 3,345
Thanks: 25
Thanked 353 Times in 161 Posts
Default Re: Clickbank exclusive links? can it be done?

Quote:
Originally Posted by osail View Post
Suppose i have a product and i want to discount it and have it be available only for one particular affiliate.
Osail,

There are two methods

1. Set up another Item in your CB account at the discounted
price. You will then need an affiliate management script
like easyClickMate or Hopguard to provide affiliate links to
the two different items.

2. Set up another CB account with that product, for that
affiliate only, but don't submit it to the CB marketplace.


Harvey

Harvey.Segal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2009, 06:12 PM   #6
Warrior Member
 
Join Date: May 2009
Posts: 15
Thanks: 4
Thanked 0 Times in 0 Posts
Default Re: Clickbank exclusive links? can it be done?

Quote:
Originally Posted by Harvey.Segal View Post
Osail,

There are two methods

1. Set up another Item in your CB account at the discounted
price. You will then need an affiliate management script
like easyClickMate or Hopguard to provide affiliate links to
the two different items.

2. Set up another CB account with that product, for that
affiliate only, but don't submit it to the CB marketplace.


Harvey
i thought it was automatically sent to CB marketplace, like you didnt have a say whether to list it or not.
(if your wondering, no i dont have a product, im just trying to figure some things out for an idea i have)

Quote:
Well I've never seen CB offer anything like that, but you can do something similar on your own without much work if you can take payment another way (paypal etc)

Then just give the affiliate you want to give the discount to a link that says yoursiteexample.com/offerpage.php?discount=12345

Then add this php to your site

Code:
<?php
$discount=$_GET['discount'];

if($discount=="12345"){
header("refresh: 0; url=/discountofferpage.html");
}
?>
Hope I've helped. Let me know if you have any more questions.

-Kathy
i think this may work, im not sure on how to test it out though and make it work, im slightly familiar with code and php. but not to greatly.

also i was thinking about using paydot.com.

although to be a merchant do you have to have a pro paypal account for you to pay your affiliates?
osail is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2009, 06:16 PM   #7
Mr SuperTips
War Room Member
 
Join Date: Jul 2002
Location: United Kingdom.
Posts: 3,345
Thanks: 25
Thanked 353 Times in 161 Posts
Default Re: Clickbank exclusive links? can it be done?

Quote:
Originally Posted by osail View Post
i thought it was automatically sent to CB marketplace, like you didnt have a say whether to list it or not.
No - you have the option.

Harvey

Harvey.Segal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Harvey.Segal For This Useful Post:
Old 09-24-2009, 12:28 AM   #8
Active Warrior
 
Join Date: Sep 2009
Posts: 34
Thanks: 1
Thanked 9 Times in 8 Posts
Default Re: Clickbank exclusive links? can it be done?

If you want to test the code I gave you (even though the other option might be the better way to go) Just Create 2 "sales" pages.

the first you would name index.php and the second you would name discountoffer.html

you add the php script from above anywhere on the index.php page (inside the head tags works best)

Then just upload both pages to your ftp.

Open your browser to mysite.com/whateverfolderyouuploadedthefilesto/ and you should see the body you wrote for index.php

Then type in mysite.com/whateverfolder.../?discount=12345 and you should see whatever you wrote up on the discount offer page.

Voila

Hope this helps

-Kathy
linkedinlincoln is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
clickbank, exclusive, links

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 05:22 PM.