How to Hide affiliate link

Discussion in 'General Marketing' started by funnylitman, Mar 27, 2008.

  1. #1
    I know when using a domain to redirect to an affiliate you can mask the domain but im wondering is there a way so even if you look at the page source the affiliate link will not show up?
     
    funnylitman, Mar 27, 2008 IP
  2. PlateFish

    PlateFish Banned

    Messages:
    620
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's pretty sly. You should always let your customers know if they're using an affiliate link imo, or at least make it obvious to anyone with common sense. Tricking people into signing up to your affiliate is dishonest. But hey, it is a dog eat dog world.
     
    PlateFish, Mar 27, 2008 IP
  3. funnylitman

    funnylitman Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's been estimated that up to 90% of all affiliate sales made online are lost to commission thieves.
     
    funnylitman, Mar 27, 2008 IP
  4. Brilliances

    Brilliances Active Member

    Messages:
    619
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    60
    #4
    do you mean this?

    use a php file to redirect and link to the php file.

    
    if (!strpos($_SERVER['HTTP_USER_AGENT'], 'bot'))
    header("Location: http://youraffiliatelink.com/?refid=abcd"); 
    PHP:
    so your links will look like http://www.discountcouponcodes.net/recommends/godaddy.php

    and that php file will redirect with your affiliate id
     
    Brilliances, Mar 27, 2008 IP
  5. RevRPM

    RevRPM Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Who says its 90%?
    That does not sound right to me.

    Think about it. How do you pinch commission?
    (Asuming you would want to and ignore conscience...)
    By putting your affiliate ID into the URL?

    In which case you are already an affiliate yourself.
    If it really is 90%, then maybe it is just affiliates
    who cannot be bothered to get their own link set up
    and buy the product from themselves (not that I would
    do that either)!

    But, the point is, if you are the victim in this circumstance,
    you would not have got their sale anyway.

    I think a re-direct is really neat. You can choose a really
    good URL (get creative) and put you link on the 'index'
    page. That way, it goes straight to the main site. If you
    the sales letter is doing its job, where do commission
    thieves come in?
     
    RevRPM, Mar 27, 2008 IP
  6. Brilliances

    Brilliances Active Member

    Messages:
    619
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    60
    #6
    the thieves are the bots that infect your computers and alter the urls to be their urls via the code they have running ont he hijacked user's pc. So when the user surfs to your page, instead of your links appearing, they will actually be the botmaster's links.
     
    Brilliances, Mar 27, 2008 IP
  7. ninjashoes

    ninjashoes Well-Known Member

    Messages:
    1,401
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    138
    #7
    well I can imagine it would help if you didnt have the domain name in the ad

    if the domain name is there they will just type it into the address bar, I dont have that much experience with affiliates though I just recently signed up for cj
     
    ninjashoes, Mar 28, 2008 IP
  8. kmofo

    kmofo Active Member

    Messages:
    442
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    85
    #8
    You could use an off-site service like tinyurl.com.
     
    kmofo, Mar 28, 2008 IP
  9. Fisker

    Fisker Well-Known Member

    Messages:
    1,856
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    175
    #9
    So how do we stop these botmasters from hijacking our links ?? Does cloaking of links protect us from them ??
     
    Fisker, Mar 28, 2008 IP
  10. himanuzo

    himanuzo Well-Known Member

    Messages:
    2,462
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    158
    #10
    <html>
    <head>
    <title>Your Title</title>
    </head>

    <frameset cols="*,1" frameborder="0" framespacing="0" border="0">
    <frame src="http://youraffiliatelink.com" border="0" frameborder="0" name="main" noresize scrolling="auto"></frameset>
    <noframes></noframes>
    </html>


    This code only works for ClickBank and PayDotCom. If you want to cloak other affiliate program, you need to test this code.
     
    himanuzo, Mar 28, 2008 IP
  11. saint75

    saint75 Active Member

    Messages:
    148
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #11
    Check out clickaudit.com.Excellent service.You can also do ppc campaign tracking.
     
    saint75, Mar 28, 2008 IP
  12. LawnchairLarry

    LawnchairLarry Well-Known Member

    Messages:
    318
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    118
    #12
    There are quite a few ways to mask an affiliate link. One would be to use a javascript, another would be to use hexadecimal coding of the source and a third would be to use a URL shortening service such as TinyURL, ClickAudit or HopURL. The advantage of the latter two over TinyURL is that you can track the number of clicks and you can modify the target URL once made. Have a look at the cloaked affiliate links that John Chow uses on his website.
     
    LawnchairLarry, Mar 28, 2008 IP
  13. pka77

    pka77 Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Some people recommend Namestick.
    I have an account with them but I haven't used it yet.
     
    pka77, Mar 28, 2008 IP
  14. makeitwork

    makeitwork Member

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #14
    This is the kind I like to use too. as well as the PHP re-direct. I don't think the 90% is correct either but, i know there is upposed to be alot of theft going on. plus, you want to look like the originator in some cases of your "product" not like some sales person. I say its a good thing!

    I use this alot for answers on Yahoo - they wont let you "do" tiny url or some others so you have to get a little sneakier on them!

    Good luck!
     
    makeitwork, Mar 28, 2008 IP
  15. jakeruston

    jakeruston Banned

    Messages:
    1,363
    Likes Received:
    89
    Best Answers:
    0
    Trophy Points:
    0
    #15
    There are programs that can encrypt the code on the page when masking a URL. I'd recommend one of these ;)

    I gave one out on my blog as part of the Super Scripts (Can't remember which day). Check it if you want. Its the Learn SEO link in my sig ;)
     
    jakeruston, Mar 28, 2008 IP
  16. MoneyMoose

    MoneyMoose Peon

    Messages:
    683
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I believe The Net Fool had an excellent post on the topic recently. Check out his blog.
     
    MoneyMoose, Mar 28, 2008 IP
  17. miester

    miester Active Member

    Messages:
    198
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    68
    #17
    I thought you can get penalized with the search engines or lose your affiliate account by cloaking affiliate links?
     
    miester, Mar 28, 2008 IP
  18. saint75

    saint75 Active Member

    Messages:
    148
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #18
    Maybe it depends on the SE mood.:DI have seen cloaked affiliates ranking better than their sponsors.:eek:
     
    saint75, Apr 9, 2008 IP
  19. thenetfool

    thenetfool Active Member

    Messages:
    218
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #19
    thenetfool, Apr 9, 2008 IP
  20. Red_Virus

    Red_Virus Well-Known Member

    Messages:
    3,756
    Likes Received:
    249
    Best Answers:
    0
    Trophy Points:
    135
    #20
    If you are trying to mask affiliate links on wordpress blogs then check out the wpaffiliatepro :)

    Or the other most easiest way is php redirect which I use on most of my sites.
     
    Red_Virus, Apr 9, 2008 IP