Go Back   5 Star Affiliate Marketing Forums > Affiliate Forum > General Topics Affiliate Forum

General Topics Affiliate Forum General and More Advanced Topics. -- NO ADS, affiliate links or self promotion in any discussion forums!

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-27-2008, 03:42 PM
5 Star Member
 
Join Date: Oct 2008
Location: Orange County, NY
Posts: 34
Default Maskng Affiliate Links. Does It Really Improve Converison Rates?

Does using url masking services like tinyurl or using domain redirects in your cpanel really improve CTR and conversion rates?

Also if you had the choice would you rather use a service like tinyurl or pinurl or your domain redirects in your cpanel and why?

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 11-27-2008, 04:20 PM
Larwee's Avatar
In Memoriam - Loyal Administrator
 
Join Date: Jul 2006
Location: St. Louis, Missouri USA
Posts: 3,340
Default

kflo01, here are a few threads you might find helpful.

HTAccess Cloaking How-To How to redirect using html

How to hide your affiliate links

Cloaking

Link Cloaking

How do i cloak affiliate links?

encrypting affiliate links

Cloaking Affiliate Links With Wordpress
Reply With Quote
  #3 (permalink)  
Old 11-27-2008, 06:46 PM
Linda Buquet's Avatar
5 Star President & Community Leader
 
Join Date: Jun 2005
Location: So Cal
Posts: 12,127
Default

Quote:
Originally Posted by kflo01 View Post
Does using url masking services like tinyurl or using domain redirects in your cpanel really improve CTR and conversion rates?

Also if you had the choice would you rather use a service like tinyurl or pinurl or your domain redirects in your cpanel and why?
Using regular redirects like through htaccess can help conversions because some people are scared to click long weird looking URLS. I think given the choice of clicking yoursite.com/product vs gkpdjzjk.com/?pidrduwi2335867 most would pick the one with the 1st one.

To me and I think most normal people who aren't marketers (therefore maybe used to it) Tinyurl and other redirect services look very spammy. I won't even click on one usually unless it has a preview so I can see where it's taking me, because there's so much junky stuff out there using TinyUrl.

My 2 cents...
__________________
Linda Buquet :: Affiliate Recruiting, Promotion & PR

The free forum support we provide is made possible by all the 5 Star programs at the
top of the right sidebar & in the directory below. Please visit & support our merchants.


5 Star Affiliate Blog :: 5 Star Affiliate Directory

5 Star Affiliate Marketing Blog
Reply With Quote
  #4 (permalink)  
Old 11-29-2008, 03:28 PM
5 Star Member
 
Join Date: Oct 2008
Location: London based Kiwi
Posts: 75
Default

agree with what's been said, i'd avoid tinyurl like the plague, who wants to click on tinyurl.com/DD7GJIE02 ... you have no idea what you're getting ...

what works best i think is something like yourdomain.com/recommends/product or something like that ...
Reply With Quote
  #5 (permalink)  
Old 12-18-2008, 11:59 AM
5 Star Member
 
Join Date: Dec 2008
Location: Tooele, UT
Posts: 11
Default

I don't know that using TinyURL helps much, as I don't like clicking on links when I don't know where they're going.

I also don't like clicking on links that look like this:

hxxp://www.blahblahblah.com/e?=this_is_an_affiliate_link

I cloak my links so they help motivate my customers to click on them. They tend to look like this:

hxxp://www.mydomain.com/recommends/This_Product

As a bonus, cloaked links help hinder hijacking by other affiliates.

Charlie
__________________
Membership Site 1-2-3 - The easiest recurring income ever.
Reply With Quote
  #6 (permalink)  
Old 12-19-2008, 04:44 PM
5 Star Senior Member
 
Join Date: Feb 2007
Location: The Netherlands
Posts: 329
Default

If you want really clean looking URL's you can do the following:

First you create a redirect page to either simply 301 redirect or strip your referrer information, whatever works for you.

I'll use the example of a basic 301 php redirect which will keep your referrer information intact.

Open up notepad and copy and paste the following code and when you save it name it as you see fit, i.e. - you could name it if it is a affiliate program for digital cameras and the link goes to a product page for a Nikon camera, you name it nikonmodel500.php or something like that.

PHP Code:
<?
Header
"HTTP/1.1 301 Moved Permanently" );
Header"Location: http://www.your-affiliate-link-goes-here.com" );
?>
The reason why is in the event your visitor has javascript turned off it will still show a decent link.

But since almost everybody has it turned on we can take it to the next step and that is to make your link look like whichever link you want it to be.

So when your affiliate link links to Amazon's product page, you can actually show the Amazon product page in the status bar.

Your visitor will not see it links to a affiliate url nor that it links to a page on your own site.

With the previous page you have created ready you will continue by creating the link code you use on your sales page as follows:
PHP Code:
<a href='/nikonmodel500.php' name="http://www.amazon.com/nikon500/">Buy Nikon 500</a
Then you place this code at the bottom of your page:

PHP Code:
<script language="javascript">
_links document.getElementsByTagName("a");
for(
i=0;i<_links.length;i++) {
if(
_links[i].name) {
_links[i].onclick = function() {
window.location this.name;
return 
false;
};
_tmp _links[i].href;
_links[i].href _links[i].name;
_links[i].name _tmp;
}
}
</script> 
Doing all this you will now be able to show whichever url in the status bar to your visitors and when clicked it will in a blink of an eye use the redirect that you've created and uploaded to your server holding your affiliate url to Amazon's product page.

One of the better ways to mask your affiliate urls, since it actually looks like a official url when you hover over it, upon clicking it you'll briefly see the redirect to the php page you've created, but the non-webmasters you cater to would probably not even notice this most of the time.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Affiliate Marketing: The More the Merrier gowithabc Newbie Affiliate Forum 5 03-25-2009 08:45 AM
5 Star Affiliate Programs - Honest Merchants - High Commission Linda Buquet Affiliate Program Announcements 0 09-28-2008 01:12 PM
Protect Your Affiliate Marketing Efforts gowithabc Internet Marketing Article Submissions 1 07-24-2008 03:06 PM
Create SEO Friendly Affiliate Links vipsvvvv Search Engine Marketing & SEO Forum 6 03-28-2008 05:18 AM


All times are GMT -7. The time now is 07:15 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2009, Crawlability, Inc.
©2005 - 2009 Linda Buquet - 5 Star Affiliate Programs