![]() | | ||||||||
| | #1 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
|
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? |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
| | #2 |
| Senior Warrior Member War Room Member Join Date: Feb 2007 Location: UK
Posts: 2,031
Thanks: 535
Thanked 255 Times in 193 Posts
| |
| | |
| | |
| | #3 | |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| Quote: Thanks. | |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| ||
| | |
| | #4 |
| HyperActive Warrior War Room Member Join Date: May 2009
Posts: 323
Thanks: 94
Thanked 109 Times in 50 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 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
| | #6 |
| aka Avenuegirl War Room Member Join Date: Feb 2008 Location: Right where I want to be...
Posts: 5,419
Blog Entries: 23 Thanks: 1,337
Thanked 1,862 Times in 1,078 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.
|
| And more about Jill Carpenter and life on Nantucket [Designer Wanted] Click Here For Details | |
| | |
| | #7 |
| Software Developer War Room Member Join Date: Feb 2007 Location: Ohio , USA.
Posts: 2,273
Thanks: 416
Thanked 408 Times in 250 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
| |
| | |
| | #8 | |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| 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? | |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| ||
| | |
| | #9 |
| Senior Warrior Member War Room Member Join Date: Jul 2002
Posts: 1,678
Thanks: 82
Thanked 41 Times in 26 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: Ohio , USA.
Posts: 2,273
Thanks: 416
Thanked 408 Times in 250 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
| ||
| | |
| | #11 | |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| 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. | |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| ||
| | |
| | #12 |
| Don't Just Sit There! Join Date: Jan 2009 Location: NE UK
Posts: 748
Thanks: 498
Thanked 231 Times in 208 Posts
| |
| | |
| | |
| | #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,610
Thanks: 92
Thanked 384 Times in 115 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 | |
| Banned War Room Member Join Date: Jun 2007 Location: Up North, USA
Posts: 2,517
Blog Entries: 11 Thanks: 88
Thanked 288 Times in 157 Posts
| Quote:
![]() TomG. | |
| | |
| | #16 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
| | #17 | |
| Advanced Warrior War Room Member Join Date: Jul 2006 Location: USA
Posts: 1,610
Thanks: 92
Thanked 384 Times in 115 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. | |
| | ||
| | |
| | #18 | |
| Software Developer War Room Member Join Date: Feb 2007 Location: Ohio , USA.
Posts: 2,273
Thanks: 416
Thanked 408 Times in 250 Posts
| Quote:
You could test shorter delays, and leave the page blank. | |
|
-Jason
| ||
| | |
| | #19 |
| Software Developer War Room Member Join Date: Feb 2007 Location: Ohio , USA.
Posts: 2,273
Thanks: 416
Thanked 408 Times in 250 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 | |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| 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. | |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| ||
| | |
| | #21 |
| Brian Alexzander War Room Member Join Date: Apr 2009 Location: S.E. Michigan, Clem-Town, USA. 5 Miles from Lake St. Clair.
Posts: 423
Thanks: 617
Thanked 224 Times in 77 Posts
|
Would you care to share your solution?
|
| | |
| | #22 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| Zanti I've been using this. PHP Affiliate Jump Script - How to create an Affiliate Link jump script in PHP |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
| | #23 |
| Software Developer War Room Member Join Date: Feb 2007 Location: Ohio , USA.
Posts: 2,273
Thanks: 416
Thanked 408 Times in 250 Posts
|
that just looks like the normal php redirect.. it won't drop any of the appended values of the aff link
|
|
-Jason
| |
| | |
| | #24 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
| | #25 |
| Software Developer War Room Member Join Date: Feb 2007 Location: Ohio , USA.
Posts: 2,273
Thanks: 416
Thanked 408 Times in 250 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 | |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| Quote:
With the jump script it is cool for linking to pages that do no append your affid on the end of the url. | |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| ||
| | |
| | #27 |
| Active Warrior War Room Member Join Date: Nov 2005 Location: , , .
Posts: 87
Thanks: 66
Thanked 9 Times in 8 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 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
| |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
| | #29 | |
| HyperActive Warrior Join Date: Sep 2008
Posts: 371
Thanks: 74
Thanked 15 Times in 11 Posts
| Quote: | |
| | |
| | #30 |
| Active Warrior War Room Member Join Date: Nov 2005 Location: , , .
Posts: 87
Thanks: 66
Thanked 9 Times in 8 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 | |
| |
![]() |