![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Warrior Member
Join Date: May 2009
Posts: 15
Thanks: 4
Thanked 0 Times in 0 Posts
|
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 |
|
|
|
|
|
#2 |
|
Active Warrior
Join Date: Sep 2009
Posts: 34
Thanks: 1
Thanked 9 Times in 8 Posts
|
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");
}
?>
-Kathy |
|
|
|
|
|
#3 |
|
Warrior Member
Join Date: May 2009
Posts: 15
Thanks: 4
Thanked 0 Times in 0 Posts
|
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? |
|
|
|
|
|
#4 |
|
TyrMarketing.com
War Room Member
Join Date: Sep 2007
Location: Lexington, KY, USA
Posts: 195
Thanks: 17
Thanked 3 Times in 3 Posts
|
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 |
|
|
|
|
|
|
#5 | |
|
Mr SuperTips
War Room Member
Join Date: Jul 2002
Location: United Kingdom.
Posts: 3,345
Thanks: 25
Thanked 353 Times in 161 Posts
|
Quote:
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 | |
|
|
||
|
|
|
|
|
#6 | ||
|
Warrior Member
Join Date: May 2009
Posts: 15
Thanks: 4
Thanked 0 Times in 0 Posts
|
Quote:
(if your wondering, no i dont have a product, im just trying to figure some things out for an idea i have) Quote:
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? | ||
|
|
|
|
|
#7 |
|
Mr SuperTips
War Room Member
Join Date: Jul 2002
Location: United Kingdom.
Posts: 3,345
Thanks: 25
Thanked 353 Times in 161 Posts
|
|
|
|
|
|
|
|
| The Following User Says Thank You to Harvey.Segal For This Useful Post: |
|
|
#8 |
|
Active Warrior
Join Date: Sep 2009
Posts: 34
Thanks: 1
Thanked 9 Times in 8 Posts
|
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 |
|
|
|
![]() |
|
| Tags |
| clickbank, exclusive, links |
| Thread Tools | |
|
|
![]() |