<?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>SEO, Adwords, Search Marketing Advice &#38; Tips &#187; Google Analytics</title>
	<atom:link href="http://blog.clintonbeattie.com/category/google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.clintonbeattie.com</link>
	<description>SEO, Adwords, Search Marketing Advice &#38; Tips</description>
	<lastBuildDate>Sun, 06 Feb 2011 16:24:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Local Search and Adwords drop in Click Through Rates</title>
		<link>http://blog.clintonbeattie.com/check-your-adwords-keywords-by-searching-for-them/</link>
		<comments>http://blog.clintonbeattie.com/check-your-adwords-keywords-by-searching-for-them/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 15:54:08 +0000</pubDate>
		<dc:creator>Clinton</dc:creator>
				<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://blog.clintonbeattie.com/?p=124</guid>
		<description><![CDATA[Here is a simple tip if your Adwords adverts have suddenly started receiving a lower number of Click Throughs. I have an example were, recently while looking through certain trends in one of my clients Analytics reports I noticed that a high converting Adword advert had suddenly stop receiving it&#8217;s normal Click Through Rate (CTR). [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a simple tip if your Adwords adverts have suddenly started receiving a lower number of Click Throughs. <span id="more-124"></span>I have an example were, recently while looking through certain trends in one of my clients Analytics reports I noticed that a high converting Adword advert had suddenly stop receiving it&#8217;s normal Click Through Rate (CTR). On closer inspection it appears that Google&#8217;s introduction of maps to local searches was the problem, as you can see below.</p>
<p><img src="http://blog.clintonbeattie.com/wp-content/themes/clinton/images/google-map.jpg" alt="" width="577" height="635" /></p>
<p>On the left is before the user starts scrolling, but to the right after scrolling a little you can clearly see that the map covers the adverts that were at the top of the column causing less Click Throughs.</p>
<p>Not always easy to spot, but it is something you should check if you have had a high performing keyword in the right column of the search results for a long period of time.</p>
<p>If any one else has lesser known tips, please share your wisdom below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clintonbeattie.com/check-your-adwords-keywords-by-searching-for-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Tips &amp; Tricks &#8211; Track Hovered state</title>
		<link>http://blog.clintonbeattie.com/google-analytics-tips-tricks-track-hovered-state/</link>
		<comments>http://blog.clintonbeattie.com/google-analytics-tips-tricks-track-hovered-state/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 12:31:20 +0000</pubDate>
		<dc:creator>Clinton</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://blog.clintonbeattie.com/?p=62</guid>
		<description><![CDATA[Getting the most out of data collected by Analytics packages is one of the most important factors when helping a client optimize their websites&#8217; user engagement performance. I first thought about how useful this could be when trying to judge user engagement with a Jquery slideshow on a website I was working on a while [...]]]></description>
			<content:encoded><![CDATA[<p>Getting the most out of data collected by Analytics packages is one of the most important factors when helping a client optimize their websites&#8217; user engagement performance. <span id="more-62"></span>I first thought about how useful this could be when trying to judge user engagement with a Jquery slideshow on a website I was working on a while back. I had a few niggling questions that weren&#8217;t being answered by the data being collected by, in this case, Google Analytics.</p>
<p>For the purpose of explaining this, I have used and altered code from <a title="Jquery Globe Slideshow plugin" href="http://jqueryglobe.com/article/feature-list" target="_blank">Jquery Globe&#8217;s  Slideshow Plugin</a>. You can <a href="http://www.clintonbeattie.com/downloads/analytics-slideshow.zip">download my updated code here</a>.</p>
<p>I had two main questions that needed answered:</p>
<ul>
<li>1. Did users hover over a tab but not click on the content. If not why not?</li>
<li>2. Do users actually use the slideshow. We can monitor the usual clicks, but do that actually even look through the content?</li>
</ul>
<p>To do this the main point in the excercise is to trigger a click when hovering over one of the tabs. Not too hard with Jquery&#8230;</p>
<pre>tabs.hover(function() {
if ($(this).hasClass('current')) {
    //triggers click event that logs data to Google Analytics
    $("this").trigger('click');
    return false;
}
slide( tabs.index( this) );
});</pre>
<p>The &#8216;a&#8217; tags will also have to have the tracking code added. I simply labelled mine &#8216;/slideshow/news-item1&#8242; so I can find it easily in Google Analytics. Find out more about tagging links over in the <a href="http://www.google.co.uk/support/googleanalytics/bin/answer.py?hl=en-uk&amp;answer=55527" target="_blank">Google Analytics help articles</a>.</p>
<pre>"javascript: pageTracker._trackPageview ('/slideshow/news-item1');"</pre>
<p>Hope fully this wil be of use to someone, I know it has been for me.<br />
You could also set up Custom reports to easily access this data on demand.</p>
<p>If you have any suggestions on improving this, or have any other ideas, please share your thoughts below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.clintonbeattie.com/google-analytics-tips-tricks-track-hovered-state/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

