<?xml version="1.0" encoding="ISO-8859-2"?>
<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>Luke Szkudlarek &#187; Google Analytics</title>
	<atom:link href="http://luke.szkudlarek.pl/blog/category/google-analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://luke.szkudlarek.pl/blog</link>
	<description>Digital Marketing, Web Analytics</description>
	<lastBuildDate>Mon, 21 Jun 2010 21:36:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Advanced Web Metrics with Google Analytics Review</title>
		<link>http://luke.szkudlarek.pl/blog/2008/05/26/advanced-web-metrics-with-google-analytics-review/</link>
		<comments>http://luke.szkudlarek.pl/blog/2008/05/26/advanced-web-metrics-with-google-analytics-review/#comments</comments>
		<pubDate>Mon, 26 May 2008 10:08:20 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://luke.szkudlarek.pl/blog/2008/05/26/advanced-web-metrics-with-google-analytics-review/</guid>
		<description><![CDATA[&#8220;Advanced Web Metrics with Google Analytics&#8221; by Brian Clifton is the first and only comprehensive Google Analytics manual. Brian Clifton is web analytics expert who worked at Google helping to develop Google Analytics for more than 2.5 years. There is probably not many people in the world who know more about the product. So when [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://luke.szkudlarek.pl/blog/wp-content/advanced-web-metrics-google.jpg' alt='Book Cover: Advanced Web Metrics with Google Analytics by Brian Clifton' />&#8220;Advanced Web Metrics with Google Analytics&#8221; by Brian Clifton is the first and only comprehensive Google Analytics manual.  Brian Clifton is web analytics expert who worked at Google helping to develop Google Analytics for more than 2.5 years. There is probably not many people in the world who know more about the product. So when I ordered Advanced Web Metrics I expected a lot of useful hacks rather than boring interface/reporting explanation. </p>
<p>I use Google Analytics everyday and this book answered many questions that have been nagging at the back of my mind for months.  If you are wondering what&#8217;s the best practice for tracking video or visits from image search with Google Analytics this book is definitely for you. </p>
<p>Here&#8217;s my <strong>top 5 of the Advanced Web Metrics</strong><br />
- powerful hacks and great examples<br />
- 10 recommendations for web analytics accuracy<br />
- &#8216;virtual pageviews&#8217; for tracking transactions on non e-commerce sites<br />
- using exitTracker to capture clicks on banners and other outgoing links<br />
- changing referrer credited for conversion</p>
<p>Even though I&#8217;ve used Google Analytics a lot I didn&#8217;t know that GA keeps data for a minimum of 25 months and that the penultimate referrer gets credit from direct traffic transactions.</p>
<p>So just to sum up,  it&#8217;s a great book for everyone who works with Google Analytics. Please bare in mind though that you need to have HTML/JavaScript knowledge to get the most out of the examples/hacks. </p>
<p>More about Advanced Web Metrics with Google Analytics<br />
- <a href="http://theanalyticsguru.wordpress.com/2008/04/01/advanced-web-metrics-with-google-analytics-review/">Marshall Sponder Review</a><br />
- <a href="http://www.advanced-web-metrics.com/blog/2008/04/07/book-launch-advanced-web-metrics-with-google-analytics/">Official book launch on Brian Clifton&#8217;s blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luke.szkudlarek.pl/blog/2008/05/26/advanced-web-metrics-with-google-analytics-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Content effectiveness or popularity measure</title>
		<link>http://luke.szkudlarek.pl/blog/2008/03/05/content-effectiveness-or-popularity-measure/</link>
		<comments>http://luke.szkudlarek.pl/blog/2008/03/05/content-effectiveness-or-popularity-measure/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 00:16:38 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://luke.szkudlarek.pl/blog/2008/03/05/content-effectiveness-or-popularity-measure/</guid>
		<description><![CDATA[One of the metrics that I&#8217;ve discovered in Google Analytics recently allows measuring the effectiveness of different sections of your site. You probably heard people using the &#8220;content effectiveness&#8221;. Some people refer to this measure when talking about a report, which shows you the volumes of visits to each group of pages on your website [...]]]></description>
			<content:encoded><![CDATA[<p>One of the metrics that I&#8217;ve discovered in Google Analytics recently allows measuring the effectiveness of different sections of your site. You probably heard people using the &#8220;content effectiveness&#8221;.  Some people refer to this measure when talking about a report, which shows you the volumes of visits to each group of pages on your website (content groups in Webtrends).  </p>
<p>Here&#8217;s an example of this type of a &#8220;content effectiveness&#8221; report</p>
<table border=1 width="350">
<tr>
<th>Content Group</th>
<th>Visits</th>
</tr>
<tr>
<td>Products</td>
<td>1000</td>
</tr>
<tr>
<td>Categories</td>
<td>150</td>
</tr>
<tr>
<td>Product Reviews</td>
<td>5200</td>
</tr>
</table>
<p>From looking at the table above you might think that it is important to invest in Product reviews and that Categories are not performing well.   Does these numbers really tell you how effective your content is or is it just an indicator of where most of your visitors go? </p>
<p>The information that is missing in that report is the number of URLs.  In order to calculate the effectiveness of your content you need to divide the number of visits by the number of URLs within this content group or site directory.   </p>
<p>Content Effectiveness = Visits to a content group / URLs within this content group</p>
<p>The same table with this additional column and the Content Effectiveness metric added would look like this.</p>
<table border=1 width="350">
<tr>
<th>Content Group</th>
<th>Visits</th>
<th>URLs</th>
<th>Content Effectiveness</th>
</tr>
<tr>
<td>Products</td>
<td>1000</td>
<td>400</td>
<td>2.5</td>
</tr>
<tr>
<td>Categories</td>
<td>150</td>
<td>5</td>
<td>30</td>
</tr>
<tr>
<td>Product Reviews</td>
<td>5200</td>
<td>3000</td>
<td>1.73</td>
</tr>
</table>
<p>So now you can tell that the Categories are actually giving you 30 visits per URL, whereas products only 2.5.  This might be due to the fact that you are driving most of your paid traffic to the category level pages but it might also mean that your product level pages are not optimised.  </p>
<p>This is probably one of the most powerful metrics that you can use to find out what pages you should focus on and which pages are not worth your time.  </p>
]]></content:encoded>
			<wfw:commentRss>http://luke.szkudlarek.pl/blog/2008/03/05/content-effectiveness-or-popularity-measure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Error Message Gallery</title>
		<link>http://luke.szkudlarek.pl/blog/2007/12/02/google-analytics-error-message-gallery/</link>
		<comments>http://luke.szkudlarek.pl/blog/2007/12/02/google-analytics-error-message-gallery/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 11:32:26 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://luke.szkudlarek.pl/blog/2007/12/02/google-analytics-error-message-gallery/</guid>
		<description><![CDATA[I thought that three Error Messages in one day is too much and Google Analytics deserved a post on my blog. When I tried to compare two date ranges I got the following error message There was an error fetching data for this view. Even reducing the date range to a few days period didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I thought that three Error Messages in one day is too much and Google Analytics deserved a post on my blog.  </p>
<p>When I tried to compare two date ranges I got the following error message<br />
<strong>There was an error fetching data for this view. </strong></p>
<table width=450>
<tr>
<td><img src='http://luke.szkudlarek.pl/blog/wp-content/google-analytics-error-4.jpg' alt='google analytics data fetching error' /></td>
</tr>
</table>
<p>Even reducing the date range to a few days period didn&#8217;t help.  Google Analytics spitted out this error &#8220;<strong>Please try again. If you are experiencing long delays, please reduce the selected date range or disable date comparison.  Thank you for your patience.</strong> &#8221;</p>
<table width=450>
<tr>
<td><img src='http://luke.szkudlarek.pl/blog/wp-content/google-analytics-an-error-h.jpg' alt='google analytics data comparison error' /></td>
</tr>
</table>
<p>And finally my favorite one &#8211; an <strong>404 error</strong> when trying to access one of the reports. </p>
<table width=450>
<tr>
<td><img src='http://luke.szkudlarek.pl/blog/wp-content/google-analytics-404-error.jpg' alt='Google analytics reporting 404 error' /></td>
</tr>
</table>
<p>It&#8217;s not that I don&#8217;t like Google Analytics but if decide to use it commercially bare in mind that it doesn&#8217;t always work.  If you have seen any other error messages in Google Analytics or any other web analytical software feel free to add a comment below. </p>
]]></content:encoded>
			<wfw:commentRss>http://luke.szkudlarek.pl/blog/2007/12/02/google-analytics-error-message-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
