Results 1 to 8 of 8

Can affiliate links be made to appear "naked"?

This is a discussion on Can affiliate links be made to appear "naked"? within the Ad Networks forums, part of the Monetizing category; Is there any way, using .htaccess or something else, to make an affiliate link appear like a regular link when ...

  1. #1
    Senior Member
    Real Name
    Johnny5
    Join Date
    Oct 2008
    Posts
    231
    Liked
    0 times

    Can affiliate links be made to appear "naked"?

    Is there any way, using .htaccess or something else, to make an affiliate link appear like a regular link when users mouse over it, but still function as an affiliate link? Somebody told me about something that accomplishes this in WordPress, but I am curious whether there is a way to do the same in vBulletin.

    That is, can buystuff.com/product.php?affiliate=123

    be made to appear as buystuff.com/product.php

    but nevertheless function as/lead to buystuff.com/product.php?affiliate=123?

    Thank you

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    The problem with this is the destination page.

    With ebay its easy, because they have the flexible desitnation tool.

    With others, it's not.

    You can always turn buystuff.com/some-product/abc/ into buystuff.com?aff=123, but that lands on the .com, not the correct landing page (which will most likely screw the conversion rate)

    How to you convert to the correct landing page?

  3. #3
    Senior Member
    Real Name
    Johnny5
    Join Date
    Oct 2008
    Posts
    231
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    You can always turn buystuff.com/some-product/abc/ into buystuff.com?aff=123, but that lands on the .com, not the correct landing page
    Plus it is still clearly an affiliate link, which would defeat the purpose of modifying it. Oh well. Hopefully people wouldn't avoid a link just because it benefits a person trying to cover the costs of providing the website to them...

  4. #4
    Senior Member
    Real Name
    Bernard
    Join Date
    Aug 2007
    Location
    Friendswood, TX
    Posts
    184
    Liked
    2 times
    You can use onMouseOver to change the text in the status bar, but anyone who reads your source code is still going to see the affiliate link.

    You can also use a Javascript link encapsulator, but it only works for people who have Javascript enabled (which is most people).
    I'm using vbSEO for my precious metals forum.

  5. #5
    Member
    Real Name
    Vishal Patel
    Join Date
    May 2007
    Posts
    88
    Liked
    0 times
    try tinyurl.com

    or this (found it online):

    If you have your own website you can hide your links by setting up a page redirect.
    All you have to do is to just insert this one line of code into a php file:-
    <?php header("location: http:// www .YourUglyAffiliateLink"); ?>
    You can name your php file to anything you want, for example, great-bargains.php, so your actual link would be YourWebsite/great-bargains.php which will redirect to the site you are promoting.

    Hope that helps

    Peace

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    but you'd have to generate a tiny URL for every affiliate link ever...

  7. #7
    Member
    Real Name
    Vishal Patel
    Join Date
    May 2007
    Posts
    88
    Liked
    0 times
    that is true....didnt say it was the best option...lol..i have 5 affiliates so it works for me

  8. #8
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,266
    Liked
    586 times
    Quote Originally Posted by briansol
    You can always turn buystuff.com/some-product/abc/ into buystuff.com?aff=123, but that lands on the .com, not the correct landing page (which will most likely screw the conversion rate)
    As you state, for deep affiliate linking to work, the merchant's site must be properly set up to track links pointing to places other than the homepage.

    In addition, it's a pain in the *ss for affiliates as they need to go into the affiliate program's interface to generate a unique link per referral, if they want to deep link. Many simply end up linking to the homepage but killing conversion rates, as you mention.

    I've always wondered why affiliate programs require such a convoluted process to track referrals, when programatically, sales can simply be associated to a referring site (think URL or domain).

    If such system was implemented for affiliate programs:
    1. Affiliates would be able to link freely to whatever page they feel brings the most value to their prospects, without having to "get" links anywhere, or having to create "tiny URLs".
    2. Merchants wouldn't need to implement complex per-product tracking systems, allowing affiliates to deep link to their product/service pages while still tracking/remunerating sales.
    3. Affiliates wouldn't need to worry about prospects avoiding their links just because they don't want to make the affiliate money.

    Some webnauts even use the "affiliate" status of a user to try to undermine their reputation (think Minstrel vs. Loco @ DP). Such a system would also help alleviate this problem.

    I think Crawlability should enter this space.

Similar Threads

  1. Replies: 7
    Last Post: 04-28-2007, 04:11 AM
  2. Replies: 5
    Last Post: 09-09-2006, 04:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •