Text Link Ads have quietly switched from using TinyURLs as affiliate links with a JavaScript-based solution that obfuscates your raw affiliate URLs. I say quietly because I’ve not yet received any communication about it from Text Link Ads informing me about the changeover, but they’re right there in the TLA control panel as graphical banners, text links and RSS buttons.
To an affiliate, obfuscation can be a useful tool as it disguises raw affiliate links and prevents hijacking (when people remove or replace your referral ID before making a purchase meaning you don’t get any credit for the sale), but this particular implementation seems pointless as the raw affiliate URL is displayed in plain text in the web browser’s status bar when you hover over one of these new links.
Up until a few days ago, your TLA affiliate links were presented to you as TinyURLs. Now, logging into your Text Link Ads affiliate section, you’ll be presented with a variety of different options for where your affiliate links actually lead to. Choices include the TLA home page, $100 promotion page or the package details page of one of your own inventory websites.
Whilst this might seem like an improvement, the format of the links restrict them to being displayed in web pages only. I can’t figure out why an option for a plain text link allowing the affiliate some modicum of control has been omitted. This new JavaScript-based system isn’t email friendly, has to be displayed on a web page, doesn’t prevent hijacking and obviously isn’t going to work very well in a non-JavaScript environment.
Here’s the code for a typical, new-styled TLA affiliate link:
<script type="text/javascript">
function affiliateLink(str){ str = unescape(str); var r = '';
for(var i = 0; i < str.length; i++) r +=
String.fromCharCode(7^str.charCodeAt(i));document.write(r);}
affiliateLink('%3Bf%27ouba%3A%25ossw%3D%28%28ppp%29sb%7Fs*
knil*fct%29dhj%28tsfusbuXlns%29wow8uba%3A40127%259%23677%27
ni%27AUBB%27Knilt%3B%28f9');
</script>
I would have used one of my new TLA affiliate links in this post, but they don’t appear to display properly in WordPress either however, I did manage to extract the link by right-clicking on the above when it’s displayed in a browser and copying the link.
If you fancy $100 of free text link advertising, give Text Link Ads a try.
If you had to update all of your old style TLA links on your WordPress blog to the TinyURL format using SQL then it’s time to start controlling your own links with your own redirects rather than relying on third party services.
Technorati Tags: Text Link Ads, TLA, Affiliate Marketing
5 Responses to “New Text Link Ads Affiliate Links… Again”
Trackbacks
- Internet Marketing Fool » Blog Archive » Introducing Affiliate Link Tracker
- Internet Marketing Fool » Blog Archive » When Merchants Change Their Affiliate Links

TLA have certainly mastered the ‘how to win friends and influence people’
I bet this is going to upset a few webmasters, I have only recently finished changing all the links.
I’d imagine they are trying to avoid Google’s radar, but this seems a bit futile.
If they switch to JavaScript links then I won’t be referring anyone to them any more. I’m not about to run through every post I’ve made mentioning them and change my redirect URL to javascript.
Hopefully this is just in addition to the links we already have else they will be annoying a lot of affiliates.
I’m not sure how these JavaScript link will help against the scrutiny of Google et al. After all, these are affiliate links to the TLA website.
They could certainly do with opening up the two-way channels of communication to see what affiliates really want. If we prosper, then they prosper.
Fortunately, underneath all of that JavaScript is a real URL. It’s just not as straightforward to get a hold of. Once you get your real affiliate URL then it’s just a case of plugging that into your own redirection tool (everyone uses their own redirects, right?)