<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to Make a Redirect for Affiliate Links</title>
	<atom:link href="http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/</link>
	<description>Web design and marketing tips, reviews and thoughts.</description>
	<pubDate>Fri, 08 Aug 2008 18:32:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: soggyindo</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-61274</link>
		<dc:creator>soggyindo</dc:creator>
		<pubDate>Thu, 01 May 2008 14:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-61274</guid>
		<description>that's a neat trick! thanks!
one question - i've heard about people poaching your afiliate sales through intercepts. does that make your affiliate code any more - or any less - secure?</description>
		<content:encoded><![CDATA[<p>that&#8217;s a neat trick! thanks!<br />
one question - i&#8217;ve heard about people poaching your afiliate sales through intercepts. does that make your affiliate code any more - or any less - secure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick - road2blogging</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-41525</link>
		<dc:creator>Nick - road2blogging</dc:creator>
		<pubDate>Sat, 12 Jan 2008 10:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-41525</guid>
		<description>Thanks for this post, it has helped me a lot in understanding how to re-direct an affiliate link - much better explanation of others on page one of google, including Aaron Walls!</description>
		<content:encoded><![CDATA[<p>Thanks for this post, it has helped me a lot in understanding how to re-direct an affiliate link - much better explanation of others on page one of google, including Aaron Walls!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-29529</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Fri, 23 Nov 2007 16:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-29529</guid>
		<description>Oh I've been looking for a way to do this. Thank you so much!</description>
		<content:encoded><![CDATA[<p>Oh I&#8217;ve been looking for a way to do this. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rach</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-22788</link>
		<dc:creator>Rach</dc:creator>
		<pubDate>Sun, 28 Oct 2007 02:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-22788</guid>
		<description>Does anyone know how to track keywords when using php redirect pages?</description>
		<content:encoded><![CDATA[<p>Does anyone know how to track keywords when using php redirect pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLB</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-21116</link>
		<dc:creator>JLB</dc:creator>
		<pubDate>Thu, 18 Oct 2007 02:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-21116</guid>
		<description>It looks like it should be simple.  However, I don't understand 'affiliate link' after keywordxyz.php in the second graphic. 

Why not just .shtml pages?</description>
		<content:encoded><![CDATA[<p>It looks like it should be simple.  However, I don&#8217;t understand &#8216;affiliate link&#8217; after keywordxyz.php in the second graphic. </p>
<p>Why not just .shtml pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Duckett</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-21104</link>
		<dc:creator>Neil Duckett</dc:creator>
		<pubDate>Thu, 18 Oct 2007 00:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-21104</guid>
		<description>I can get this to work no problems when it's a straight link but for example when it's google referall affiliate code its a block of text like ......

google_ad_client = "pub-???????????";
google_ad_output = "textlink";
google_ad_format = "ref_text";
google_cpa_choice = "CAAQnfzw4AIaCJwZC9ix5DwoKN2uuIEBMAA";
//--&#62;


'

So how do i get this to work? My link works successfully and i can find the .php file .... it just doesn't redirect.

Any help is appreciated.</description>
		<content:encoded><![CDATA[<p>I can get this to work no problems when it&#8217;s a straight link but for example when it&#8217;s google referall affiliate code its a block of text like &#8230;&#8230;</p>
<p>google_ad_client = &#8220;pub-???????????&#8221;;<br />
google_ad_output = &#8220;textlink&#8221;;<br />
google_ad_format = &#8220;ref_text&#8221;;<br />
google_cpa_choice = &#8220;CAAQnfzw4AIaCJwZC9ix5DwoKN2uuIEBMAA&#8221;;<br />
//&#8211;&gt;</p>
<p>&#8216;</p>
<p>So how do i get this to work? My link works successfully and i can find the .php file &#8230;. it just doesn&#8217;t redirect.</p>
<p>Any help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-20964</link>
		<dc:creator>Nicola</dc:creator>
		<pubDate>Wed, 17 Oct 2007 00:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-20964</guid>
		<description>I have set up a php redirect and can get it to work for normal links that are just a straight URL with an affiliate ID attached, but how do you reconfigue Amazon links to work - they have that tracking code on the end.

For instance, a typcial amazon affiliate link for a Sony Ericsson Cellphone Search page results would be as below:

            

What part of this do i put into the following redirect page codeline

if ($linkid == "") {$link = "AFFILIATE LINK GOES HERE";}

Really appreciate your help, thanks</description>
		<content:encoded><![CDATA[<p>I have set up a php redirect and can get it to work for normal links that are just a straight URL with an affiliate ID attached, but how do you reconfigue Amazon links to work - they have that tracking code on the end.</p>
<p>For instance, a typcial amazon affiliate link for a Sony Ericsson Cellphone Search page results would be as below:</p>
<p>What part of this do i put into the following redirect page codeline</p>
<p>if ($linkid == &#8220;&#8221;) {$link = &#8220;AFFILIATE LINK GOES HERE&#8221;;}</p>
<p>Really appreciate your help, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimson Lee</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-18833</link>
		<dc:creator>Jimson Lee</dc:creator>
		<pubDate>Thu, 04 Oct 2007 12:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-18833</guid>
		<description>@Mike - I'm not a fan of using tinyurl.com because I like to see the domain of where I'm clicking :)

Also, what happens if their DNS goes down?  

I agree with you, .htaccess is the way to go.</description>
		<content:encoded><![CDATA[<p>@Mike - I&#8217;m not a fan of using tinyurl.com because I like to see the domain of where I&#8217;m clicking <img src='http://essentialkeystrokes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, what happens if their DNS goes down?  </p>
<p>I agree with you, .htaccess is the way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-18719</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 03 Oct 2007 16:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-18719</guid>
		<description>I say use the .htaccess for redirecting.
or if your lazy use tinyurl.com :D</description>
		<content:encoded><![CDATA[<p>I say use the .htaccess for redirecting.<br />
or if your lazy use tinyurl.com <img src='http://essentialkeystrokes.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-18708</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Wed, 03 Oct 2007 15:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://essentialkeystrokes.com/how-to-make-a-redirect-for-affiliate-links/#comment-18708</guid>
		<description>i think i going to look at my affiliate links and see if i can change them</description>
		<content:encoded><![CDATA[<p>i think i going to look at my affiliate links and see if i can change them</p>
]]></content:encoded>
	</item>
</channel>
</rss>
