![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Bum Marketer
War Room Member
|
I've seen this done hundreds if not thousands of times where when you clik through on a clickbank aff link upon landing on the page there is no affiliate ID on the end of the url on the salespage.
Now it has me wondering how do I do this? |
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
|
|
|
|
|
|
#2 |
|
Senior Warrior Member
War Room Member
Join Date: Feb 2007
Location: UK
Posts: 1,394
Thanks: 214
Thanked 111 Times in 80 Posts
|
|
|
|
|
|
|
|
| The Following User Says Thank You to Hamida Harland For This Useful Post: |
|
|
#3 | |
|
Bum Marketer
War Room Member
|
Quote:
Thanks. | |
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
||
|
|
|
|
|
#4 |
|
HyperActive Warrior
War Room Member
Join Date: May 2009
Posts: 217
Thanks: 48
Thanked 88 Times in 32 Posts
|
The easiest way to do this is by setting a cookie, then just link to the sales page.
It's against clickbank TOS, but since the "Ninja" is sold through CB, I am not sure if they are using the cookie approach as well... |
|
Last edited by Stefan Vee; 05-17-2009 at 05:56 PM. Reason: simultaneous post |
|
|
|
|
|
|
#5 |
|
Bum Marketer
War Room Member
|
|
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
|
|
|
|
|
|
#6 |
|
Jill Carpenter
War Room Member
Join Date: Feb 2008
Location: USA, typically hovering around the North East Coast
Posts: 1,662
Blog Entries: 18
Thanks: 281
Thanked 346 Times in 212 Posts
|
You can do some forwarding and masking with a domain that you own. The new domain will appear in the address bar, but no affiliate link.
|
|
|
|
|
|
|
|
|
#7 |
|
Software Developer
War Room Member
Join Date: Feb 2007
Location: Columbus, Ohio , USA.
Posts: 1,959
Thanks: 350
Thanked 304 Times in 185 Posts
|
"forcing the cookie" is not interfering with tracking if you do it correctly, so should not be a problem with CB's TOS. This is an example of legitimate "cookie stuffing".
|
|
-Jason
|
|
|
|
|
| The Following User Says Thank You to jasonl70 For This Useful Post: |
|
|
#8 | |
|
Bum Marketer
War Room Member
|
Quote:
Anyhow, I have another question about this and I just wish I could find the page I seen it on.. I seen a link that didnt seem to be generated by any cloaking software.. It was the clicbank vendors salespage URL.. hyyp://thesalespageurl.com/aff?=id It wasnt exactly like that but I seen this a few times and when clicking through there was no awful =affid at the end of the salespage URL... Anyone know anything about that technique? | |
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
||
|
|
|
|
|
#9 |
|
Been Here For Years...
War Room Member
Join Date: Jul 2002
Location: Florida, USA.
Posts: 1,631
Thanks: 52
Thanked 15 Times in 9 Posts
|
I think you'd like Affiliate Cloner, it has a special feature for Clickbank links as well. It's very popular. You can find it at: http://www.affiliatecloner.com (not my affiliate link).
Michele |
|
|
|
|
|
#10 | |
|
Software Developer
War Room Member
Join Date: Feb 2007
Location: Columbus, Ohio , USA.
Posts: 1,959
Thanks: 350
Thanked 304 Times in 185 Posts
|
Quote:
I used the typical forwarding script in a 'recommends' directory on my site. But here's what I do differently. instead of using a php server side redirect, I use a client side redirect set on a 3 second timer (you can use javascript, or a meta refresh). On the redirect page, I have 'please wait while we redirect you' type of message along wiht an animated 'scanning' type of gif image. During that 3 second pause, I force the CB cookie to the browser (google search on 'cookie stuffing' to see how). For the redirect, you can just use the normal sales page link. | |
|
-Jason
|
||
|
|
|
| The Following User Says Thank You to jasonl70 For This Useful Post: |
|
|
#11 | |
|
Bum Marketer
War Room Member
|
Quote:
The reason being is because I've seen it done better where there is no wait and you don't see the redirect page at all.. But other than that, very sound advice.. Im just testing it here now. | |
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
||
|
|
|
|
|
#12 |
|
Don't Just Sit There!
Join Date: Jan 2009
Location: NE UK
Posts: 281
Thanks: 82
Thanked 45 Times in 45 Posts
|
|
|
"I started out with nothing and I've still got most of it left!" |
|
|
|
|
| The Following User Says Thank You to pjCheviot For This Useful Post: |
|
|
#13 |
|
Warrior Member
Join Date: May 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
|
I don't like the idea of a link cloaker because then it will have the link cloakers link, well least all the ones I've tried did.
|
|
|
|
|
|
|
|
|
#14 |
|
Advanced Warrior
War Room Member
Join Date: Jul 2006
Location: USA
Posts: 1,240
Thanks: 18
Thanked 63 Times in 31 Posts
|
This is easy to do with a little bit of Javascript. Simply paste the following bit of code into the <head> section of your landing page...
Code:
<script type="text/javascript">
var yourdomain="http://www.yourdomain.com";
var url=top.location.toString();
if(url.indexOf('hop')>-1){
top.location.href=yourdomain;
}
</script>
|
|
|
|
|
|
|
|
|
#15 | |
|
Senior Warrior Member
War Room Member
Join Date: Jun 2007
Location: Up North, USA
Posts: 2,166
Blog Entries: 11
Thanks: 75
Thanked 216 Times in 121 Posts
|
Quote:
![]() TomG. | |
|
|
||
|
|
|
|
|
#16 |
|
Bum Marketer
War Room Member
|
|
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
|
|
|
|
|
|
#17 | |
|
Advanced Warrior
War Room Member
Join Date: Jul 2006
Location: USA
Posts: 1,240
Thanks: 18
Thanked 63 Times in 31 Posts
|
Quote:
@ Tom G... The script simply looks to see if 'hop' is contained anywhere in the incoming URL, and if so it simply rewrites the URL shown in the address bar to www.yourwebsite.com. This works great, because it still allows cookies to be set. | |
|
|
||
|
|
|
| The Following User Says Thank You to Brandon Tanner For This Useful Post: |
|
|
#18 | |
|
Software Developer
War Room Member
Join Date: Feb 2007
Location: Columbus, Ohio , USA.
Posts: 1,959
Thanks: 350
Thanked 304 Times in 185 Posts
|
Quote:
You could test shorter delays, and leave the page blank. | |
|
-Jason
|
||
|
|
|
| The Following User Says Thank You to jasonl70 For This Useful Post: |
|
|
#19 |
|
Software Developer
War Room Member
Join Date: Feb 2007
Location: Columbus, Ohio , USA.
Posts: 1,959
Thanks: 350
Thanked 304 Times in 185 Posts
|
BTW- while testing some other things, I did notice that not all hoplinks end up appending the aff id onto the url of the landing page. It's been a while since I set up a product in CB, and I've only done it once, but I'm thinking there's an option to have various data forwarded to your landing page like this.
|
|
-Jason
|
|
|
|
|
|
|
#20 | |
|
Bum Marketer
War Room Member
|
Quote:
I just found the perfect solution to the problems and it was exactly the way I wanted to do the whole time, a .cgi file that uses the vendors id and automatically does to that page straight from my own URL. Very cool, I like it. | |
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
||
|
|
|
|
|
#21 |
|
Brian Alexzander
War Room Member
Join Date: Apr 2009
Location: S.E. Michigan, USA
Posts: 186
Thanks: 103
Thanked 24 Times in 20 Posts
|
Would you care to share your solution?
|
|
|
|
|
|
#22 |
|
Bum Marketer
War Room Member
|
Zanti I've been using this.
PHP Affiliate Jump Script - How to create an Affiliate Link jump script in PHP |
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
|
|
|
|
|
|
#23 |
|
Software Developer
War Room Member
Join Date: Feb 2007
Location: Columbus, Ohio , USA.
Posts: 1,959
Thanks: 350
Thanked 304 Times in 185 Posts
|
that just looks like the normal php redirect.. it won't drop any of the appended values of the aff link
|
|
-Jason
|
|
|
|
|
|
|
#24 |
|
Bum Marketer
War Room Member
|
|
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
|
|
|
|
|
|
#25 |
|
Software Developer
War Room Member
Join Date: Feb 2007
Location: Columbus, Ohio , USA.
Posts: 1,959
Thanks: 350
Thanked 304 Times in 185 Posts
|
the method I was talking about with the delay was specificly to set the cookie before the redirect happened (which requires a client side redirect), letting you use a clean, non affiliate link for the redirect itself - so "there is no affiliate ID on the end of the url on the salespage"
![]() If you don't need all the junk dropped off the end, then yes you can just use a normal 'server side' php redirect. |
|
-Jason
|
|
|
|
|
|
|
#26 | |
|
Bum Marketer
War Room Member
|
Quote:
With the jump script it is cool for linking to pages that do no append your affid on the end of the url. | |
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
||
|
|
|
|
|
#27 |
|
Active Warrior
War Room Member
Join Date: Nov 2005
Location: , , .
Posts: 67
Thanks: 29
Thanked 4 Times in 4 Posts
|
Hi,
This code is not working for me. Page just ends up as blank and does not forward to the clickbank page. any ideas what the problem could be? hal |
|
|
|
|
|
#28 |
|
Bum Marketer
War Room Member
|
|
|
The entrepreneur builds an enterprise; the technician builds a job."
Michael Gerber |
|
|
|
|
|
|
#29 | |
|
HyperActive Warrior
Join Date: Sep 2008
Posts: 341
Thanks: 75
Thanked 13 Times in 10 Posts
|
Quote:
| |
|
|
|
|
|
#30 |
|
Active Warrior
War Room Member
Join Date: Nov 2005
Location: , , .
Posts: 67
Thanks: 29
Thanked 4 Times in 4 Posts
|
It's been a few days. and I dont' know which script I'm using. What its doing is fowarding to the Clickbank product page, but my hop=clickbankName is still training off the domain.
how can I hide this? hal |
|
|
|
![]() |
|
| Tags |
| aff, clickbank, landing, page, remove |
| Thread Tools | |
|
|
![]() |