<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Efficiently Creating Unique Keyword Identifiers in Google Adwords Editor</title>
	<atom:link href="http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/</link>
	<description></description>
	<lastBuildDate>Fri, 20 Jan 2012 21:35:18 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-25382</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Mon, 18 May 2009 00:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-25382</guid>
		<description>@Julie- Sorry.  I fixed it.  Wordpress stripped the code out of the comment the first time I left it.</description>
		<content:encoded><![CDATA[<p>@Julie- Sorry.  I fixed it.  Wordpress stripped the code out of the comment the first time I left it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-25375</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Sun, 17 May 2009 22:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-25375</guid>
		<description>Wow - thanks for the quick response.  But I think you forgot to give the code you use.   I will look forward to learning more from you. 

Thanks</description>
		<content:encoded><![CDATA[<p>Wow &#8211; thanks for the quick response.  But I think you forgot to give the code you use.   I will look forward to learning more from you. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-25316</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Sun, 17 May 2009 04:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-25316</guid>
		<description>Hi Julie,

A php redirect is simple.  Here is one I setup as an example.

http://www.brentcrouch.com/redirect.php

If you click the above link, you&#039;ll notice it redirects to www.JillianEntertainment.com

Here is all you need to do to make it work.
1.  Unless you have your server set to parse html files as php files, you&#039;ll need to make sure you name your redirect file with a .php extension like I did in the example.

2.  Don&#039;t include anything on the redirect page other than the code I give you. 

3.  Don&#039;t leave any space above the code.

4.  Here is the code.

&lt;&#63;php
header( &#039;Location:http://www.jillianentertainment.com/&#039; )&#59;
&#63;&gt;

It&#039;s pretty simple.  If you have any trouble, write me back.  I&#039;ll try to write a post on the different types of redirects you can use.  I prefer redirects in the .htaccess file.</description>
		<content:encoded><![CDATA[<p>Hi Julie,</p>
<p>A php redirect is simple.  Here is one I setup as an example.</p>
<p><a href="http://www.brentcrouch.com/redirect.php" rel="nofollow">http://www.brentcrouch.com/redirect.php</a></p>
<p>If you click the above link, you&#8217;ll notice it redirects to <a href="http://www.JillianEntertainment.com" rel="nofollow">http://www.JillianEntertainment.com</a></p>
<p>Here is all you need to do to make it work.<br />
1.  Unless you have your server set to parse html files as php files, you&#8217;ll need to make sure you name your redirect file with a .php extension like I did in the example.</p>
<p>2.  Don&#8217;t include anything on the redirect page other than the code I give you. </p>
<p>3.  Don&#8217;t leave any space above the code.</p>
<p>4.  Here is the code.</p>
<p>&#60;&#63;php<br />
header( &#8216;Location:http://www.jillianentertainment.com/&#8217; )&#59;<br />
&#63;></p>
<p>It&#8217;s pretty simple.  If you have any trouble, write me back.  I&#8217;ll try to write a post on the different types of redirects you can use.  I prefer redirects in the .htaccess file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-25310</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Sun, 17 May 2009 03:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-25310</guid>
		<description>I was wondering if you could show how to set up a php redirect.  My understanding is that Google doesn&#039;t necessary like it when you send someone to your landing page and then they click on your affiliate link. I guess there is a way to trick Google into thinking they are going to another page on your site, but it happens so fast that the customer actually doesn&#039;t even realize it and to them they go directly to the vendor website. 

I got some directions, but I can&#039;t make it work.   Just wondering if you are interested in addressing this issue. 

Thanks.</description>
		<content:encoded><![CDATA[<p>I was wondering if you could show how to set up a php redirect.  My understanding is that Google doesn&#8217;t necessary like it when you send someone to your landing page and then they click on your affiliate link. I guess there is a way to trick Google into thinking they are going to another page on your site, but it happens so fast that the customer actually doesn&#8217;t even realize it and to them they go directly to the vendor website. </p>
<p>I got some directions, but I can&#8217;t make it work.   Just wondering if you are interested in addressing this issue. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Avila</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-18401</link>
		<dc:creator>Robert Avila</dc:creator>
		<pubDate>Wed, 25 Feb 2009 16:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-18401</guid>
		<description>Thanks Brent ... I will definitely let you know!</description>
		<content:encoded><![CDATA[<p>Thanks Brent &#8230; I will definitely let you know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-18351</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Wed, 25 Feb 2009 00:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-18351</guid>
		<description>@Robert - No problem.  If you have any trouble getting the tracking to work just let me know.</description>
		<content:encoded><![CDATA[<p>@Robert &#8211; No problem.  If you have any trouble getting the tracking to work just let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Avila</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-18297</link>
		<dc:creator>Robert Avila</dc:creator>
		<pubDate>Tue, 24 Feb 2009 04:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-18297</guid>
		<description>Thanks again Brent for the fast response .... 

I appreciate it! -  

Have an awesome day! - Robert Avila                    
 
PS. Looks like there is a LinkBuilder Tool within Linkshare offered by &quot;some&quot; advertisers. It allows one to copy the doc url of any page into the tool to create a new destination url.....not to sure about the tracking capability though.</description>
		<content:encoded><![CDATA[<p>Thanks again Brent for the fast response &#8230;. </p>
<p>I appreciate it! &#8211;  </p>
<p>Have an awesome day! &#8211; Robert Avila                    </p>
<p>PS. Looks like there is a LinkBuilder Tool within Linkshare offered by &#8220;some&#8221; advertisers. It allows one to copy the doc url of any page into the tool to create a new destination url&#8230;..not to sure about the tracking capability though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-18157</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Sun, 22 Feb 2009 02:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-18157</guid>
		<description>@Thanks for the comments Robert.  I really appreciate it.

You can use this with any affiliate network that will allow you to add tracking to their urls.  I don&#039;t have a Linkshare account, so I&#039;m not really sure about them.  But I can confirm it will work fine with Cj.com.  If you have any problems, let me know and I&#039;ll try and help you out.</description>
		<content:encoded><![CDATA[<p>@Thanks for the comments Robert.  I really appreciate it.</p>
<p>You can use this with any affiliate network that will allow you to add tracking to their urls.  I don&#8217;t have a Linkshare account, so I&#8217;m not really sure about them.  But I can confirm it will work fine with Cj.com.  If you have any problems, let me know and I&#8217;ll try and help you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Avila</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-18152</link>
		<dc:creator>Robert Avila</dc:creator>
		<pubDate>Sun, 22 Feb 2009 00:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-18152</guid>
		<description>Hi Brent ...

Excellent video!....Thank You for taking the time to create it. This is something I have been searching for but had a tough time finding. Your video was very easy to follow ... So don&#039;t change a thing! I was wondering will this process work on destination url&#039;s for Linkshare and Commission Junction as well?

Wish you the best!

Robert Avila</description>
		<content:encoded><![CDATA[<p>Hi Brent &#8230;</p>
<p>Excellent video!&#8230;.Thank You for taking the time to create it. This is something I have been searching for but had a tough time finding. Your video was very easy to follow &#8230; So don&#8217;t change a thing! I was wondering will this process work on destination url&#8217;s for Linkshare and Commission Junction as well?</p>
<p>Wish you the best!</p>
<p>Robert Avila</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2009/02/08/efficiently-creating-unique-keyword-identifiers-in-google-adwords-editor/comment-page-1/#comment-16339</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Fri, 13 Feb 2009 04:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/?p=405#comment-16339</guid>
		<description>@Sasha - I hope the solution worked for you.  I don&#039;t have a lot of practice making videos, so let me know if there is anything I can do to improve them or make them more clear.  I&#039;d appreciate your feedback.</description>
		<content:encoded><![CDATA[<p>@Sasha &#8211; I hope the solution worked for you.  I don&#8217;t have a lot of practice making videos, so let me know if there is anything I can do to improve them or make them more clear.  I&#8217;d appreciate your feedback.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

