<?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>Happy Web Diva &#187; Analytics</title>
	<atom:link href="http://www.happywebdiva.com/category/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.happywebdiva.com</link>
	<description>Musings of Anna Belle Leiserson</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:51:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Clean Up 404s with Google Analytics</title>
		<link>http://www.happywebdiva.com/2011/07/15/clean-u-404s-with-google-analytics/</link>
		<comments>http://www.happywebdiva.com/2011/07/15/clean-u-404s-with-google-analytics/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 00:58:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/?p=197</guid>
		<description><![CDATA[I&#8217;ve been on a 404 bender of late. It all began with a server migration and improving the way 404s were rendered.  While poking around the Web, I happened across a promising Google Analytics tip on tracking these evasive creatures.  So I captured the code, pasted it in, and a day later looked at the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.happywebdiva.com/wp-content/uploads/2011/07/cobweb.jpg"><img class="right size-full wp-image-202" src="http://www.happywebdiva.com/wp-content/uploads/2011/07/cobweb.jpg" alt="" width="160" height="169" /></a>I&#8217;ve been on a 404 bender of late.</p>
<p>It all began with a server migration and improving the way 404s were rendered.  While poking around the Web, I happened across a promising <a href="http://analytics.blogspot.com/2006/09/tip-tracking-404-pages.html">Google Analytics tip on tracking</a> these evasive creatures.  So I captured the code, pasted it in, and a day later looked at the results.</p>
<p>Nada.  I then looked at the code more closely and realized it was the old format, which one usually puts in the footer.  No problem. But a day later still nothing.</p>
<p>Now it was a challenge and I was determined.  I found one blog post using newer code format, but one part of the JavaScript looked off.  Given that I&#8217;m no JS ninja, I tried it.  It turned out to be a step in the right direction, but sure enough &#8212; that one bit of JS was indeed off.  All of the results were the same. &#8220;404.html?p=/page_not_found_uri/&#8221;.</p>
<p>More scrambling&#8230;. and somewhere along the way, buried in a forum as I recall, I found some code that looked right.  Jackpot.  Now when I check our Google Analytics Top Content and enter /404.html in the page filter at the bottom I get a lovely tidy list of 404s, including their source.</p>
<p>To save others who might be on the same quest, here&#8217;s the code to use in your 404 html pages.  Just replace &#8220;UA-xxxxxxx-x&#8221; with your account number.  Then get out your virtual feather duster and start cleaning out those cobwebs.<br />
<code><br />
&lt;script type="text/javascript"&gt;<br />
google.load("jquery", "1.4.2");<br />
var _gaq = _gaq || [];<br />
_gaq.push(['_setAccount', 'UA-xxxxxxx-x']);<br />
_gaq.push(['_trackPageview']);<br />
(function() {<br />
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;<br />
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';<br />
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);<br />
})();<br />
&lt;/script&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2011/07/15/clean-u-404s-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analytics Resources</title>
		<link>http://www.happywebdiva.com/2008/11/17/analytics-resources/</link>
		<comments>http://www.happywebdiva.com/2008/11/17/analytics-resources/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 00:40:13 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/11/17/analytics-resources/</guid>
		<description><![CDATA[This is the second of two posts for my TCPRA friends. Two Books on Analytics (both excellent) Web Analytics: An Hour a Day by Avinash Kaushik Advanced Web Metrics with Google Analytics by Brian Clifton Google Analytics Resources Google Analytics Website Just do it Google Website Optimizer A related tool, now part of the GA [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second of two posts for my <a href="http://www.happywebdiva.com/2008/11/11/tennessee-college-administrators-meet-google-analytics/">TCPRA friends</a>.</p>
<p><strong>Two Books on Analytics (both excellent)</strong></p>
<ul>
<li><a href="http://www.amazon.com/Web-Analytics-Hour-Avinash-Kaushik/dp/0470130652/permissionmarket">Web Analytics: An Hour a Day</a><br />
by Avinash Kaushik</li>
<li><a href="http://www.amazon.com/Advanced-Web-Metrics-Google-Analytics/dp/0470253126">Advanced Web Metrics with Google Analytics</a><br />
by Brian Clifton</li>
</ul>
<p><strong>Google Analytics Resources</strong></p>
<ul>
<li><a href="http://www.google.com/analytics/">Google Analytics Website</a><br />
Just do it</li>
<li><a href="https://www.google.com/analytics/siteopt/">Google Website Optimizer</a><br />
A related tool, now part of the GA suite; for A/B testing</li>
<li><a href="http://www.google.com/support/googleanalytics/">Google Analytics Help Center</a><br />
Searchable support: my first resort when I have a specific question</li>
<li><a href="http://www.google.com/support/googleanalytics/bin/topic.py?topic=11285">Google Analytics Glossary</a><br />
If it&#8217;s terminology, this is my first resort</li>
<li><a href="http://www.sitescanga.com/">SiteScan</a><br />
Free Google Analytics diagnostic tool  to give you an audit of your Google Analytics setup</li>
<li><a href="http://www.google.com/support/conversionuniversity/">Conversion University</a><br />
Training videos, etc., from live training</li>
<li><a href="http://groups.google.com/group/analytics-help?pli=1">Google Analytics Help Forum</a></li>
<li><a href="http://analytics.blogspot.com/">Google Analytics Blog</a><br />
If you want to stay on the cutting edge of analytics, this is a must; and its helpful to alert you to changes</li>
<li><a href="http://www.grokdotcom.com/2008/10/16/google_analytics_hacks/">The Ultimate Google Analytics Plugins, Hacks &amp; Tricks Collection</a>: FutureNow. Oct. 1008</li>
<li><a href="http://www.youtube.com/results?q=google%20analytics">Videos on YouTube</a></li>
<li><a href="http://analytics.wikispaces.com/">A Primer for Nonprofits: Using Google Analytics<br />
</a>A helpful 16 minute video screencast by Beth Kanter</li>
</ul>
<p><strong>Other Analytics Resources (in no particular order)</strong></p>
<ul>
<li><a href="http://mashable.com/2007/06/25/analytics-toolbox/">Analytics Toolbox: 50+ Ways to Track Website Traffic</a>: Mashable, June 2007<br />
Extensive links  of analytics and related usability tools, grouped into five categories: (1)<br />
Web traffic visualization, (2) Blog and RSS Feed Analysis, (3) Market Research Data and Site Rankings, (4) Analytics Software Packages, (5) Log File Analysis</li>
<li><a href="http://www.conversion-rate-experts.com/articles/understanding-your-visitors/">14 free tools that reveal why people abandon your website</a>: Conversion Rate Experts</li>
<li><a href="http://sixrevisions.com/tools/tools_monitoring_website_popularity/">Six Revisions&#8217; 15 Tools for Monitoring a Website&#8217;s Popularity<br />
</a>includes links to Alexa, Quantcast, Technorati, and similar tools</li>
<li><a href="http://www.smileycat.com/miaow/archives/001336.php">Smileycat&#8217;s 9 Free Tools to Analyze and Improve Your Website</a><br />
includes links to Crazy Egg, SEOCentro and a potpourri of other analytics tools</li>
<li><a href="http://www.useit.com/alertbox/user-research-methods.html"> When to Use Which User Experience Research Methods</a>: Jakob Nielsen<br />
Outlines various usability methodologies; includes an excellent graph</li>
<li><a href="http://www.webanalyticsassociation.org/">The Web Analytics Association</a></li>
<li><a href="http://www.webanalyticsdemystified.com/discussion_list.asp">The Web Analytics Forum</a><br />
&#8220;The world&#8217;s largest conversation dedicated to web analytics, founded in 2004&#8243;</li>
<li> |<a href="http://www.kaushik.net/avinash/">Occam&#8217;s Razor by Avinash Kaushik</a>: Web Analytics Blog<br />
IMO Kaushik (who now works for Google) is the foremost analytics expert</li>
<li><a href="http://www.tech.ubc.ca/webanalytics/">Award of Achievement in Web Analytics Program </a><br />
University of British Columbia&#8217;s excellent online series of four courses; if you want to be a pro, take these classes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/11/17/analytics-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tennessee College Administrators Meet Google Analytics</title>
		<link>http://www.happywebdiva.com/2008/11/11/tennessee-college-administrators-meet-google-analytics/</link>
		<comments>http://www.happywebdiva.com/2008/11/11/tennessee-college-administrators-meet-google-analytics/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 02:08:50 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/11/11/tennessee-college-administrators-meet-google-analytics/</guid>
		<description><![CDATA[Have you ever heard of the Tenneessee College Public Relations Association (TCPRA)? Me either. It turns out they&#8217;re a delightful group that enjoys each other&#8217;s company enough to meet twice a year. For their latest gathering they were in search of someone familiar with Google Analytics and happened upon me. I expected it would be [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever heard of the Tenneessee College Public Relations Association (<a href="http://tcpra.org/">TCPRA</a>)? Me either.  It turns out they&#8217;re a delightful group that enjoys each other&#8217;s company enough to meet twice a year.  For their latest gathering they were in search of someone familiar with Google Analytics and happened upon me.</p>
<p>I expected it would be beautiful in upper east Tennessee (Harrogate, to be precise) this time of year, but I underestimated.  It was breathtaking.  I can see why that part of the world breeds authors.  But more than that, the TCPRA people were delightful.  Belmont University had a large contingent of their PR staff, with wonderful inside stories about the historic <a href="http://www.belmontdebate08.com/">Belmont08 Debate</a>, while Sam Watson of the <a href="http://www.johnsoncitypress.com/">Johnson City Press</a> had an upbeat prognosis for their newspaper business.  Astonishing.  A newspaper that&#8217;s not at death&#8217;s door? They&#8217;ve embraced Web 2.0 and are making a go of it.</p>
<p><strong>To TCPRA members</strong> (Doug Williams, in particular), thank you for including me.  I promised I&#8217;d post my slides, so here they are.  I&#8217;m not sure they&#8217;ll be much use out-of-context, but a promise is a promise &#8212; and in the next few days, I&#8217;ll also post a list of my favorite Google Analytics resources for you.</p>
<div style="width:425px;text-align:left" id="__ss_743796"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/happywebdiva/google-analytics-intro-for-tcpra-presentation?type=powerpoint" title="Google Analytics Intro for TCPRA">Google Analytics Intro for TCPRA</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=googleanalytics3-1226450977842349-9&#038;stripped_title=google-analytics-intro-for-tcpra-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=googleanalytics3-1226450977842349-9&#038;stripped_title=google-analytics-intro-for-tcpra-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" href="http://www.slideshare.net/happywebdiva/google-analytics-intro-for-tcpra-presentation?type=powerpoint" title="View Google Analytics Intro for TCPRA on SlideShare">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/11/11/tennessee-college-administrators-meet-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Accounts vs. Google Analytics Accounts: A Cautionary Tale</title>
		<link>http://www.happywebdiva.com/2008/11/03/google-accounts-vs-google-analytics-accounts-a-cautionary-tale/</link>
		<comments>http://www.happywebdiva.com/2008/11/03/google-accounts-vs-google-analytics-accounts-a-cautionary-tale/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 01:37:01 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/11/03/google-accounts-vs-google-analytics-accounts-a-cautionary-tale/</guid>
		<description><![CDATA[Google accounts are confusing. Marvelous, mind you, but nonetheless confusing. The most common mix-up I run across is people thinking their “gmail account” is just that. In fact, it’s much more. That same user name and password can give you access to Google Documents, Google Reader, Google Calendar, and a host (so to speak) of [...]]]></description>
			<content:encoded><![CDATA[<p>Google accounts are confusing.  Marvelous, mind you, but nonetheless confusing.  The most common mix-up I run across is people thinking their “gmail account” is just that.  In fact, it’s much more.  That same user name and password can give you access to Google Documents, Google Reader, Google Calendar, and a host (so to speak) of other rich and fruity Web 2.0 appolicatons. &#8212; even Blogger.  Your “gmail account” is in fact <a href="http://www.google.com/intl/en/options/">your Google Account</a>.</p>
<p>Understanding this a wonderful thing, unless you slip into thinking it’s the only type of Google account.  This is where I fell into trouble.  There’s at least one other: a Google Analytics Account.  Your Google Account can give you access to multiple Google Analytics Accounts.  And people can share administrative rights to the same Google Analytics Account.  Can you blame me for getting confused?</p>
<p>Specifically, I ran afoul setting up Google Analytics for my church.  After getting comfortable with it at work, a few months later I set up what I thought was a separate set of analytics for my church.  Wrong.  In fact I’d set up a “profile” of  my work’s account for my church.  Church and state.  Hmmmm…..  But the important point is that profiles are subsets of a Google Analytics account, and if you want to share administrative rights to that account, you share all profiles.</p>
<p>Now it’s a very good idea to share administrative rights to your Google Analytics accounts, assuming the website is not just yours.  But could I share this hybrid account with anyone at work or at church?  Well, actually I could have.  There is one member of my church whom I work with, but I don’t think he would have been happy with this faux solution or with me.</p>
<p>Given that my church had much less data and need for the data, that account was the one to go.  What I did was set up a separate account for my church and uploaded the new tracking code.  The next day I checked to be sure the second account was working.  It was, so I exported a boatload of PDFs from the old account – essentially archiving this data in case we ever need it in the future.  And now all is well.</p>
<p>Meanwhile, a picture being worth all of the words above, here is a quick graph of Google Accounts vs. Google Analytics Accounts vs. Google Analytics Profiles.  May it prevent you from falling into the same trap.</p>
<p><img src="http://www.happywebdiva.com/images/google-accounts-graph.gif" alt="Google Accounts graph" border="0" height="422" width="451" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/11/03/google-accounts-vs-google-analytics-accounts-a-cautionary-tale/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Learn Web Analytics</title>
		<link>http://www.happywebdiva.com/2008/06/01/how-to-learn-analytics/</link>
		<comments>http://www.happywebdiva.com/2008/06/01/how-to-learn-analytics/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 02:21:47 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/06/01/how-to-learn-analytics/</guid>
		<description><![CDATA[Like most webmasters I know, I used to think the way to learn analytics was to just dive in and do it. That simple method works amazingly well in most other areas of webmastery. Moreover, since the statistics one generates using a tool like Google Analytics are so impressive, it&#8217;s got to just be a [...]]]></description>
			<content:encoded><![CDATA[<p>Like most webmasters I know, I used to think the way to learn analytics was to just dive in and do it.  That simple method works amazingly well in most other areas of webmastery. Moreover, since the statistics one  generates using a tool like Google Analytics are so impressive, it&#8217;s got to just be a matter of spending a little time with them, right?</p>
<p>Wrong.  That way madness lies &#8212; or at least eyes-crossed by a sea of numbers.  The usual pattern is you get your analytics tool to work, you&#8217;re enchanted by what you see, you poke around in the numbers, you show your supervisor, she is impressed too, and then what?  You return a month later, and the numbers are up.  That&#8217;s great, but you have no idea why and you&#8217;re smart enough to know that if you don&#8217;t know why, it won&#8217;t be too long before they go the other direction.  One month later, the numbers are plateauing, and you still don&#8217;t know why.  The next month you don&#8217;t go back.  You&#8217;ve got better things to do with your time.</p>
<p>It seems to me (in retrospect) that it&#8217;s like trying to teach yourself finance by looking at ledger sheets with no one to explain them to you.  Chances are you will see some things, but not enough to make it worthwhile.  It will be an exercise in frustration.</p>
<p>And then the day comes when your boss says: &#8220;What about those statistics? Do you have something I can share with the Board?&#8221;</p>
<p>You could continue to give her the big picture numbers and be done with it.  But I would suggest there&#8217;s a better way that will be a great investment of your time not only for your company, but also for your career.   And it doesn&#8217;t even take that long.</p>
<p>I took one day each week in April to learn analytics.  Specifically, I took the University of British Columbia&#8217;s online <a href="http://www.tech.ubc.ca/webanalytics/curric.html#intro_course">Introduction to Web Analytics</a> course.  It&#8217;s the first in a <a href="http://www.tech.ubc.ca/webanalytics/curric.html">series of four</a>, leading to the UBC Award of Achievement in Web Analytics, a certification recognized by the <a href="http://www.webanalyticsassociation.org/">Web Analytics Association</a>.</p>
<p>The result? To my surprise, with just this one course, I am (for now) Vanderbilt&#8217;s foremost expert at web analytics.  That won&#8217;t last long.  Several others are interested, and as soon as one of them takes the second course, my moment of analytics glory will end. But more important than that, I&#8217;m already finding easy ways to apply analytics.  Best of all, as promised in the course, these simple things are already making management happier.  And as you might imagine happy management makes a very happy web diva.</p>
<p>Of course, there are other ways to learn analytics.  There&#8217;s an excellent book by Avinash Kaushik:  <a href="http://www.amazon.com/Web-Analytics-Hour-Avinash-Kaushik/dp/0470130652">Web Analytics: An Hour a Day</a>.  And there are plenty of tutorials on line.  Just search YouTube.  However, I&#8217;d caution you not focus too much on any one analytics application to start with &#8212; not even Google Analytics.</p>
<p>The first step is to learn the fundamental principles and practices.   After that, the tools will make more sense, so you can use them more effectively. If you possibly can, take the UBC course.  It&#8217;s first-rate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/06/01/how-to-learn-analytics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Web Analytics Rule</title>
		<link>http://www.happywebdiva.com/2008/05/25/why-web-analytics-rule/</link>
		<comments>http://www.happywebdiva.com/2008/05/25/why-web-analytics-rule/#comments</comments>
		<pubDate>Sun, 25 May 2008 18:17:28 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/05/25/why-web-analytics-rule/</guid>
		<description><![CDATA[To my fellow web professionals: I can hear you groaning. &#8220;I&#8217;ve already had to learn so many technologies,&#8221; you say. &#8220;Why one more? Give me a good reason for yet another responsibility.&#8221; There are two compelling reasons to carve out some of your valuable time and learn analytics. Using analytics moves website improvement past opinions [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.happywebdiva.com/images/hippo.gif" alt="The HiPPO" class="right" align="right" border="0" height="127" width="200" />To my fellow web professionals:  I can hear you groaning.  &#8220;I&#8217;ve already had to learn so many technologies,&#8221; you say.  &#8220;Why one more?  Give me a good reason for yet another responsibility.&#8221;</p>
<p><strong>There are two compelling reasons</strong> to carve out some of your valuable time and learn analytics.</p>
<ol>
<li><strong>Using analytics moves website improvement past opinions into hard data.</strong>  No longer will site design and architecture be based on subjective viewpoints &#8212; not even on <a href="http://www.kaushik.net/avinash/2006/10/seven-steps-to-creating-a-data-driven-decision-making-culture.html">HiPPOs</a> &#8212; the Highest Paid Person&#8217;s Opinions.</li>
<li><strong>It bridges the communication gap between senior management and web professionals.</strong>  It speaks to what&#8217;s happening on your website and what can happen in terms that are much more familiar to management, e.g. data to back up the ROI (return on investment).</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/05/25/why-web-analytics-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Analytics The One?</title>
		<link>http://www.happywebdiva.com/2008/05/24/is-analytics-the-one/</link>
		<comments>http://www.happywebdiva.com/2008/05/24/is-analytics-the-one/#comments</comments>
		<pubDate>Sat, 24 May 2008 20:18:16 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/05/24/is-analytics-the-one/</guid>
		<description><![CDATA[A favorite scene from a favorite movie: Daniel: You know, Sammy, I&#8217;m sure she&#8217;s unique and extraordinary, but&#8230; the general wisdom is that, in the end, there isn&#8217;t just one person for each of us. Sam: There was for Kate and Leo. There was for you. There is for me. [holds up one finger] She&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>A favorite scene from a favorite movie:</p>
<blockquote><p><em>Daniel</em>: You know, Sammy, I&#8217;m sure she&#8217;s unique and extraordinary, but&#8230; the general wisdom is that, in the end, there isn&#8217;t just one person for each of us.<br />
<em>Sam</em>: There was for Kate and Leo. There was for you. There is for me. [holds up one finger]  She&#8217;s &#8220;the one&#8221;.<br />
<em>Daniel</em>: Fair enough.<br />
<a href="http://www.imdb.com/character/ch0005819/">-Love Actually</a></p></blockquote>
<p>I have the devil of a time picking what to focus on about the web. The problem is I love it all: PHP, databases, XML, CSS, Flash, convergence, standards, and so on.  But for the past six weeks I&#8217;ve been focused on one that shows strong signs of trumping the lot: analytics.</p>
<p>I can&#8217;t begin to share all that I&#8217;ve learned in one or two posts.  Instead, I&#8217;m going to take it in bite-size chunks.  And today&#8217;s topic is&#8230;</p>
<p><strong>What the Heck Is Analytics?</strong></p>
<p>Once upon a time (measured in web eons, meaning back in the 1990s) analytics meant geek aracana like <a href="http://en.wikipedia.org/wiki/Server_log">log file</a> statistics, hits, page views.  In other words, it was all about the raw numbers.</p>
<p>Then it evolved to mean the application that gathered the numbers &#8212; typically Google Analytics.</p>
<p>Now, however, as it comes into its own, it means much more.  In essence, analytics is the <strong>process</strong> of matching core <strong>goals</strong> with objective <strong>numbers.</strong></p>
<p>For those wanting a more thorough definition, it&#8217;s the practice of collecting, analyzing and reporting meaningful numbers about website usage.  The data must be analyzed in an objective way through testing and measurement by those responsible for the site.  Then the resulting information is used to optimize the site to more effectively accomplish the organization’s goals.</p>
<p>In other words, it&#8217;s powerful web juju.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/05/24/is-analytics-the-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Analytics Is the One</title>
		<link>http://www.happywebdiva.com/2008/01/29/web-analytics-is-the-one/</link>
		<comments>http://www.happywebdiva.com/2008/01/29/web-analytics-is-the-one/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 01:51:53 +0000</pubDate>
		<dc:creator>Anna Belle</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.happywebdiva.com/2008/01/29/web-analytics-is-the-one/</guid>
		<description><![CDATA[After weighing the pros and cons of a number of excellent web conferences, in the end I chose the University of British Columbia&#8217;s Introduction to Web Analytics online course. The deciding factor wasn&#8217;t the cost, the distance or even the speakers. It was the need of the Cancer Center. While I can&#8217;t say we have [...]]]></description>
			<content:encoded><![CDATA[<p>After weighing the pros and cons of <a href="http://www.happywebdiva.com/2008/01/25/choosing-a-great-web-conference/">a number of excellent web conferences</a>, in the end I chose the University of British Columbia&#8217;s  <a href="http://www.tech.ubc.ca/webanalytics/intro_course.html" target="_blank">Introduction to Web Analytics</a> online course.</p>
<p>The deciding factor wasn&#8217;t the cost, the distance or even the speakers.  It was the need of the Cancer Center.  While I can&#8217;t say we have an expert at either search engine optimization or usability on the staff, nonetheless those are better covered then analytics.</p>
<p>And analytics really matter &#8212; in a way that reminds me of budgets. They are both about numbers, and numbers can be used to help management understand better what&#8217;s needed and why.</p>
<p>Needless to say, once I learn more, I will be posting more on this subject.  For now, all I can say is get <a href="http://www.google.com/analytics/">Google Analytics</a>.  It&#8217;s by far the best website number-cruncher I&#8217;ve used, and I&#8217;ve tried quite a few.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.happywebdiva.com/2008/01/29/web-analytics-is-the-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

