How To Hide Your Affiliate Links

21 replies
Hey guys,

Just another quick question...could someone please explain to me how I can hide my name in my affiliate link when someone clicks through to the product page?


Thanks
#affiliate #hide #links
  • {{ DiscussionBoard.errors[2036132].message }}
  • Profile picture of the author Vanquish
    You can use a .php redirect or a url shortening service like TinyURL.com - shorten that long URL into a tiny URL
    Signature
    Nothing to sell, only value to give and new knowledge to learn.
    {{ DiscussionBoard.errors[2036188].message }}
    • Profile picture of the author bigcullie
      Originally Posted by Vanquish View Post

      You can use a .php redirect
      I will send you one.
      {{ DiscussionBoard.errors[2036463].message }}
    • Profile picture of the author bydomino
      Originally Posted by Vanquish View Post

      You can use a .php redirect or a url shortening service like TinyURL.com - shorten that long URL into a tiny URL
      I used to use tinyurl all the time but now I use bit.ly so I can track my shortened links
      {{ DiscussionBoard.errors[2036640].message }}
    • Profile picture of the author JeffMitchell
      Originally Posted by Vanquish View Post

      You can use a .php redirect or a url shortening service like TinyURL.com - shorten that long URL into a tiny URL

      Definately go with the php redirect....Because the traffic stats comes to you. So say that you are using a php redirect from your blog url. All that traffic to your affiliate links also makes your blog look better..


      Jeff Mitchell
      Signature

      HELP NEEDED! My Mother And Her Brother have been taking care of the mother with the help of Hospice. He just had a Massive Heart Attack while taking a short vacation. My mother had to go to Florida from Indiana to be with her brother and is not financially stable from being off work to be with grandma. Any Help Would Be Appreciated. http://www.gofundme.com/vg5kt4c

      {{ DiscussionBoard.errors[2037314].message }}
      • Profile picture of the author Mohammad Afaq
        Originally Posted by JeffMitchell View Post

        Definately go with the php redirect....Because the traffic stats comes to you. So say that you are using a php redirect from your blog url. All that traffic to your affiliate links also makes your blog look better..


        Jeff Mitchell
        I do something like this and it is generated by a software:

        http://mohammadafaq.com/recommends/freesoftware.html

        This way the visitor never gets my affiliate link so my commissions don't get stolen. I don't know what it's called but I can PM you the details on how I do it.
        Signature

        “The first draft of anything is shit.” ~Ernest Hemingway

        {{ DiscussionBoard.errors[2037717].message }}
  • Profile picture of the author chandan_dutta
    You can do the following way:

    For example productA you are promoting.

    Step1. Create one HTML file as below and give name as - index.html

    <html>
    <meta http-equiv="refresh" content="0;URL=http://zzz.xxx.hop.clickbank.net/">
    <title>productA</title>
    <body>
    <script>
    document.location.href = "http://zzz.xxx.hop.clickbank.net/";
    </script>
    <div align="center">
    <font color="#000000" size="2" face="tahoma">
    <b><font size="4">Loading productA</b>
    <br><br><br>
    Please wait...</font>
    <br><br><br><br>
    </div>
    </body>
    </html>

    Step2: Create a Folder in your host and give it the name of product. In this case productA

    Step 3: Upload the index.html to folder productA

    Step 4: Now the link will be http://yourdomain.com/productA/

    Please note you should not miss forward slash(/) at the end.
    {{ DiscussionBoard.errors[2036470].message }}
  • Profile picture of the author Rashm31
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[2036497].message }}
    • Profile picture of the author Brekat23
      Originally Posted by Rashm31 View Post

      I've PM you - let me know if you got it

      No, I'm sorry I didn't recieve a PM yet.
      Signature
      "The World of IM: Physically Easy - Mentally Challenging - Emotionally Intense."

      {{ DiscussionBoard.errors[2037214].message }}
  • Profile picture of the author Frankly
    good lesson for me. thanks
    {{ DiscussionBoard.errors[2036648].message }}
  • Profile picture of the author duia
    An URL shortener service is a good choice if you want to hide the Affiliate links.
    By the way, you can find many tips through searching in the Warrior forum.
    {{ DiscussionBoard.errors[2036662].message }}
    • Profile picture of the author Frank Donovan
      Originally Posted by duia View Post

      An URL shortener service is a good choice if you want to hide the Affiliate links.
      You just need to be aware that sometimes a company providing a URL shortening service may shut down or be otherwise unavailable.

      In such an instance, assuming you actually found out about it, you'd have to change all your affiliate links individually. And if you've built up a lot of these for many products on various sites over a long period, that's a major PITA.

      You don't have that worry if you're hosting a cloaker on your own server, or using a simple re-direct script.


      Frank
      Signature


      {{ DiscussionBoard.errors[2036708].message }}
      • Profile picture of the author Brekat23
        You don't have that worry if you're hosting a cloaker on your own server, or using a simple re-direct script.


        Frank
        Ok, so going off of your post Frank, how can I get my hands on one of these 'cloakers' or 're-direct scripts'?

        Thnx
        Signature
        "The World of IM: Physically Easy - Mentally Challenging - Emotionally Intense."

        {{ DiscussionBoard.errors[2037234].message }}
  • Profile picture of the author winebuddy
    Originally Posted by Brekat23 View Post

    Hey guys,

    Just another quick question...could someone please explain to me how I can hide my name in my affiliate link when someone clicks through to the product page?


    Thanks
    She could be referring to the customer actually arriving at the sales page and the affiliate ID is right there in the address bar.

    If this is the case, unless the seller has done it for you, there's no way to do it without making a replica sales page with the sellers payment button with your affiliate link already in it.

    Mike
    Signature
    "Knowledge is NOT power... ACTION on Knowledge is power"
    {{ DiscussionBoard.errors[2036664].message }}
    • Profile picture of the author Brekat23
      Originally Posted by winebuddy View Post

      She could be referring to the customer actually arriving at the sales page and the affiliate ID is right there in the address bar.

      If this is the case, unless the seller has done it for you, there's no way to do it without making a replica sales page with the sellers payment button with your affiliate link already in it.

      Mike

      Yes actually, my affiliate link looks alil like this: http://www.affiliatesite.com/index.html?mv_pc=myname

      How can I make this link look like this instead:

      http://www.affiliatesite.com

      just that? is that possible...I want to keep it exactly as it is, just hide everything after the .com

      Haha...please let me know if anyone knows how I can manage this, also, preferably if there is a way I can do this on my own for free through use of free software, or scripts, or whatever the answer is.

      Thanks guys

      Bre
      Signature
      "The World of IM: Physically Easy - Mentally Challenging - Emotionally Intense."

      {{ DiscussionBoard.errors[2037225].message }}
  • Profile picture of the author Adam Roy
    well if you're using wordpress, install the "pretty links" plugin.

    makes your link as unaffiliate like as it can be. www.yourdomain.com/loseweight loseweight being whatever you want that particular aff link to read as.

    Great plugin.
    {{ DiscussionBoard.errors[2037236].message }}
    • Profile picture of the author Brekat23
      Originally Posted by friend View Post

      well if you're using wordpress, install the "pretty links" plugin.

      makes your link as unaffiliate like as it can be. www.yourdomain.com/loseweight loseweight being whatever you want that particular aff link to read as.

      Great plugin.
      Thank you kindly for that suggestion, I wasn't aware of that. However my site isn't wordpress based, its like an actual website type deal. :rolleyes:
      Signature
      "The World of IM: Physically Easy - Mentally Challenging - Emotionally Intense."

      {{ DiscussionBoard.errors[2037302].message }}
    • Profile picture of the author W2L
      Originally Posted by friend View Post

      well if you're using wordpress, install the "pretty links" plugin.

      makes your link as unaffiliate like as it can be. www.yourdomain.com/loseweight loseweight being whatever you want that particular aff link to read as.

      Great plugin.
      Thats what I use in my wp blogs... and for static and other CMS I do a jumpscript... sort of like:

      mysite.com/keyword.php?id=identifier-for-this-affiliate-program

      This comes in very handy because you could redirect "the redirect" to a central location and if you are managing several sites you could change your links across the entire network in a matter of seconds....
      {{ DiscussionBoard.errors[2037769].message }}
  • Profile picture of the author jasonmorgan
    another option for wordpress is gocodes
    Signature

    I'm all about that bass.

    {{ DiscussionBoard.errors[2037244].message }}
  • Profile picture of the author Mountainmotorman
    Get a GO CODE and it is done for ALL you issues.... it is SIMPLE to do and SIMPLE to make...
    Signature

    {{ DiscussionBoard.errors[2037320].message }}
  • Profile picture of the author lerxtjr
    Yes actually, my affiliate link looks alil like this: http://www.affiliatesite.com/index.html?mv_pc=myname

    How can I make this link look like this instead:

    http://www.affiliatesite.com
    Technically, no one has addressed this direct question. To make a big long affiliate link become a domain name, you need to register a new domain name and then use the "redirect" feature (usually free) and then activate the "masking" feature (usually free) so that when a visitor gets to that domain name, the domain name stays in the address window. This technique is best used when promoting direct to people in email or in a book or in person like if you're doing a live workshop or something. For example, I've had BestDomainPlace(dot)com for years. It simply re-directs to my domain reseller account that has a long crazy url.
    Signature

    Come practice your public speaking skills with us FREE every week! SpeakersSpeakLIVE.com >>

    {{ DiscussionBoard.errors[2037834].message }}
  • Profile picture of the author foxtrot3
    Anybody use framing?

    Link cloaker tool
    {{ DiscussionBoard.errors[2037881].message }}

Trending Topics