<?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; Web Analytics</title>
	<atom:link href="http://luke.szkudlarek.pl/blog/category/web-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>Top Limitations of Google Analytics</title>
		<link>http://luke.szkudlarek.pl/blog/2007/11/07/the-top-limitations-of-google-analytics/</link>
		<comments>http://luke.szkudlarek.pl/blog/2007/11/07/the-top-limitations-of-google-analytics/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 21:41:03 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://luke.szkudlarek.pl/blog/2007/11/07/the-top-limitations-of-google-analytics/</guid>
		<description><![CDATA[A couple weeks ago I attended the Advanced Google Analytics Seminar in Manchester, where Andrew Miles from Omega Digital Media was talking about Advanced features of Google Analytics. His presentation inspired me to think a little bit more about the limitations of Google Analytics, which were mentioned briefly on one of the slides. Although Google [...]]]></description>
			<content:encoded><![CDATA[<p>A couple weeks ago I attended the Advanced Google Analytics Seminar in Manchester, where Andrew Miles from <a href="http://omegadm.co.uk/">Omega Digital Media</a> was talking about Advanced features of Google Analytics.  His presentation inspired me to think a little bit more about the limitations of Google Analytics, which were mentioned briefly on one of the slides.  </p>
<p>Although Google Analytics is still probably the best free tracking tool there are some serious limitations that should be considered before you decide to use it as your main tracking solution. </p>
<p><strong>What Google Analytics can&#8217;t do?</strong></p>
<p><strong>1. Data re-processing</strong></p>
<p>e.g. if you change or add filters it will only affect data going forward and will not be applied retroactively.  </p>
<p><strong>2. Real time tracking</strong></p>
<p>Google Analytics generally updates your reports every 24 hours. It is not a huge drawback but in some cases when you update your website daily that might be an issue. From my own experience I can see that Google Analytics usually updates the reports every few hours. </p>
<p><strong>3. Import non AdWords data</strong></p>
<p>Currently, Google Analytics only enables to import cost data for ROI analysis from Google AdWords. </p>
<p><strong>4. Bid management</strong></p>
<p>Only important when you spend a lot on PPC. </p>
<p><strong>5. Ad hoc reporting</strong></p>
<p>Need a bespoke report? Google Analytics can&#8217;t do it for you.  This is a major limitation.  In case you run a bigger site sooner or later you&#8217;ll be in a situation where you need to customize your reports.</p>
<p><strong>6. Heatmaps </strong></p>
<p>Site overlay report is not entirely accurate and doesn&#8217;t provide heatmaps.</p>
<p><strong>7. Not integrated into AdSense</strong></p>
<p>If you are running AdSense bare in mind that Google doesn&#8217;t allow users to track clicks automatically. There are <a href="http://asp-net-whidbey.blogspot.com/2006/03/tracking-adsense-clicks-with-google.html">javascript hacs available </a>that let you to do that though.</p>
<p><strong>8. Transfer account</strong></p>
<p>Currently, it is not possible to transfer profiles or account ownership to another account.  </p>
<p><strong>9. Change time zone when linked with AdWords</strong></p>
<p>If your Google Analytics account is linked with AdWords then Google Analytics will use time zone settings from AdWords.  These cannot be changed though and you need to contact Google to unlink the account first, which might be a nuisance. </p>
<p><strong>10. Attribute the first touch to a conversion</strong></p>
<p>Google Analytics will attribute the most recent campaign information to a conversion.  This behavior can be modified but requires addition of a tracking code and cannot be changed across the whole site.  There are some hacks available but it should be a standard feature. </p>
<p><strong>11. Lack of support</strong></p>
<p>Yes there is Help center, however, if your question is not answered there chances that you get any information from Google are slim.  You can either hire someone/train in-house, do it yourself or hire one of the GAACs (Google Analytics Authorized Consuntant).</p>
<p><strong>More limitations?</strong></p>
<p>I use Google Analytics almost every day and I&#8217;ll try to update this post in case there is something that is not on the list.  </p>
]]></content:encoded>
			<wfw:commentRss>http://luke.szkudlarek.pl/blog/2007/11/07/the-top-limitations-of-google-analytics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Actionable Web Analytics Book Review</title>
		<link>http://luke.szkudlarek.pl/blog/2007/09/09/actionable-web-analytics-book-review/</link>
		<comments>http://luke.szkudlarek.pl/blog/2007/09/09/actionable-web-analytics-book-review/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 19:44:42 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://luke.szkudlarek.pl/blog/2007/09/09/actionable-web-analytics-book-review/</guid>
		<description><![CDATA[After writing all the positive things about the book Web Analytics: An Hour a Day I&#8217;ve looked at the book reviews on Amazon and found more than 35 people, all singing praises apart from one! This is what Milan Savani says about the Avinash&#8217;s book &#8220;90% fluff, 10% knowledge&#8230;good if you have time to read [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://luke.szkudlarek.pl/blog/wp-content/actionable-web-analytics-book.jpg' alt='actionable web analytics' />After writing all the positive things about the book <a href="http://luke.szkudlarek.pl/blog/2007/08/05/avinash-kaushik-web-analytics-book-review/">Web Analytics: An Hour a Day</a> I&#8217;ve looked at the <a href="http://www.amazon.com/gp/product/customer-reviews/0470130652/ref=cm_cr_dp_all_top/102-9937536-5229763?ie=UTF8&#038;n=283155&#038;s=books#customerReviews">book reviews on Amazon</a> and found more than 35 people, all singing praises apart from one! This is what Milan Savani says about the Avinash&#8217;s book &#8220;90% fluff, 10% knowledge&#8230;good if you have time to read 480 pages to get the 48 you need&#8221;. He also recommends reading Jasons Burby &#038; Shand Atchison&#8217;s <a href="http://www.amazon.com/Actionable-Web-Analytics-Business-Decisions/dp/0470124741/ref=pd_bbs_sr_1/102-9937536-5229763?ie=UTF8&#038;s=books&#038;qid=1189366841&#038;sr=1-1">Actionable Web Analytics &#8211; Using Data to Make Smart Business Decisions</a>. </p>
<p>To find out if these accusations are justified and whether the Actionable Web Analytics is actually as good as described I&#8217;ve decided to act on Mr Savani&#8217;s advice and bought my second web analtytics book.</p>
<p>Today, after I&#8217;ve read the book I must say that I partially agree with the reviewer&#8230;Actionable Web Analytics offers very similar information as you can find in the Avinash&#8217;s book but here is presented in much more succinct format.</p>
<p><strong>The most useful chapters in Actionable Web Analytics</strong></p>
<p>There are chapters in the Actionable Web Analytics book, which I find extremely useful. This book definately will help you to get your head around the overall Web Analytics concept. The three chapters, which I&#8217;m going to take actions from are the &#8220;performance marketing&#8221; approach (chapter 2), site types and KPIs (chapter 6) and monetization (chapter 7). </p>
<p>The &#8220;performance marketing&#8221; approach explains how to deal with site redesigns and dispells some common myths of web design. The chapter also highlights monitoring, testing and user behaviour as the three main areas of the &#8220;perfomance marketing&#8221; concept. </p>
<p>The 6th Chapter of the book I find the most useful. I&#8217;ve never thought about putting sites into the five main categories E-commerce, lead generation, customer service, content and branding sites. </p>
<p>The monetization methodology would be immediately helpful to larger organisations, where business cases have to be created before any changes are made to the website. </p>
<p><strong>Actionable Web Analytics vs. Web Analytics: An Hour A Day</strong></p>
<p>I personally find Actionable Web Analytics more logical and practical, however I still think the Kaushik&#8217;s book makes for quite a good read. Both books are  excellent and I&#8217;m happy that I had begun my Web Analytics journey from the Web Analytics: An Hour A Day.</p>
]]></content:encoded>
			<wfw:commentRss>http://luke.szkudlarek.pl/blog/2007/09/09/actionable-web-analytics-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avinash Kaushik Web Analytics Book Review</title>
		<link>http://luke.szkudlarek.pl/blog/2007/08/05/avinash-kaushik-web-analytics-book-review/</link>
		<comments>http://luke.szkudlarek.pl/blog/2007/08/05/avinash-kaushik-web-analytics-book-review/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 07:41:12 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://luke.szkudlarek.pl/blog/2007/08/05/avinash-kaushik-web-analytics-book-review/</guid>
		<description><![CDATA[After reading The Web Analytics: An Hour a Day I was supposed to write a short review of this probably the most pragmatic web analytics book written so far but Avinash Kaushik&#8217;s book makes so many revolutionary and sometimes provocative statements, which I can&#8217;t resist commenting on. Here is the combined list of all interesting [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.webanalyticshour.com/' title='Web analytics: An Hour a Day - Avinash Kaushik' onClick="javascript:urchinTracker('/outgoing/webanalyticshour_com');"><img src='http://luke.szkudlarek.pl/blog/wp-content/web_analytics-an_hour_a_day-sm.jpg' alt='Web analytics: An Hour a Day - Avinash Kaushik' /></a>After reading The Web Analytics: An Hour a Day I was supposed to write a short review of this probably the most pragmatic web analytics book written so far but Avinash Kaushik&#8217;s book makes so many revolutionary and sometimes provocative statements, which I can&#8217;t resist commenting on. </p>
<p>Here is the combined list of all interesting thoughts from The Web Analytics: An Hour a Day.  Initially I tried to split them up into negative or positive category but even here the golden 10/90 rule applies as I can only refer to a couple small things as negative.  I&#8217;ve decided to put them into categories, hope this format would work for everyone, so here are the categories: </p>
<ul>
<li><a href="#remember">Remember list (18)</a></li>
<li><a href="#learn">Things you can learn (12)</a></li>
<li><a href="#ideas">Great ideas (4)</a></li>
<li><a href="#negative">Things I personally (as a Web Analytics novice) don&#8217;t like about the Web Analytics: An Hour A Day. (7)</a></li>
</ul>
<p>For those who don&#8217;t want to read the full review I might just say that Web Analytics: An Hour a Day id a fantastic resource and everyone interested in Web Analytics would find it useful to read.  For advanced analysts though, there will be a lot of sections that you might want to skip but it should be still very useful even if you just want to find out how other analysts work. </p>
<p><a name="remember"><strong>List of things to remember from the Web Analytics: An Hour A Day</strong></p>
<p>1. <em>&#8220;all vendors use similar methods to capture data&#8221;</em> &#8211; this is an important statement, even if you spend 200k on your sophisticated software the data will be captured in very similar way as in free tools such as Google Analytics.  Think before your pay for gathering data.</p>
<p>2. <em>&#8220;Data quality on the Internet absolutely sucks&#8221;</em>, here are some most common reasons why: try tracking user activity in Ajax or Flash application, what if you&#8217;ve just realised that some of your pages weren&#8217;t properly tagged?, what is the definition of a visit? if i wait 30 min and come back to the site is it a new visit? Not many people know how the data is captured and why it rarely ties in with the data captured with another software. </p>
<p>3. <em> &#8220;assume a level of comfort with the data&#8221;</em> &#8211; don&#8217;t dive into the data and look at it with 70-80% confidence.  See the point about the data quality above?</p>
<p>4. <em>&#8220;go for free tools first&#8221;</em> &#8211; when choosing right vendor, try the free tool and only if it has some limitations try buying one with more features</p>
<p>5. <em> &#8220;ensure all pages are tagged&#8221;</em> &#8211; write a simple software that will do it for you. It is just to ensure that your web analytics software is capturing all information that is available, i.e. you can trust your data more. </p>
<p>6. It happens that there are <em>multiple source links on a website to the same target page&#8221;</em>.  Not many people realise how common this issue is, its bad for SEO and causes problems from a tracking perspective. </p>
<p>7. <em>&#8220;spend time with your IT team and your web analytics vendor to understand<br />
how sessionisation is done in the application&#8221;</em> &#8211; assuming that all IT teams understand sessions and implemented sessions in the same manner might be a big mistake</p>
<p>8. <em>&#8220;Remember that the unique visitors that we report use cookie values and<br />
therefore are dependent on various issues that affect cookies&#8221;</em></p>
<p>9. When a user walks away from the browser, leaves it open or types in a different URL in the address bar the JavaScript tags have no way of knowing how long the customer spent on that last page, i.e. would report 0 seconds on the last page.</p>
<p>10. Thing to remember when you want to base your reports on page views:  rich<br />
media don&#8217;t use URLs to communicate with the server, i.e. the URL never changes when you navigate on a Flash or Ajax website (there is no such concept as a page)</p>
<p>11. Understanding multichannel marketing and tracking offline-to-online campaigns is very important; how often we assume that no external factors affect traffic trends on our website it&#8217;s good practice to have in mind all offline campaigns when it comes to tracking and traffic analysis. </p>
<p>12. When tracking customer behaviour consider also newspaper articles, visits to branches, call centre questions and purchases in branch or over the phone</p>
<p>13. <em>&#8220;Most important cookies should be first-party cookies&#8221;</em> &#8211; most of the antispyware software will reject third-party cookies. </p>
<p>14. Bounce rate is the first step in understanding whether you are getting qualified traffic.</p>
<p>15. Some websites such as support sites might require qualitative data rather than quantitative, which is better for e-commerce sites</p>
<p>16. Focus on short term goals, no point on setting five-year goals for the Web</p>
<p>17. Segment and try on a small scale, great advice it is so much easier to see things when segmenting data</p>
<p>18. <em>&#8220;almost always path analysis rends to be a sub optimal use of your time, resource, and money&#8221; </em></p>
<p><a name="learn"><strong>Things you can learn from the Web Analytics: An Hour A Day</strong></p>
<p>1. You can track Exit links, i.e. traffic leakage of the outgoing links</p>
<p>2. Multivariate testing explained in simple words</p>
<p>3. To ask &#8220;What is your hypothesis?&#8221; every time we are asked to change something in the template/design</p>
<p><img src='http://luke.szkudlarek.pl/blog/wp-content/dmaic.jpg' alt='DMAIC process' />4. What is the DMAIC process and how you can apply it to web analytics?</p>
<p>5. <em>&#8220;Measure the cookie rejection and deletion rates&#8221;</em> &#8211; how often we are being asked how many people have cookies switched on or off?</p>
<p>6. Reasons why you won&#8217;t know all your referrers, i.e. you will see blank/null referrer. In reality you won&#8217;t know referrer for 40-60% of all traffic as it comes from bookmarks or direct entry (people who type in the URL in the browsers). Other reasons why you might not be able to see the referring source includes browser security settings, non permanent redirects, other campaigns where the referrer might not be passed properly.</p>
<p>7. Most people looking at the website performance have an obsession with their home pages, don&#8217;t be one of them. Usually the homepage does not account for the majority of traffic to the website. </p>
<p>8. &#8220;ask your agency not for data but for analysis&#8221;</p>
<p>9. how to track a blog and useful metrics, which enable to measure its success and also RSS feeds popularity metrics</p>
<p>10. Conversion Rate review (best practice) is very useful</p>
<p>11. Site abandonment rate (in percent terms) = 1 &#8211; (the total order placed on the website / the total Add to Cart clicks)</p>
<p>12. importance of surveys and qualitative analysis</p>
<p><a name="ideas"><strong>Great ideas</strong></p>
<p>1. Some powerful metrics for a support website include Problem resolution rate, timeliness, likelihood to recommend.</p>
<p>2. if you focus on sales, i.e. e-commerce goals and only 30% of your visitors<br />
have some intentions to buy something you are ignoring 70% of your traffic; think about creating no e-commerce goals?</p>
<p>3. I like the idea of using colloquial language to name metrics, i.e. &#8220;less than one page&#8221; &#8211; &#8220;Abandoners&#8221;, &#8220;1-3 pages&#8221; &#8211; &#8220;Flirters&#8221;</p>
<p>4. Measure the real size of your convertible &#8220;opportunity pie&#8221; &#8211; interesting concept on calculating potential conversions</p>
<p><a name="negative"><strong>Things I didn&#8217;t like about the Web Analytics: An Hour A Day</strong> </p>
<p>1. It happens that Avinash Kaushik oversimplifies statistical &#038; business aspects of web analytics. I&#8217;ve found a number of instances in the book where a fairly issue was explained in one sentence, there is also a lack of references to complex statistical books.  There is nothing wrong with it unless you need to investigate the issue and need more details. So a general comment is that the book touches a lot of different areas of online but scratches the surface very often. I was mainly disappointed with seasonality and trend analysis, statistical sections (e.g. the one about statistical significance, it&#8217;s not that simple as it is explained), </p>
<p>2. Assumptions.<br />
-	One of the assumptions is about JavaScript tagging, which Avinash recommends as the best method for tracking. In Poland Internet users value their privacy more or they maybe just don&#8217;t trust The Web to the extent as people in other countries and would have their <em>cookies switched off </em>very often.  It is definitely a factor to consider when measuring effectiveness of an online campaign in Poland.<br />
-	Another assumption &#8220;most of the click density in internal search should be clustered on the top five search results links, and no one should click Next Page&#8221; &#8211; I don&#8217;t think I would agree with it and also as a data enthusiast I would expect Avinash to present some analysis to prove it.  It would be also interesting to see an industry breakdown as these metrics might be different for a shopping or support website. </p>
<p>3.  I found the structure of the book difficult to follow. In the first part of the book there were too many &#8220;step by step&#8221; guides, which dilutes the focus of important sections of the book. The lack of clear sections/chapters such as tracking, reporting and analysis doesn&#8217;t help either. I&#8217;m not convinced that the &#8220;An Hour a Day&#8221; structure works very well.</p>
<p>4. Many irrelevant facts such as &#8220;if you are sending traffic to partner sites, consider asking them for a referring fee or at least reciprocal links&#8221;, there were times when I thought &#8211; Is that a web analytics book or a general overview of online strategies?.  I know Aviniash might ask for some examples, as an example I would put here the whole SEO section (p. 204-207) and Web 2.0 (p. 314). </p>
<p>5. Inclusion ratio on page 217. In Google when you do site:www.domain.com it only shows an estimated number of pages. If you use URLs to track sessions the number you get from Google might be way off the real number.  So if you are concerned about  accuracy of this estimate run a crawler to find out what is the real number.</p>
<p>6. I&#8217;m not convinced about referring to Wikipedia when explaining definitions such as &#8220;statistics&#8221;, &#8220;search engine optimisation&#8221; and many, many, more. </p>
<p>7. When Avinash revisits foundational web metrics he highlights downsides of the use of Page Views and even gives an example from his blog, i.e. the general message is &#8220;Don&#8217;t use Page Views as a metric&#8221;.  In one of the last chapters, however, Page Views are presented as a very useful metric (see the chart below).<br />
<img src='http://luke.szkudlarek.pl/blog/wp-content/page-views-web-analytics-avinash-kaushik-chart.jpg' alt='intersection of page views and time on site for key customer segments' /></p>
]]></content:encoded>
			<wfw:commentRss>http://luke.szkudlarek.pl/blog/2007/08/05/avinash-kaushik-web-analytics-book-review/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Avinash Kaushik Web Analytics Review &#8211; Part 1</title>
		<link>http://luke.szkudlarek.pl/blog/2007/07/18/avinash-kaushik-web-analytics-review-part-1/</link>
		<comments>http://luke.szkudlarek.pl/blog/2007/07/18/avinash-kaushik-web-analytics-review-part-1/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 22:28:37 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://luke.szkudlarek.pl/blog/2007/07/18/avinash-kaushik-web-analytics-review-part-1/</guid>
		<description><![CDATA[I&#8217;m still in the middle of the &#8220;Web Analytics: An Hour a Day&#8221; and thought i will share some thoughts after reading the first part of the Avinash&#8217;s book. The overall impression can&#8217;t be more positive and although i haven&#8217;t finished reading the book yet I would recommend it to everyone interested in Web Analytics [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still in the middle of the <a href="http://www.webanalyticshour.com/">&#8220;Web Analytics: An Hour a Day&#8221;</a> and thought i will share some thoughts after reading the first part of the Avinash&#8217;s book.  The overall impression can&#8217;t be more positive and although i haven&#8217;t finished reading the book yet I would recommend it to everyone interested in Web Analytics or involved in online marketing. Web Analytics: An Hour a Day will help you to understand how to analyse &#038; measure your online activities. </p>
<p><strong>Good points Web Analytics: An Hour A Day</strong></p>
<p>1.  The book highlights some important things that are often neglected.  I&#8217;ve listed some of them below. </p>
<p>-<strong> &#8220;all vendors use similar methods to capture data&#8221; </strong>- this is an important statement, even if you spend 200k on your sophisticated software the data will be captured in very similar way as in free tools such as Google Analytics.  Think before your pay for gathering data. </p>
<p>- <strong>&#8220;Data quality on the Internet absolutely sucks&#8221;</strong>, here are some most common reasons why: try tracking user activity in Ajax or Flash application, what if you&#8217;ve just realised that some of your pages weren&#8217;t properly tagged?, what is the definition of a visit? if i wait 30 min and come back to the site is it a new visit? Not many people know how the data is captured and why it rarely ties in with the data captured with another software. </p>
<p>-<strong> &#8220;assume a level of comfort with the data&#8221;</strong> &#8211; don&#8217;t dive into the data and look at it with 70-80% confidence.  See the point about the data quality above?</p>
<p>- <strong>&#8220;go for free tools first&#8221;</strong> &#8211; when choosing right vendor, try the free tool and only if it has some limitations try buying one with more features</p>
<p>-<strong> &#8220;ensure all pages are tagged&#8221;</strong> &#8211; write a simple software that will do it for you. It is just to ensure that your web analytics software is capturing all information that is available, i.e. you can trust your data more. </p>
<p>- <strong>&#8220;Multiple source links on a page to the same target&#8221;</strong> &#8211; not many people realise that it is not uncommon to have multiple URLs pointing to the same target page, its bad for SEO and causes problems from a tracking perspective. </p>
<p>- <strong>&#8220;Most important cookies should be first-party cookies&#8221;</strong> &#8211; most of the antispyware software will reject third-party cookies. </p>
<p>- <strong>&#8220;Measure the cookie rejection and deletion rates&#8221;</strong> &#8211; how often we are being asked how many people have cookies switched on or off?</p>
<p>2. I personally liked the phrase &#8220;complex website ecosystem&#8221;</p>
<p><strong>Bad points Web Analytics: An Hour A Day</strong></p>
<p>1. Sometimes I feel that the Web Analytics: An Hour A Day is oversimplifying some business aspects of web analytics. I&#8217;ve found a number of instances in the book where a complicated issue was explained in one sentence.  There is nothing wrong with it unless you need to investigate the issue and need more details. So a general comment after reading the first part of the book is that it touches a lot of different areas of online but scratches the surface very often. </p>
<p>One of the assumptions is about JavaScript tagging, which Avinash recommends as the best method for tracking. In Poland Internet users value their privacy more or they maybe just don&#8217;t trust The Web to the extent as people in other countries and would have their <strong>cookies switched off </strong>very often.  It might skew data if you have a multi language site. </p>
<p>2. Too many &#8220;step by step&#8221; guides &#8211; dilutes the focus of many sections of the book. </p>
<p>3. Lack of clear sections/chapters such as tracking, reporting, analysing. I&#8217;m also not convinced that the &#8220;An Hour a Day&#8221; structure works very well. </p>
<p>Anyway, can&#8217;t wait to read the II part of the book. </p>
]]></content:encoded>
			<wfw:commentRss>http://luke.szkudlarek.pl/blog/2007/07/18/avinash-kaushik-web-analytics-review-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
