<?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>Affiliate Musketeer &#187; Affiliate Marketing</title>
	<atom:link href="http://www.affiliatemusketeer.com/tag/affiliate-marketing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.affiliatemusketeer.com</link>
	<description>Assuming that if everyone else can make money online, I can too!</description>
	<lastBuildDate>Tue, 22 Nov 2011 22:59:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Track Which AdWords Keywords Convert to Sales via CJ</title>
		<link>http://www.affiliatemusketeer.com/affiliate-marketing/how-to-track-which-adwords-keywords-convert-to-sales-via-cj.html</link>
		<comments>http://www.affiliatemusketeer.com/affiliate-marketing/how-to-track-which-adwords-keywords-convert-to-sales-via-cj.html#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:43:13 +0000</pubDate>
		<dc:creator>WhiteKnight</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Commission Junction]]></category>
		<category><![CDATA[PPC Marketing]]></category>
		<category><![CDATA[keyword tracking]]></category>

		<guid isPermaLink="false">http://www.affiliatemusketeer.com/?p=98</guid>
		<description><![CDATA[I had a problem. I was pretty good at using AdWords and fairly new to promoting products via CJ. I knew that to understand my traffic and find out which PPC keyword terms turned into sales, I had to have some way of measuring them and here&#8217;s how I finally solved the problem&#8230; Like everyone [...]]]></description>
			<content:encoded><![CDATA[<p>I had a problem.  I was pretty good at using AdWords and fairly new to promoting products via CJ.  I knew that to understand my traffic and find out which PPC keyword terms turned into sales, I had to have some way of measuring them and here&#8217;s how I finally solved the problem&#8230;</p>
<p><span id="more-98"></span></p>
<p>Like everyone else looking for the solution to this problem, I googled it.  I eventually found my way to a popular software program that you&#8217;ve probably heard of already called <a href="http://0d7b18ym3ixk9k9ryfphkpds1x.hop.clickbank.net/?tid=AFFMUSKXC">Xtreme Conversions</a>.  This was the first method I tried to successfully monitor my conversions.</p>
<p>This software basically generates a piece of code that you paste into your affiliate landing page which then records all the keywords users searched for.  The trick with this software though is that it automatically appends either a TID (for clickbank products) or SID (for CJ products) to the click through.  How this works is it gets the keyword from the AdWords ad, passes it through its software, records the keyword and assigns it a numerical ID.  This numerical ID becomes your TIDs and your SIDs.  When you make a sale via CJ, the SID numerical value will be assigned to the sale and will show up in your CJ sales reports.  To find out which keyword generated that SID, log into your Xtreme Conversions page and it will show you a list of every keyword and its assigned ID.  From this table, you can see that SID 45 for example, came from the AdWords keyword &#8216;Blue Widget&#8217;.</p>
<p>Each time a sale is made, an SID is appended to the sale and you can reverse track that to the keyword level to see which keywords are performing for you.  Obviously you can cut the ones that arent.</p>
<h3>Working with WordPress</h3>
<p>For my affiliate sites I like to use WordPress.  I like to use wordpress because its easy to update, has thousands of available free themes online and has a virtually unlimited stream of plugins and extras to help give my users a more comprehensive experience.  Anyway, I found that if I used <a href="http://0d7b18ym3ixk9k9ryfphkpds1x.hop.clickbank.net/?tid=AFFMUSKXC">Xtreme Conversions</a> (the none Pro version), that although it was tracking my keywords well, I couldn&#8217;t quite figure out how to set it up so that the code that it generates only needed to be pasted into my header.php file.   If I only had one static landing page then the XC code and setup would have been perfect but because WordPress uses the same header include to generate every page, I found that it was generating an extra &#8216;frequency&#8217; each time a page was loaded, even by the same user, and this distorted my stats.  If you <a href="http://0d7b18ym3ixk9k9ryfphkpds1x.hop.clickbank.net/?tid=AFFMUSKXC">go and have a look at the Xtreme Conversions page</a>, you will see some screenshots that will make more sense of what I&#8217;m talking about.</p>
<p>Anyway, to cut a long story short, the only way I could get it working properly with my wordpress pages was to either upgrade to the Pro version or install a php plugin to wordpress that would allow me to insert php code directly to posts.  I tried the php plugin but it still did not work as intended and by that point, I was fed up with faffing around so looked for another alternative.</p>
<h2>Simple, Free, Effective Way to Track AdWords Keywords via CJ</h2>
<p>I went back to google and tried again.  This time I found an <a href="http://forums.digitalpoint.com/showthread.php?t=601364&amp;highlight=how+track+keywords">old thread on the Digital Point forum</a> that showed me what I needed to do in a nutshell.  Now although this didn&#8217;t work for me right out of the hat, it did lead me to the <a href="http://www.jimkarter.com/2007-12-13-adwords-remote-conversion-tracking.html">location where I was finally able to put the whole thing together</a> and this is how I did it:</p>
<p>1. Log into your AdWords campaign and setup all of your different ads so that they pass the exact keyword search typed in by the user to get to you.  With Google AdWords, you can use the Dynamic Keyword Insertion to achieve this goal like so:</p>
<p>Your adwords destination url:</p>
<p>http://www.yourdomainhere.com/yourlandingpagehere.php<strong>?kw={keyword}</strong></p>
<p>You can see the bold at the end.  This is what you need to append to the end of your destination url in your adwords text ad/ad.  What this does is it will add the {keyword} the user searched for to the end of the string so that the url passed to your page will be:</p>
<p>http://www.yourdomainhere.com/yourlandingpagehere.php<strong>?kw=your keyword<br />
</strong></p>
<p>Now what we need to do is set up a way to pass that keyword to CJ by adding an SID to the end of all of our outgoing CJ affiliate links. So that the outgoing link would look like this:</p>
<p>http://www.cjlinkwouldgohere.com/cjlandingpageorproducthere.php<strong>?SID=keyword</strong></p>
<p>This can be achieved with the following php script:</p>
<p>&lt;?php<br />
$keyword = $_GET[’q'];<br />
if(!strcmp($keyword, “”))<br />
{<br />
echo ‘&lt;a href=”http://www.anrdoezrs.net/click-2412142-10482525?sid=Default”&gt;Anchor&lt;/a&gt;’;<br />
} else {<br />
echo ‘&lt;a href=”http://www.anrdoezrs.net/click-2412142-10482525?sid=’ . $keyword . ‘&gt;Anchor&lt;/a&gt;’;<br />
}<br />
?&gt;</p>
<p>You should re-write this code because if you copy and paste some characters such as the &#8216; or &#8221; can get mixed up by your browser/my page.  If all of your links are being generated in this way, then you will be able to track your keywords via CJ and see which ones are making you money.</p>
<p>If you are using wordpress like I do, then the plugin you need to be able to insert this code where your link needs to go is called <a href="http://activeblogging.com/info/phpexec-2/">phpexec</a>.  Just write the code inside a blog post or page but make sure the code is inside some &lt;phpcode&gt; &lt;/phpcode&gt; tags.</p>
<p>My thanks go to Jim Karter who <a href="http://www.jimkarter.com/2007-12-13-adwords-remote-conversion-tracking.html">helped me track my adwords conversions with CJ</a> on his original post here.</p>
<p>Hopefully it will help you too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatemusketeer.com/affiliate-marketing/how-to-track-which-adwords-keywords-convert-to-sales-via-cj.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AdWords Quality Score Dropped from Great to OK &#8211; Why?</title>
		<link>http://www.affiliatemusketeer.com/affiliate-marketing/adwords-quality-score-dropped-from-great-to-ok-why.html</link>
		<comments>http://www.affiliatemusketeer.com/affiliate-marketing/adwords-quality-score-dropped-from-great-to-ok-why.html#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:43:44 +0000</pubDate>
		<dc:creator>WhiteKnight</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[PPC Marketing]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[ppc]]></category>
		<category><![CDATA[quality score]]></category>

		<guid isPermaLink="false">http://www.affiliatemusketeer.com/?p=22</guid>
		<description><![CDATA[I&#8217;ve just launched a new landing page for a product I&#8217;m promoting via PPC. I am an AdWords Qualified Individual, and I understand the relevancy of text and the concept of theme but this drop has made me stroke my stubbled chin in puzzlement. Yesterday when I started the campaign, I had a Quality Score [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.affiliatemusketeer.com/wp-content/uploads/2008/11/crazy_cat25.jpg"><img class="size-thumbnail wp-image-24 alignright" title="crazy_cat25" src="http://www.affiliatemusketeer.com/wp-content/uploads/2008/11/crazy_cat25-150x150.jpg" alt="" width="150" height="150" /></a>I&#8217;ve just launched a new landing page for a product I&#8217;m promoting via PPC.  I am an AdWords Qualified Individual, and I understand the relevancy of text and the concept of theme but this drop has made me stroke my stubbled chin in puzzlement.</p>
<p>Yesterday when I started the campaign, I had a <strong>Quality Score of Great 9/10</strong> for both of my Ad Groups on 95% of their keywords.  If you want to know how to improve on this, see my post on <a href="http://www.affiliatemusketeer.com/ppc-marketing/how-to-get-1010-adwords-quality-score/">how to get an AdWords Quality Score of 10/10</a>.  Anyway, back to the point at hand, the campaign had been live for about 10 hours and was achieving a CTR of about 4.5% but my conversions on my landing page didn&#8217;t seem to match.  As always, I felt the urge to try and tweak things a little but am now considering the possibility that the tweaks I made to my landing page have affected the Quality Score of the campaign adversely. So what did I change?</p>
<p><span id="more-22"></span></p>
<p>Well, first up I was trying to write a good, rich content landing page, with plenty of correct SEO techniques.  The page was well written, 100% unique and made appropriate use of H1, H2, H3 tags, emphasis, underlines and bold.  It was written for the human, not the search engine and it was completely on topic, relevant and semantic.</p>
<p>Now, when I first launched the AdWords campaign, I had a quality score of 9/10 and a minimum bid 0.02 to be on the first page.  This seemed to stay for around 8 hours, during which time I made an adjustment to my H1 tag and added 3 prices to 3 product reviews.  So, for instance, let&#8217;s assume my original header read:</p>
<blockquote><p>You&#8217;re here because your brand new HD TV with built in Blu-Ray just lost its picture on Sky</p></blockquote>
<p>And the new header:</p>
<blockquote><p>Learn how to fix your Blu-Ray HD TV picture in just 60 minutes from your own home</p></blockquote>
<p>Now this is not the niche I am in, and I have tried to emulate the concept of the change as accurately as possible.  If you can imagine that prior to the change, my keywords (all based around &#8216;fixing HD TV&#8217; terms) had a Quality Score of 9/10 and then after the change (although I can&#8217;t be sure it was the change in H1 tag that caused it &#8211; this is why I am investigating it here!) and about 8 hours, it had dropped to only 7/10.</p>
<h3>Could the small H1 tag have such a dramatic effect on Quality Score?</h3>
<p>I am going to investigate this in three ways:</p>
<ol>
<li>I am going to test the theory on an existing AdWords keyword that has had a solid QS of &#8216;Great&#8217; for a couple of months and a Quality Score of 9/10 and just slightly adjust the landing page H1 text to still be relevant but in a different way &#8211; Smells like LSI ?</li>
<li>I am going to create a new landing page using the same philosophy as the one that caused this whole investigation and not change <em>anything </em>for over a week.</li>
<li>I am going to create a second landing page with a not so good (in my eyes) quality score to see if new campaigns get some sort of quality score boost until google has a good chance to investigate them further.</li>
</ol>
<p>I did mention another change earlier, but I fail to see how this could affect the quality score at all.  Basically, there was 3 product reviews on the site and initially, they had a price just above the affiliate link to &#8216;prepare&#8217; the user for the price when he lands on the merhcant&#8217;s product page I was promoting.  I removed these prices completely to let the affiliate find the price after he&#8217;s clicked on my link (I&#8217;ll leave the conversion up to the merchant, it&#8217;s their job to create high converting pages &#8211; at least that was my thoughts).</p>
<p>Other than these two changes (the H1 tag and the price removals), no other changes were made to the landing page so either the quality score dropped because of 1 of these changes or it dropped due to time.  I will post again once my investigations are complete.</p>
<p><em>Afterthought: Once I saw the QS had dropped from 9/10 to 7/10, I also added links to a &#8216;Privacy Policy&#8217; and &#8216;About This&#8217; page, just in case it was a time-related factor and once google figured out I was promoting a product as an affiliate, they tightened up their hold on me.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatemusketeer.com/affiliate-marketing/adwords-quality-score-dropped-from-great-to-ok-why.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

