<?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>fields marshall &#187; adwords</title>
	<atom:link href="http://fieldsmarshall.com/category/adwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://fieldsmarshall.com</link>
	<description>Website Optimization and PPC Issues</description>
	<lastBuildDate>Tue, 12 Apr 2011 12:11:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>8 Tips for Tracking With Google</title>
		<link>http://fieldsmarshall.com/8-tips-for-tracking-with-google/</link>
		<comments>http://fieldsmarshall.com/8-tips-for-tracking-with-google/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 19:26:09 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[techtips]]></category>
		<category><![CDATA[webtips]]></category>
		<category><![CDATA[tracking codes]]></category>
		<category><![CDATA[website optimzer]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/?p=195</guid>
		<description><![CDATA[If you are tracking clickthrus, events, conversions using Google Analytics here are a few tips, ideas and hints for tracking and then later on improving your webpage using Google tools : analytics, adwords and Google website optimizer. New to Google Analytics is something called event tracking. Google events are slightly different than goals in Google [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-211 alignleft" style="margin: 5px;" title="Click tracking" src="http://fieldsmarshall.com/wp-content/uploads/2009/08/22363859-300x239.gif" alt="Click tracking" width="300" height="239" /></p>
<p>If you are<strong> tracking clickthrus, events, conversions </strong>using Google Analytics here are a few tips, ideas and hints for tracking and then later on improving your webpage using Google tools : analytics, adwords and Google website optimizer.</p>
<p>New to Google Analytics is something called <strong>event tracking.</strong> Google events are slightly different than goals in Google analytics and while Google suggests that you track using events &#8211; I could find no easy way / interface to see which keyword is generating a desired event &#8211; like a click thru or a sale with events. This leaves  us with a  doing both tracking events and generating goals to have the best desired result.</p>
<ol>
<li>Here are <strong>some ideas for best practices</strong> for click tracking on an affiliate website.</li>
</ol>
<ol>
<li><strong>Install Jquery</strong> &#8211; this is easy to do ( 1 line of  lightweight javascript) . <strong>Why ? </strong>Because you can use jquery to track all similiarly named outgoing links. See how <a href="http://fieldsmarshall.com/wp-includes/js/jquery/jquery.js" target="_blank">tiny jquery</a> is by clicking here.</li>
<li><strong>Redirect / rename all affiliate link simliarly</strong> -  I am using a plugin called <a href="http://www.webmaster-source.com/gocodes-redirection-plugin-wordpress/" target="_blank">gocodes </a>- it seems pretty good and I am sure their are others. But the point is that you want to track every click thru and you want all the links you are tracking to look the same.  So you want all affiliate links to look  like /recommends/ or /go/ , etc. To be consistent but also because of the tracking code provided below and because of Tip number 3</li>
<li><strong>Setup goals for click thrus on Google Analytics</strong> &#8211; If you are following point number two above you can easily set a goal for all links that match  /recommends/.+ ,  /go/.+ or whatever syntax you use.
<div id="attachment_196" class="wp-caption alignnone" style="width: 574px"><a href="http://fieldsmarshall.com/wp-content/uploads/2009/08/Analytics-goals.png"><img class="size-full wp-image-196" title="Analytics-goals" src="http://fieldsmarshall.com/wp-content/uploads/2009/08/Analytics-goals.png" alt="analytics goals" width="564" height="358" /></a><p class="wp-caption-text">analytics goals</p></div>
<p>Even better if you can track both click thrus and goals but for right now &#8211; just do clickthru tracking -  An article to reference &#8212; <a href="http://analytics.blogspot.com/2009/05/how-to-setup-goals-in-google-analytics.html" target="_blank">http://analytics.blogspot.com/2009/05/how-to-setup-goals-in-google-analytics.html</a></li>
<li><strong>Install this tracking code to track all click </strong>that match  your syntax.
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
<span style="color: #003366; font-weight: bold;">var</span> $a<span style="color: #339933;">=</span>jQuery<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #003366; font-weight: bold;">var</span> href<span style="color: #339933;">=</span>$a.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'href'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>href.<span style="color: #660066;">match</span><span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/go\//</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><br />
<span style="color: #009900;">&#123;</span><span style="color: #003366; font-weight: bold;">var</span> category<span style="color: #339933;">=</span><span style="color: #3366CC;">'outgoing'</span><span style="color: #339933;">;</span><br />
<span style="color: #003366; font-weight: bold;">var</span> event<span style="color: #339933;">=</span><span style="color: #3366CC;">'click'</span><span style="color: #339933;">;</span><br />
<span style="color: #003366; font-weight: bold;">var</span> label<span style="color: #339933;">=</span>href<span style="color: #339933;">;</span><br />
pageTracker._trackPageview<span style="color: #009900;">&#40;</span>href<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
pageTracker._trackEvent<span style="color: #009900;">&#40;</span>category<span style="color: #339933;">,</span>event<span style="color: #339933;">,</span>label<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></div>
<p>This kind of tracking code matches all outgoing links with the keyword /recommends/ and will generate a goal proivded you did the previous steps for 2 and 3. To change this syntax to another naming convention is easy enough. This code also generates both a goal and an event in analytics.<br />
Thanks to  these contributers listed- for this idea &#8212; <a href="http://blog.rebeccamurphey.com/2008/12/04/update-tracking-outbound-clicks-with-google-analytics-and-jquery/" target="_blank">rebeccamurphey</a> , <a href="http://think2loud.com/use-jquery-with-google-analytics-to-track-clicks-on-outgoing-links-from-your-site/" target="_blank">think2loud</a> and <a href="http://css-tricks.com/track-outgoing-clicks-in-google-analytics-with-jquery/" target="_blank">css-tricks<br />
</a>If this is too complicated then manually insert page tracking &#8211;<a href="http://www.johncow.com/google-analytics-creating-goals/" target="_blank"> http://www.johncow.com/google-analytics-creating-goals/ </a></li>
<li>To track <strong>conversions in adwords</strong> or to assign conversions to click thrus you could just click add this code snippet below
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #003366; font-weight: bold;">var</span> image <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Image<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">1</span><span style="color: #339933;">,</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
image.<span style="color: #660066;">src</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;http://www.googleadservices.com/pagead/conversion/XXXXXXX/?value=1&amp;amp;label=Purchase&amp;amp;script=0&quot;</span><span style="color: #339933;">;</span></div></div>
<p>This just initiates an image pixel so that a conversion in adwords is generated.</p>
<p>So now you have tracking for goals, events and possibly adwords conversion events setup for your website done easily provided that you name , cloak and redirect your links in all the same fashion</li>
<li>Now if you want to try and <strong>improve your webpage </strong>- you might try this -<a href="http://www.google.com/support/websiteoptimizer/bin/answer.py?hl=en&amp;answer=93181" target="_blank"> Counting a conversion when a link is clicked with website optimizer</a> Here is the essential code
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #339933;">&lt;!--</span> <span style="color: #003366; font-weight: bold;">function</span> ConversionCount<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> _uacct <span style="color: #339933;">=</span> <span style="color: #3366CC;">'UA-xxxxx-x'</span><span style="color: #339933;">;</span> urchinTracker<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;/yyyyyyyyyy/goal&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #006600; font-style: italic;">// --&gt;&lt;a onclick=&quot;return ConversionCount();&quot; href=&quot;http://www.example.com/file.pdf&quot;&gt;Download the file&lt;/a&gt;</span></div></div>
</li>
<li>If you are looking to improve , <strong>decrease page bounce rates</strong> &#8211; then you might try optimizing pages using webiste optimizer for a version that keeps people on your website longer &#8212; Here are the details &#8211; <a href="http://www.google.com/support/websiteoptimizer/bin/answer.py?hl=en&amp;answer=74345" target="_blank">http://www.google.com/support/websiteoptimizer/bin/answer.py?hl=en&amp;answer=74345</a></li>
<li> <strong>Stuck with how to setup a landing page </strong>? Here is a<a href="http://www.jimyaghi.com/capture_generator/" target="_blank"> simple optin idea for lead pages &#8211; landing page generator </a>- very simple but you get the idea here or <strong>even better</strong> monitor adwords campaigns that are working with a tool like <a href="/go/traffictravis/" target="_blank">traffic travis.</a></li>
</ol>
<p>By implementing these tips you should be able to <strong>track and improve your webpage&#8217;s effectiveness </strong>with Google tracking tools.  <strong>Leave a comment </strong>below if this helps you!</p>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/8-tips-for-tracking-with-google/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>5 Simple Strategies To Quickly Backup WordPress Blogs</title>
		<link>http://fieldsmarshall.com/5-simple-strategies-to-quickly-backup-wordpress-blogs/</link>
		<comments>http://fieldsmarshall.com/5-simple-strategies-to-quickly-backup-wordpress-blogs/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 16:14:56 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[techtips]]></category>
		<category><![CDATA[webtips]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/?p=143</guid>
		<description><![CDATA[As mentioned in a recent post, I had several blogs that were infected with HTML Iframe virus. I really not sure how it happened but it reinforces the point that you NEED A BACKUP STRATEGY if you work / make your living online. Here are Five Simple Things you can do to backup your WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned in a recent post, I had several blogs that were infected with HTML Iframe virus. I really not sure how it happened but it reinforces the point that you <strong>NEED A BACKUP STRATEGY</strong> if you work / make your living online. </p>
<p><img src="http://fieldsmarshall.com/wp-content/uploads/2009/03/backup-tips.jpg" alt="Secure Data Backup" title="Secure Data Backup" width="425" height="282" class="alignnone size-full wp-image-144" /></p>
<p>Here are <strong>Five Simple Things</strong> you can do to backup your WordPress blogs </p>
<p>1) <strong>Install WP &#8211; Database backup plugin</strong>. They are always improving this so its<strong> Highly Recommended</strong>. A must for a wordpress blog. &#8211;> <a href="http://www.ilfilosofo.com/blog/wp-db-backup">Download WP- database backup plugin here</a></p>
<p>2) <strong>Use a database backup script </strong>- You want to use this one &#8211;> <a href="http://sourceforge.net/projects/automysqlbackup/">http://sourceforge.net/projects/automysqlbackup/</a></p>
<p>3) Once a monthly do a <strong>complete Cpanel backup</strong> &#8211;  It looks something like this.</p>
<p>4) Once you download that Cpanel backup &#8211; <strong>Install a service like Mozy.com to backup your cpanel backup</strong>. Its a bit redundant but Mozy is a great service and cheaper that Amazon S3 for me as I have backed up 42 Gigs for $5 / month.</p>
<p>5) This may not be as simple but if you have two hosting accounts &#8211; you can <strong>rsync the data to another machine</strong> (including the output from number two above Automysqlbackup.)  See related posts below for information on how to backup with rsync.</p>
<p>This may sound like overkill but you&#8217;ll sleep better knowing that you have a backup strategy for your digital life. Without a backup plan you could<strong> EASILY lose MONTHS OF WORK!!<br />
</strong><br />
Any other suggestions ? </p>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/5-simple-strategies-to-quickly-backup-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review Of Winner Alert Adwords Split Testing Tool</title>
		<link>http://fieldsmarshall.com/review-of-winner-alert-adwords-split-testing-tool/</link>
		<comments>http://fieldsmarshall.com/review-of-winner-alert-adwords-split-testing-tool/#comments</comments>
		<pubDate>Wed, 14 May 2008 15:36:15 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[ppc]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/?p=85</guid>
		<description><![CDATA[I think I  first heard about LowerYourBidPrice&#8217;s split testing tool from Amit Mehta on his superaffiliatemindset blog but it was Kirt Christensen who gave a great presentation on the benefits of using WinnerAlert and how it can help you continually improve your google adwords campaign. For those of you who dont know what WinnerAlert does &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fieldsmarshall.com/wp-content/uploads/2008/05/winneralert.png"></a>I think I  first heard about LowerYourBidPrice&#8217;s split testing tool from Amit Mehta on his superaffiliatemindset blog but it was Kirt Christensen who gave a great presentation on the benefits of using <a href="/go/winneralert/">WinnerAlert</a> and how it can help you continually improve your google adwords campaign.</p>
<p>For those of you who dont know what WinnerAlert does &#8211; Its simple &#8211; it send you an email when you have a winning adgroup.  They have recently added additional functionality so that you can test which adgroup converts to sales better instead of testing click thrus.</p>
<p>Here is a screenshot of my personal adwords account:</p>
<p><a href="http://fieldsmarshall.com/wp-content/uploads/2008/05/winneralert.png"><img class="alignnone size-full wp-image-86" title="Winner Alert" src="http://fieldsmarshall.com/wp-content/uploads/2008/05/winneralert.png" alt="Winner Alert Split Testing Tool" width="770" height="391" /></a></p>
<p>Yes I know the red indicates I haven&#8217;t setup my adwords account correctly on my first campaign. Its on my todo list <img src='http://fieldsmarshall.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Anyways,  Why would you need this ? </p>
<p>If you are have a large adwords account or managing other google adwords you want to be notified when there is a winning ad so you can write another one.   </p>
<p>This way you keep making continual improvements. They offer a <a href="/go/winneralert">free trial here.</a></p>
<p>If you signup through my link &#8211; I get a small comission &#8211; let me know and I will take a quick look at your adwords account to see if its setup correctly. </p>
<p>Im using it myself and finding it helpful in keeping me organized with my adwords campaigns.</p>
<p>It also works with Yahoo and MSN</p>
<p><a href="/go/winneralert">WinnerAlert &#8211; Worth Checking Out.</a></p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/review-of-winner-alert-adwords-split-testing-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove Domain Ads From The Google Content Network</title>
		<link>http://fieldsmarshall.com/remove-domain-ads-from-the-google-content-network/</link>
		<comments>http://fieldsmarshall.com/remove-domain-ads-from-the-google-content-network/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 23:53:20 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[ppc]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/?p=81</guid>
		<description><![CDATA[This was news to me , apparently I was not reading the google adwords rss feed closely enough but now you can use remove domains ads and error page adsense, sedo, etc all potentially low converting traffic from your content network advertising on google. This is good news! I didn&#8217;t think google would do this [...]]]></description>
			<content:encoded><![CDATA[<p>This was news to me , apparently I was not reading the google adwords rss feed closely enough but now you can use remove domains ads and error page adsense, sedo, etc all potentially low converting traffic from your content network advertising on google.</p>
<p>This is good news! I didn&#8217;t think google would do this actually but this helps the advertiser / PPC marketer out. </p>
<p><strong>How to remove your Domain Ads from the Content Network</strong></p>
<ul>
<li><a href="http://adwords.blogspot.com/2008/03/category-exclusion-for-content-network.html">http://adwords.blogspot.com/2008/03/category-exclusion-for-content-network.html</a></li>
<li><a href="http://www.komarketingassociates.com/blog/google-adwords-parked-domains-and-error-page-ads/">http://www.komarketingassociates.com/blog/google-adwords-parked-domains-and-error-page-ads/</a></li>
<li><a href="http://searchenginewatch.com/showPage.html?page=3628755">http://searchenginewatch.com/showPage.html?page=3628755</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/remove-domain-ads-from-the-google-content-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Google Ad Rank And Why Your Ad May Not Appear</title>
		<link>http://fieldsmarshall.com/what-is-google-ad-rank-and-what-your-ad-may-not-appear/</link>
		<comments>http://fieldsmarshall.com/what-is-google-ad-rank-and-what-your-ad-may-not-appear/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 12:25:20 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[ppc]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/?p=77</guid>
		<description><![CDATA[I am seeing this question a lot in ppcclassroom.com so I thought I would post this information. For the Google Search network, how you rank on a page is determined by your Adrank. You can refer to Google for the answer here ( http://adwords.google.com/support/bin/answer.py?hlrm=en&#38;answer=6111 ) But briefly Adrank is a number that is determined by [...]]]></description>
			<content:encoded><![CDATA[<p>I am seeing this question a lot in ppcclassroom.com so I thought I would post this information.</p>
<p>For the Google Search network, how you rank on a page is determined by your Adrank. You can refer to Google for the answer here ( <a href="http://adwords.google.com/support/bin/answer.py?hlrm=en&amp;answer=6111" target="_blank">http://adwords.google.com/support/bin/answer.py?hlrm=en&amp;answer=6111</a> )</p>
<p>But briefly Adrank is a number that is determined by your minimum bid times your quality score.</p>
<p>Google mentions that The Quality Score for Ad Rank on the search network is determined by:</p>
<p>* The historical clickthrough rate (CTR) of the ad and of the matched keyword on Google; CTR on the Google Network is not considered<br />
* The relevance of the keyword and ad to the search query<br />
* Your account history, which is measured by the CTR of all the ads and keywords in your account<br />
* Other relevance factors</p>
<p>Aside from keeping your ad relevant to your keyword and keeping your page relevant to your ad, you need time and clicks to establish a good CTR for your ad.</p>
<p>If you are competing for someone against the same display URL then you will need to bid more initially until you establish account history.   Also *very important* start split testing 2 ads against each other right away so you can establish work on a good CTR right away so that with a good CTR and ad history you can start dropping your bids.</p>
<p>I believe Adrank is new as of 2007 &#8211; before your position was determined by your bid times your CTR ( Click Thru Rate).</p>
<p>Regardless the Google Quality score is here to stay as they focus more on the user experience.  So remember to start split testing ads against each other right away and keep your ads relevant to your keywords and landing pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/what-is-google-ad-rank-and-what-your-ad-may-not-appear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Negative Keyword Matching Can Improve Your CTR</title>
		<link>http://fieldsmarshall.com/negative-keyword-matching-can-improve-your-ctr/</link>
		<comments>http://fieldsmarshall.com/negative-keyword-matching-can-improve-your-ctr/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 22:42:25 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[ppc]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/negative-keyword-matching-can-improve-your-ctr/</guid>
		<description><![CDATA[In google adwords you are able to create a negative match keyword and associate it with your google campaign or your adgroup. As an example, say you are selling &#8220;power transformers&#8221; and are bidding on the keyword &#8220;transformers&#8221;. In this case, you will be getting lots of matches for people doing searches for the toy [...]]]></description>
			<content:encoded><![CDATA[<p>In google adwords you are able to create a negative match keyword and associate it with your google campaign or your adgroup. </p>
<p>As an example, say you are selling &#8220;power transformers&#8221; and are bidding on the keyword &#8220;transformers&#8221;.  In this case,  you will be getting lots of matches for people doing searches for the toy robots.  </p>
<p>Therefore you will want to use a negative match keyword such as &#8220;toys&#8221;, &#8220;robots&#8221; and &#8220;games&#8221; , etc. </p>
<p>Developing a negative match keyword list will have a positive effect on your click thru rates, google will make more money and they will reward you with lower bid prices.</p>
<p>Google uses the example of tennis shoes here:</p>
<p>If your keyword is tennis shoes and you add the negative keyword -red, your ad will not appear when a user searches on red tennis shoes. Negative keywords are especially useful if your account contains lots of broad-matched keywords. It&#8217;s a good idea to add any irrelevant keyword variations you see in a Search Query Performance Report or the Keyword Tool as a negative keyword.  </p>
<p><a href="http://adwords.google.com/support/bin/answer.py?hl=en&#038;answer=6100">http://adwords.google.com/support/bin/answer.py?hl=en&#038;answer=6100</a></p>
<p>One strategy is to put negative match keywords into an adgroup and split test the adgroup against a similar one without the negative matching thereby verifying if  CTR has been improved.</p>
<p>Improving your CTR or Click Through Rate is essential part of lower your bid price and keeping your Return On Investment high.</p>
<p>Redfly Marketing has a great post about how to find  negative keywords<br />
<a href="http://www.redflymarketing.com/blog/how-to-build-a-negative-keyword-list/" target="_blank">http://www.redflymarketing.com/blog/how-to-build-a-negative-keyword-list/</a></p>
<p>SoftwareProjects.com had a good post about negative keywords <a href="http://www.softwareprojects.com/resources/traffic-attract-customers/t-ppc-negative-keywords-1496.html " target="_blank">http://www.softwareprojects.com/resources/traffic-attract-customers/t-ppc-negative-keywords-1496.html </a></p>
<p>Google explains it here:<br />
<a href="http://adwords.google.com/support/bin/answer.py?answer=6635" target="_blank">http://adwords.google.com/support/bin/answer.py?answer=6635</a></p>
<p>as does Lorelle Smith<br />
<a href="http://www.keywordsmith.com/seo-articles/adwords-matching.htm" target="_blank">http://www.keywordsmith.com/seo-articles/adwords-matching.htm</a></p>
<p>And another link from Jennifer Slegg<br />
<a href="http://www.jenniferslegg.com/2008/02/18/building-your-list-of-cheap-and-free-negative-keywords/" target="_blank">http://www.jenniferslegg.com/2008/02/18/building-your-list-of-cheap-and-free-negative-keywords/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/negative-keyword-matching-can-improve-your-ctr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Three Ways to see Google Ads From Any Geographic Location</title>
		<link>http://fieldsmarshall.com/three-ways-to-see-google-ads-from-any-geographic-location/</link>
		<comments>http://fieldsmarshall.com/three-ways-to-see-google-ads-from-any-geographic-location/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 15:28:26 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[ppc]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/three-ways-to-see-google-ads-from-any-geographic-location/</guid>
		<description><![CDATA[If you are running a google adwords campaign outside of where you live then you probably want to keep an eye on how your campaign is running in another part of the world. In this article we take a look at three ways to keep tabs on your google adwords campaigns when they are outside [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running a google adwords campaign outside of where you live then you probably want to keep an eye on how your campaign is running in another part of the world.</p>
<p>In this article we take a look at three ways to keep tabs on your google adwords campaigns when they are outside of your personal geographic location:</p>
<ul>
<li>Google Ads Diagnostic Tool</li>
<li>Redfly Marketing&#8217;s Google Adwords Extension  For Firefox</li>
<li>Proxy Server in your desired Geographical Location</li>
</ul>
<p>The first option would be the google ads diagnostic tool which is found under the campaign management tool. The ads diagnostic tool has a nice interface which can help you figure out why your searches may not be working.</p>
<h3><strong>Ads Diagnostic Tool </strong></h3>
<p><img src="http://fieldsmarshall.com/wp-content/uploads/2008/02/ad-diagnostic-tool2.JPG" alt="google adwords diagnostic tool" width="530" height="354" /></p>
<h3><strong> Adwords Extension For Firefox</strong></h3>
<p>Second as mentioned we have  Redflymarketing&#8217;s extension for Firefox that can enable you to view your search results from any geographical location. This is highly recommended if you are serious about PPC in other parts of the world.</p>
<p><strong>More Information : </strong><a href="http://www.redflymarketing.com/blog/view-serps-different-locations-video/" target="_blank">Google Adwords Firefox Extension</a> or <a href="http://www.redflymarketing.com/blog/google-global-view-results-different-locations/" target="_blank">just the download here.</a></p>
<h3><strong>Proxy Server For Seeing Google Adwords </strong></h3>
<p>These first two tools will give you a lot of information about campaigns running remotely but really nothing can be better than a proxy server in terms of final accuracy.</p>
<p>I have tried a lot of proxy servers and proxy software but for affiliates I would recommend <a title="Hide The Ip" href="http://fieldsmarshall.com/wp-content/uploads/2008/03/hidetheiptrialsetup.exe">Hide The Ip &#8211; Download A Trial Version Here</a>. The good thing about Hide The Ip is that you can choose the select the country that you want to be in and it will find a proxy server in that country.</p>
<p>Sure you find proxy servers manually by searching list but Hide The Ip saves you A LOT of time and I mean a LOT you can waste hours trying to find good proxy servers.</p>
<p>Finally, in addition to hide the ip, we have <a href="http://www.pickaproxy.com">pickaproxy.com</a>.   Pickaproxy.com uses the tor network and select an exit network in a specified geographical location. This is a very new service but worth checking out.</p>
<p>Any comments or questions let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/three-ways-to-see-google-ads-from-any-geographic-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling Google Customer Service For Your Adwords Ads</title>
		<link>http://fieldsmarshall.com/calling-google-customer-service-for-your-adwords-ads/</link>
		<comments>http://fieldsmarshall.com/calling-google-customer-service-for-your-adwords-ads/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 15:44:49 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[ppc]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/calling-google-customer-service-for-your-adwords-ads/</guid>
		<description><![CDATA[If you work online doing PPC advertising, sooner or later you will need to call Google. Typically its is either one of two scenarios either you ads are not running or you need your account limits raised. If you are having problems with your ads then before you call google you might want to try [...]]]></description>
			<content:encoded><![CDATA[<p>If you work online doing PPC advertising, sooner or later you will need to call Google.</p>
<p>Typically its is either one of two scenarios either you ads are not running or you need your account limits raised.</p>
<p>If you are having problems with your ads then before you call google you might want to try the ads diagnostic tool found under the campaign management tool. The ads diagnostic tool has a nice interface which can help you figure out why your searches may not be working.</p>
<p><img src="http://fieldsmarshall.com/wp-content/uploads/2008/02/ad-diagnostic-tool2.JPG" alt="google adwords diagnostic tool" height="354" width="530" /></p>
<p>In addition to the keyword diagnostic tool from google I would recommend Redflymarketing&#8217;s extension for Firefox that can enable you to view your search results from any geographical location.</p>
<p><strong>Highly Recommended : </strong><a href="http://www.redflymarketing.com/blog/view-serps-different-locations-video/" target="_blank">Google Adwords Firefox Extension</a>  or <a href="http://www.redflymarketing.com/blog/google-global-view-results-different-locations/" target="_blank">just the download here.</a></p>
<p>Finally if you really can&#8217;t sort out why your ads aren&#8217;t running &#8212; maybe they don&#8217;t like the kind of ads your are running &#8211; aka ringtones/mobile subscription services, etc. They have a list of ads the google doesn&#8217;t like &#8211; <a href="http://adwords.google.com/support/bin/static.py?page=guidelines.cs&amp;topic=9271&amp;subtopic=9279" target="_blank">check it out</a>.</p>
<p>Anyways, if you can&#8217;t figure out whats going on with your ads then by all means  give google adwords customer support a call.</p>
<p><strong>How to Contact Google Adwords details:</strong></p>
<p>To speak with an <span class="nfakPe">AdWords</span> Specialist:</p>
<p>1. Call 1-866-2-<span class="nfakPe">Google</span> (1-866-246-6453) and press 2 to access <span class="nfakPe">AdWords</span>.</p>
<p>2. To expedite your call, press 1 to enter your <span class="nfakPe">Customer</span> ID. This number<br />
is located at the top of every page in your <span class="nfakPe">AdWords</span> account, next to your<br />
name and email address.</p>
<p>3. Press 2 if you don&#8217;t have your <span class="nfakPe">Customer</span> ID available and you&#8217;ll be<br />
transferred to the next available <span class="nfakPe">AdWords</span> Specialist.</p>
<p>4. Press 3 if you&#8217;d like to start an <span class="nfakPe">AdWords</span> account or want to learn more<br />
about the <span class="nfakPe">AdWords</span> program.</p>
<p><span class="nfakPe">AdWords</span> Specialists are available by phone Monday &#8211; Thursday, from 7 a.m.<br />
to 7 p.m. PST (U.S.), or on Friday, from 7 a.m. to 6 p.m. PST (U.S.).</p>
<p>If you have additional questions, please visit our Help Center at<br />
<a href="https://adwords.google.com/support" target="_blank">https://<span class="nfakPe">adwords</span>.<span class="nfakPe">google</span>.com<wbr></wbr>/<span class="nfakPe">support</span></a> to find answers to many frequently<br />
asked questions. Or, try our Learning Center at<br />
<a href="http://www.google.com/adwords/learningcenter/" target="_blank">http://www.<span class="nfakPe">google</span>.com/<span class="nfakPe">adwords</span><wbr></wbr>/learningcenter/</a> for self-paced lessons that<br />
cover the scope of <span class="nfakPe">AdWords</span>.</p>
<p><strong>That was cut and pasted from an email that they sent me.</strong></p>
<p>Hope this article helped someone out, if so let me know and be sure to install that extension from Redfly Marketing.</p>
<p>Here is the link again <strong> </strong><a href="http://www.redflymarketing.com/blog/view-serps-different-locations-video/" target="_blank">Google Adwords Firefox Extension</a>  or <a href="http://www.redflymarketing.com/blog/google-global-view-results-different-locations/" target="_blank">just the download here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/calling-google-customer-service-for-your-adwords-ads/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How and Why To Use Google Website Optimizer</title>
		<link>http://fieldsmarshall.com/how-and-why-to-use-google-website-optimizer/</link>
		<comments>http://fieldsmarshall.com/how-and-why-to-use-google-website-optimizer/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 19:09:50 +0000</pubDate>
		<dc:creator>fields.marshall</dc:creator>
				<category><![CDATA[adwords]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://fieldsmarshall.com/how-and-why-to-use-google-website-optimizer/</guid>
		<description><![CDATA[If you are building a website &#8212; Typically you want to have a visitor take a specific action such as buy your DVD or signup to your mailing list, etc. If you are serious about making the most out of your website or thinking about buying traffic via Pay Per Click then you to be [...]]]></description>
			<content:encoded><![CDATA[<p>If you are building a website &#8212; Typically you want to have a visitor take a specific action such as buy your DVD or signup to your mailing list, etc.</p>
<p>If you are serious about making the most out of your website or thinking about buying traffic via Pay Per Click then you to be optimizing what happens when a visitor comes to your website.</p>
<p>The best way that I have found to optimize a website is to use Google&#8217;s Website Optimizer which is free by the way if you have a google adwords account.</p>
<p><img src="http://fieldsmarshall.com/wp-content/uploads/2008/02/webopt11.thumbnail.JPG" alt="webopt" height="67" width="530" /></p>
<p>There in the lower right we see Google Website Optimizer &#8211; just click and then create a new experiment.</p>
<p><img src="http://fieldsmarshall.com/wp-content/uploads/2008/02/opt2.JPG" alt="new experiment" height="58" width="374" /></p>
<p>I suggest you get started by doing A/B testing.</p>
<p>That is, start testing one version of a webpage against another version of a webpage to see which version is best.</p>
<p><a href="http://fieldsmarshall.com/wp-content/uploads/2008/02/opt31.jpg" rel="lightbox" title="website optimizer 3"><img src="http://fieldsmarshall.com/wp-content/uploads/2008/02/opt31.thumbnail.jpg" alt="website optimizer 3" height="97" width="530" /></a></p>
<p>Google has some suggestions about how to start using their website tool  but I would recommend to just get started with simple a/b testing until you get familiar with their website optimizer.</p>
<p>If you have gone through the effort of making a website then you, no doubt, want to make it work well. So do try google optimizer out and starting improving various page on your website.</p>
<p>Here is an example taken from one of my websites where I am testing the use of audio on an opt-in page. Here are the results: Notice that the statistical margin of error has been calculated as well. Pretty nice, eh ?</p>
<p><strong>Click on the image to see it better ..</strong></p>
<p><a href="http://fieldsmarshall.com/wp-content/uploads/2008/02/opt4withaudio1.JPG" rel="lightbox" title="website optimizer"><img src="http://fieldsmarshall.com/wp-content/uploads/2008/02/opt4withaudio1.thumbnail.JPG" alt="website optimizer" border="1" height="202" width="530" /></a></p>
<p>After a few more weeks you will start to see better statistical results.  <strong>Click on the image below and notice</strong> how my website signup form with audio is becoming more and more statistically valid with more traffic.</p>
<p><a href="http://fieldsmarshall.com/wp-content/uploads/2008/02/final.PNG" rel="lightbox" title="final optimization"><img src="http://fieldsmarshall.com/wp-content/uploads/2008/02/final.thumbnail.PNG" alt="final optimization" height="187" width="530" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fieldsmarshall.com/how-and-why-to-use-google-website-optimizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

