<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cpa-affiliates.com &#187; Keywords</title>
	<atom:link href="http://www.cpa-affiliates.com/category/keywords/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpa-affiliates.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 21 Sep 2010 18:14:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>I am Giving Away PPC Campaign Keywords Round 2</title>
		<link>http://www.cpa-affiliates.com/2008/06/12/i-am-giving-away-ppc-campaign-keywords-round-2/</link>
		<comments>http://www.cpa-affiliates.com/2008/06/12/i-am-giving-away-ppc-campaign-keywords-round-2/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 16:27:10 +0000</pubDate>
		<dc:creator>adamsdavid</dc:creator>
				<category><![CDATA[Keywords]]></category>

		<guid isPermaLink="false">http://www.cpa-affiliates.com/i-am-giving-away-ppc-campaign-keywords-round-2/</guid>
		<description><![CDATA[There was a great success from the first round of keywords i gave away, even a few emails of thanks because they made some $$$$ from them.  So I am going to give away some keywords for PPC campaigns round 2. All you have to do to get some keywords is leave a comment with [...]]]></description>
			<content:encoded><![CDATA[<p>There was a great success from the first round of keywords i gave away, even a few emails of thanks because they made some $$$$ from them.  So I am going to give away some keywords for PPC campaigns round 2. All you have to do to get some keywords is leave a comment with the topic you want keywords for, I will choose alteast three comments maybe four or more depending on the time i have and email them with a keyword list. The keyword list will be emailed in Excel to the email that the comment was left with. I will not be filtering the keyword list or fine tuning it as thats where the work comes in for you but for someone having a problem compiling keywords here is your opportunity to get some for free. I will use all the tools and programs to compile keywords just like I would as if I was going to run a campaign.</p>
<p>Please note, do not ask for Ringtone keywords or any Adult Oriented Keywords other than that all requests are fair game. So make your requests below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cpa-affiliates.com/2008/06/12/i-am-giving-away-ppc-campaign-keywords-round-2/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>How to Track Keywords &amp; Tell Which Keywords Convert</title>
		<link>http://www.cpa-affiliates.com/2007/04/12/how-to-track-keywords-tell-which-keywords-convert/</link>
		<comments>http://www.cpa-affiliates.com/2007/04/12/how-to-track-keywords-tell-which-keywords-convert/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 18:26:53 +0000</pubDate>
		<dc:creator>adamsdavid</dc:creator>
				<category><![CDATA[Affiliate Tips]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://www.cpa-affiliates.com/how-to-track-keywords-tell-which-keywords-convert/</guid>
		<description><![CDATA[First off thanks to all those who have used the new contact form it works great&#8230; almost to great as i got TONS of questions. So i decided to answer my first one today which revolves around tracking keywords for your campaigns and how to tell which ones convert. The Actual Question is: How do [...]]]></description>
			<content:encoded><![CDATA[<p>First off thanks to all those who have used the new contact form it works great&#8230; almost to great as i got TONS of questions. So i decided to answer my first one today which revolves around tracking keywords for your campaigns and how to tell which ones convert. The Actual Question is:</p>
<blockquote><p>How do I know which KeyWord is converting the best? </p></blockquote>
<p>1. How Do You Know Which Keyword is converting best?</p>
<ul>
<li>First you have to Track your Keywords either using 3rd party software, custom software or simple code.</li>
<li>The Simple code can take the searched Keyword and tag it in the subid placement.</li>
</ul>
<p>Place this code in between your head tags:</p>
<blockquote><p>&lt;?php ob_start();</p>
<p>if(isset($_REQUEST['kw']))    </p>
<p>    {    </p>
<p>         $kw = preg_replace(&#8216;/%20/&#8217;,&#8217; &#8216;,$_REQUEST['kw']).&#8221;";</p>
<p>        $k1w = urldecode( $_REQUEST['kw'] ).&#8221;";  </p>
<p>    }    </p>
<p>    else    </p>
<p>    {    </p>
<p>       $k1w = NULL;  </p>
<p>    } </p>
<p>?&gt;</p></blockquote>
<p>Place this code where you want the Keyword to appear in your Subid:</p>
<blockquote><p>&lt;? echo ( ( strlen( $k1w ) &lt;6 ) ? &#8220;Default Text&#8221; : &#8220;$k1w\n&#8221; ) ; ?&gt;</p></blockquote>
<p>The Reason for the &lt;6 is if the string is less than 6 characters the &#8220;Default Text&#8221; will be put in instead of Keyword brought in, u can change this number.</p>
<p>Now your Affiliate Link in your page will be like this:</p>
<blockquote><p>&#8220;http://www.CPANETWORK.com/12345?subid=&lt;? echo &#8220;$k1w\n&#8221;; ?&gt;&#8221;</p></blockquote>
<p>Now in Google or MSN you can Append your destination links with the Keyword Dynamically. So your destination Url will be:</p>
<blockquote><p>http://www.somesite.com/?kw={Keyword}</p></blockquote>
<p>Now once you Make thos changes your Keywords will be appearing in your Subid output in your CPA network. So you can see what keywords are producing leads and which ones aren&#8217;t.  No you know which ones are producing leads you can delete keywords that aren&#8217;t producing leads. Do make sure you give enough time to see if the keywords really perform or dont perform. As in you don&#8217;t want to delete a keyword that only has one click but didn&#8217;t convert you want to look more at higher volume keywords that don&#8217;t convert, because the smaller volume the next click could be a lead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cpa-affiliates.com/2007/04/12/how-to-track-keywords-tell-which-keywords-convert/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>I am Giving Away Keywords for PPC Campaigns</title>
		<link>http://www.cpa-affiliates.com/2007/03/11/i-am-giving-away-keywords-for-ppc-campaigns/</link>
		<comments>http://www.cpa-affiliates.com/2007/03/11/i-am-giving-away-keywords-for-ppc-campaigns/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 01:12:31 +0000</pubDate>
		<dc:creator>adamsdavid</dc:creator>
				<category><![CDATA[Keywords]]></category>
		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://www.cpa-affiliates.com/i-am-giving-away-keywords-for-ppc-campaigns/</guid>
		<description><![CDATA[So many people have given to me through knowledge, emails, posts, advice etc.. I feel like giving a little back this week. So I am going to give away some keywords for PPC campaigns. All you have to do to get some keywords is leave a comment with the topic you want keywords for, I will [...]]]></description>
			<content:encoded><![CDATA[<p>So many people have given to me through knowledge, emails, posts, advice etc.. I feel like giving a little back this week. So I am going to give away some keywords for PPC campaigns. All you have to do to get some keywords is leave a comment with the topic you want keywords for, I will choose alteast one comment maybe two or three depending on the time i have and email them with a keyword list. The keyword list will be emailed in Excel to the email that the comment was left with. I will not be filtering the keyword list or fine tuning it as thats where the work comes in for you but for someone having a problem compiling keywords here is your opportunity to get some for free. I will use all the tools and programs to compile keywords just like I would as if I was going to run a campaign.</p>
<p>Please note, do not ask for Ringtone keywords or any Adult Oriented Keywords other than that all requests are fair game.</p>
<p>No more comments. I have already selected the two lucky ones. Weight loss and online dvd rental. If i have time i will try to do another one or two.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cpa-affiliates.com/2007/03/11/i-am-giving-away-keywords-for-ppc-campaigns/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>

