Hide your affiliate ID

Discussion in 'Affiliate Programs' started by gemini5011, Oct 12, 2007.

  1. #1
    Well, what is the best site to Hide your affiliate ID?
    no more Tinyurl, ok?
     
    gemini5011, Oct 12, 2007 IP
  2. homebizbuilder

    homebizbuilder Peon

    Messages:
    784
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, try a PHP redirect. Do a simple search online and you will find many scripts that do that.

    Alternatively, PM me for a new site that not only hides your affiliate link and also gives you stats of no of unique visitors and clicks.

     
    homebizbuilder, Oct 12, 2007 IP
  3. samww

    samww Peon

    Messages:
    119
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Maybe you can try urlfreeze.com
     
    samww, Oct 12, 2007 IP
  4. denovo

    denovo Peon

    Messages:
    260
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    denovo, Oct 12, 2007 IP
  5. purdue512

    purdue512 Well-Known Member

    Messages:
    858
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    108
    #5
    Why is this such a big deal to people? Is it SERP or perception? I don't believe that normal non-IMers even know what that is.
     
    purdue512, Oct 13, 2007 IP
  6. jeremy217

    jeremy217 Peon

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    The reason is because sometimes long urls with special characters sometimes don't work in emails/im.

    You could also try http://shortio.com
     
    jeremy217, Oct 13, 2007 IP
  7. purdue512

    purdue512 Well-Known Member

    Messages:
    858
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    108
    #7
    That is true.. I know really long / dirty urls are not great for SEO either. Although, isn't a way to tell Google to ignore only certain variables in your Robots.txt?
     
    purdue512, Oct 13, 2007 IP
  8. erictan

    erictan Peon

    Messages:
    41
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    There are many ways in doing so...

    Like php redirect, using frames setting, javascript, htaccess...

    But I suggest you should use one that has the ability to track your links so that at least you know how many people are visiting your websites.

    For a free service, I suggest urlfreeze.com... not the best but good for a start!
     
    erictan, Oct 13, 2007 IP
  9. gemini5011

    gemini5011 Peon

    Messages:
    129
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    thank guys
    thats help
     
    gemini5011, Oct 15, 2007 IP
  10. cherry_yuya

    cherry_yuya Active Member

    Messages:
    2,272
    Likes Received:
    84
    Best Answers:
    0
    Trophy Points:
    90
    #10
    As an alternative to htaccess or PHP, use a simple HTML redirect page.

    Create a new html file and name it let's say widget.html

    Then write this in your widget.html

    <HTML>
    
    <HEAD>
    
    <meta http-equiv="refresh" content="0; URL=YOUR-AFFILIATE-LINK">
    
    </HEAD>
    
    <BODY>
    
    </BODY>
    
    </HTML> 
    Code (markup):
    Then everyone who visit domain.com/widget.html will be redirected to the affiliate url that you wrote.
     
    cherry_yuya, Oct 15, 2007 IP
  11. erictan

    erictan Peon

    Messages:
    41
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    That's a good one...

    But only those with their own website could do that.
     
    erictan, Oct 17, 2007 IP
  12. priyakochin

    priyakochin Banned

    Messages:
    4,740
    Likes Received:
    138
    Best Answers:
    0
    Trophy Points:
    0
    #12
    You can use any url shorten site for this.
     
    priyakochin, Oct 18, 2007 IP
  13. richardhan

    richardhan Member

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #13
    Paste the following into notepad:

    <? header('Location: http://INSERT-AFFILIATE-LINK'); ?>

    Then save it as a .php file (for eg. affproduct.php). Upload the file to your server and link to it whenever you want to make a referral.

    However, as erictan mentioned, it's really better to use one that provides statistics, eg. GoTryThis, Covert Affiliate Links, PowerLink Generator etc, so that you can track whether your campaigns are working...
     
    richardhan, Oct 18, 2007 IP
  14. jeremy217

    jeremy217 Peon

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    This is the most easy way if you want to track clicks and hide your id.

    Use the html method above and create pages for your links.

    I see a lot of people using things like mydomainname.com/product

    Then the index in that folder goes to the affiliate program.

    You can also add html pages for certain keywords but php is probably less time consuming.
     
    jeremy217, Oct 18, 2007 IP
  15. cherry_yuya

    cherry_yuya Active Member

    Messages:
    2,272
    Likes Received:
    84
    Best Answers:
    0
    Trophy Points:
    90
    #15
    No you doesn't need a website. You just need a domain for it. So far it's the easiest way for PHP noob like me to mask aff ID beside htaccess.
     
    cherry_yuya, Oct 18, 2007 IP
  16. erictan

    erictan Peon

    Messages:
    41
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Oh please!

    I'm just trying to put it in general terms...

    If you're so specific then, you may want to talk about the sub-domain... the hosting... dns server...

    ...know what I mean? :D
     
    erictan, Oct 18, 2007 IP