<?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>Analytics Talk &#187; About Google Analytics posts &#8211; Analytics Talk</title>
	<atom:link href="http://cutroni.com/blog/category/about-ga/feed/" rel="self" type="application/rss+xml" />
	<link>http://cutroni.com/blog</link>
	<description>Untangling the world of web analytics</description>
	<lastBuildDate>Fri, 18 May 2012 12:19:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<atom:link rel='hub' href='http://cutroni.com/blog/?pushpress=hub'/>
		<item>
		<title>Understanding Google Analytics Time Calculations</title>
		<link>http://cutroni.com/blog/2012/02/29/understanding-google-analytics-time-calculations/</link>
		<comments>http://cutroni.com/blog/2012/02/29/understanding-google-analytics-time-calculations/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 13:50:42 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[bounce rate]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[session length]]></category>
		<category><![CDATA[time on page]]></category>
		<category><![CDATA[time on site]]></category>
		<category><![CDATA[visit length]]></category>

		<guid isPermaLink="false">http://cutroni.com/blog/?p=2222</guid>
		<description><![CDATA[Measuring time on a website can be hard. Really hard. Every web analytics tool has issues, and that includes Google Analytics. I&#8217;d like to clarify how Google Analytics track time on page and visit length. It&#8217;s probably different than you think. Understanding Engagement Hits The key to understanding Google Analytics time calculations is understanding the [...]<p><a href="http://cutroni.com/blog/2012/02/29/understanding-google-analytics-time-calculations/">Understanding Google Analytics Time Calculations</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2007/06/26/understanding-the-google-analytics-terms-of-service/' rel='bookmark' title='Permanent Link: Understanding The Google Analytics Terms of Service'>Understanding The Google Analytics Terms of Service</a></li>
<li><a href='http://cutroni.com/blog/2007/05/08/understanding-the-new-google-analytics-interface/' rel='bookmark' title='Permanent Link: Understanding the New Google Analytics Interface'>Understanding the New Google Analytics Interface</a></li>
<li><a href='http://cutroni.com/blog/2011/03/28/understanding-google-analytics-custom-reports/' rel='bookmark' title='Permanent Link: Understanding Google Analytics Custom Reports'>Understanding Google Analytics Custom Reports</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Measuring time on a website can be hard. Really hard. Every web analytics tool has issues, and that includes Google Analytics.</p>
<p>I&#8217;d like to clarify how Google Analytics track time on page and visit length. It&#8217;s probably different than you think.</p>
<p><strong>Understanding Engagement Hits</strong></p>
<p>The key to understanding Google Analytics time calculations is understanding the data that is sent to Google. We affectionately refer to these data as HITS. I know, that&#8217;s a terrible term to use when talking about analytics. But they really are hits. </p>
<p>Data hits are the image requests sent to Google Analytics. Three are six different types of data hits in Google Analytics:</p>
<ul>
<li>Pageview hits</li>
<li>Event hits</li>
<li>Ecommerce transaction hits</li>
<li>Ecommerce transaction item hits</li>
<li>User defined hits (this is the predecessor of custom variables)</li>
<li>Social plugin hits</li>
</ul>
<p>While these are all data hits they are not all <em>engagement</em> hits.</p>
<blockquote><p>An engagement hit is any hit that is not marked as &#8220;non interaction&#8221; and is not filled only with custom variable information. This means that the hit has at least page information, ecommerce transaction information, ecommerce item information, event information or social tracking information.</p></blockquote>
<p>Filtering the above list of data hits using the engagement hit definition results in five types of engagement hits:</p>
<ul>
<li>Pageview hits</li>
<li>Interactive event hits</li>
<li>Ecommerce transaction hits</li>
<li>Ecommerce transaction item hits</li>
<li>Social plugin hits</li>
</ul>
<p>You&#8217;re probably wondering, &#8220;what the heck does this have to do with time calculations?&#8221;</p>
<p>Most analytics tools use the time between pageviews to track time. But  Google Analytics time calculations uses engagement hits to get a more accurate measure of time on page and time on site.</p>
<p><strong>How Time on Page is Calculated</strong></p>
<p>Time on Page is calculated in two different ways. The calculation depends if the visit has one pageview OR if the visit has multiple pageviews.</p>
<p><strong>When There are Multiple Pageviews in a Visit</strong></p>
<p>This is pretty easy to understand.</p>
<p>If there are multiple pageviews during a visit then the time calculation is based on the start time between the current page and the start time of the next page hit. Here&#8217;s a visual representation.</p>
<div id="attachment_2241" class="wp-caption aligncenter" style="width: 546px"><a href="http://cutroni.com/blog/wp-content/uploads/PageTimeInGA.jpg"><img src="http://cutroni.com/blog/wp-content/uploads/PageTimeInGA.jpg" alt="How Google Analytics tracks time on page for visit with multiple pages." title="How Google Analytics tracks time on page for visit with multiple pages." width="536" height="429" class="size-full wp-image-2241" /></a><p class="wp-caption-text">Image #1: When there is more than one pageview in a visit, Google Analytics uses the time between pages to measure time on page.</p></div>
<p>Pretty easy, right? Most tools work this way, measuring time based on pageviews. But this leads to trouble.</p>
<p>We can&#8217;t calculate the time on the last page of the visit because there is no pageview after the last page. Stay tuned, more on this later.</p>
<p><strong>When There is Only One Pageview in the Visit</strong></p>
<p>Most people believe that Google Analytics can not, and does not, calculate time on page when there is only one page viewed in a visit. This is partially correct.</p>
<p>If no other page is viewed during the visit, Google Analytics use the time between the initial page hit and the last engagement hit that follows the page hit.</p>
<blockquote><p>Time on Page = (time of last &#8220;engagement hit&#8221; on page) &#8211; (time of first hit from page)</p></blockquote>
<p>Let me make this clear, if a visit only contains one pageview (i.e. the visit is a bounce) then Google Analytics <em>can</em> track time on page by using other engagement hits.</p>
<p>If you add multiple engagement hits to a page you can get a more accurate measure of time on page and site, as shown in the image below.</p>
<div id="attachment_2242" class="wp-caption aligncenter" style="width: 630px"><a href="http://cutroni.com/blog/wp-content/uploads/TimeForSinglePageVisit.jpg"><img src="http://cutroni.com/blog/wp-content/uploads/TimeForSinglePageVisit.jpg" alt="Google Analytics time on page calculation for a single page visit." title="Google Analytics time on page calculation for a single page visit." width="620" height="426" class="size-full wp-image-2242" /></a><p class="wp-caption-text">Image #2: Google Analytics uses the last &quot;engagement hit&quot; to measure time on page when there is only one pageview during a visit.</p></div>
<p>This was the whole reason behind the posts <a href="http://cutroni.com/blog/2012/02/21/advanced-content-tracking-with-google-analytics-part-1/">Advanced Content Tracking Part 1</a> and <a href="http://cutroni.com/blog/2012/02/23/advanced-content-tracking-with-google-analytics-part-2/">Advanced Content Tracking Part 2</a>.</p>
<p><strong>How Visit Length is Calculated</strong></p>
<p>Visit length also uses engagement hits to get a more accurate measure of time. Rather than use just the time between pageviews, the visit length measurement includes the time between the first hit and the last engagement hit of the session.</p>
<blockquote><p>Visit Length = (time of last &#8220;engagement hit&#8221; of visit) &#8211; (time of first hit of visit)</p></blockquote>
<p>Let&#8217;s look at a real example. Here we see a number of pages in a visit. Normally, if we only measured visit length based on page load time we&#8217;d miss all of the time on the exit page.</p>
<p>But because there is an engagement event on the exit page we get a more accurate measure of the visit.</p>
<div id="attachment_2243" class="wp-caption aligncenter" style="width: 547px"><a href="http://cutroni.com/blog/wp-content/uploads/TimeOnSiteInGA.jpg"><img src="http://cutroni.com/blog/wp-content/uploads/TimeOnSiteInGA.jpg" alt="Time on site calculate in Google Analytics." title="Time on site calculate in Google Analytics." width="537" height="372" class="size-full wp-image-2243" /></a><p class="wp-caption-text">Image #3: Google Analytics uses the last engagement hit of the visit to measure visit length.</p></div>
<p>It&#8217;s also importnat to note that in the previous example Google Analytics will also use the engagement hit to calculate the time on page for the exit page. In Image #1 it was not possible to calculate the time on the exit page because there was no final engagement hit after page 3.</p>
<p>But in Image #3 there is an engagement hit on the exit page. So Google Analytics will use that piece of data to calculate the time.</p>
<p>Don&#8217;t forget, there are other engagement hits, like the ecommerce transaction hit, that can also be used to more accurately measure the length of a visit.</p>
<p>I hope this post demystified how Google Analytics tracks time.</p>
<p>Let&#8217;s hear it for greater accuracy!</p>
<p><a href="http://cutroni.com/blog/2012/02/29/understanding-google-analytics-time-calculations/">Understanding Google Analytics Time Calculations</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2007/06/26/understanding-the-google-analytics-terms-of-service/' rel='bookmark' title='Permanent Link: Understanding The Google Analytics Terms of Service'>Understanding The Google Analytics Terms of Service</a></li>
<li><a href='http://cutroni.com/blog/2007/05/08/understanding-the-new-google-analytics-interface/' rel='bookmark' title='Permanent Link: Understanding the New Google Analytics Interface'>Understanding the New Google Analytics Interface</a></li>
<li><a href='http://cutroni.com/blog/2011/03/28/understanding-google-analytics-custom-reports/' rel='bookmark' title='Permanent Link: Understanding Google Analytics Custom Reports'>Understanding Google Analytics Custom Reports</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2012/02/29/understanding-google-analytics-time-calculations/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Introducing Google Analytics, The Next Generation</title>
		<link>http://cutroni.com/blog/2011/03/17/introducing-google-analytics-he-ext-generation/</link>
		<comments>http://cutroni.com/blog/2011/03/17/introducing-google-analytics-he-ext-generation/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 17:19:37 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[V5]]></category>

		<guid isPermaLink="false">http://cutroni.com/blog/?p=1655</guid>
		<description><![CDATA[Today at the Google Analytics Great User Conference, Phil Mui, product manager for Google Analytics and all around awesome guy, introduced the new version of Google Analytics. This version includes a completely reworked user interface and many, many infrastructure improvements. Before we get into the deals, I should mention that this version is going to [...]<p><a href="http://cutroni.com/blog/2011/03/17/introducing-google-analytics-he-ext-generation/">Introducing Google Analytics, The Next Generation</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2009/10/20/introducing-google-analytics-v4/' rel='bookmark' title='Permanent Link: Introducing Google Analytics v4'>Introducing Google Analytics v4</a></li>
<li><a href='http://cutroni.com/blog/2007/05/25/introducing-sitescan/' rel='bookmark' title='Permanent Link: Introducing SiteScan'>Introducing SiteScan</a></li>
<li><a href='http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/' rel='bookmark' title='Permanent Link: Getting to Know the New Google Analytics Admin Interface'>Getting to Know the New Google Analytics Admin Interface</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today at the Google Analytics Great User Conference, Phil Mui, product manager for Google Analytics and all around awesome guy, introduced the new version of Google Analytics. This version includes a completely reworked user interface and many, many infrastructure improvements.</p>
<p>Before we get into the deals, I should mention that this version is going to be a fairly slow rollout. So don&#8217;t be surprised if it takes a few weeks for your account to see the changes.</p>
<p>How about a video walkthrough to start.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/mzC-wWN7GCQ?hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/mzC-wWN7GCQ?hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
And now some feature descriptions, for the SEO :)</p>
<h2>New Navigation</h2>
<p><a href="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.45.15-PM.png"><img class="aligncenter size-full wp-image-1694" title="Google Analytics V5 Nav Bar" src="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.45.15-PM.png" alt="" width="332" height="39" /></a></p>
<p style="text-align: center;">[Click for high res image]</p>
<p style="text-align: left;">Google Analytics V5 has a completely reworked navigation system. You no longer need to choose an account and profile. Instead you can choose to immediately jump into the new Dashboard section, My Site (Reports section, Intelligence Reports) and Custom Reports. There&#8217;s also a way to jump directly into the admin section from the nav bar.</p>
<p>This is a fairly major shift. I think Google realized that there were just too many plain reports in Analytics, most of which rarely got used. So they simplified the navigation to let you jump directly to the reports that are important. In most cases these are reports that you&#8217;ve customized, like a Dashboard or a Custom report.</p>
<p>Another change that is coming is the ability to create sections in the Google Analytics navigation and add reports to the new sections.</p>
<h2>New Home Section</h2>
<p>Also along the new Navigation bar is the addition of a Home section. When you log into GA you no longer see the Admin section. The new Home section is a list of all the accounts and profiles that you have access to. The list of accounts is searchable  which, if you have access to a lot of accounts, is REALLY helpful.</p>
<p>The home section also contains direct links to various reporting sections of Google Analytics. You can direct link to the Visitors, Traffic Sources, Content or Goals section. This should help save a few navigation clicks and make it faster for you to get to your reports.</p>
<h2>New Dashboards</h2>
<p>That&#8217;s right, the old, clunky dashboard is gone. And to be honest, I&#8217;m not that sad! While the dashboard was nice I stopped using it when custom reports were added to Analytics. But GA needs some type of dashboarding tool that let&#8217;s me display only the metrics I want using different visualizations.</p>
<div id="attachment_1690" class="wp-caption aligncenter" style="width: 310px"><a href="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.30.38-PM.png"><img class="size-medium wp-image-1690" title="Google Analytics V5 Dashboard" src="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.30.38-PM-300x183.png" alt="" width="300" height="183" /></a><p class="wp-caption-text">Google Analytics V5 Dashboard</p></div>
<p style="text-align: center;">[Click for high res image]</p>
<p>One of the major drawbacks of the old dashboard was the inability to customize how the data looked on the dashboard. Sure, I could add almost every metric but I could not control how it looked.</p>
<p>The new Dashboard tool has many more data visualizations. These include:</p>
<ul>
<li>Absolute metrics</li>
<li>Data over time graphs containing multiple metrics</li>
<li>Pie charts</li>
<li>Tabular data</li>
</ul>
<p>You can also apply filters to each widget on the dashboard to further customize the data in the widget. Waaaaay better than the old dashboards.</p>
<h2>Updated Custom Reporting Tool</h2>
<p>GA still has custom reports, but the actual interface and functionality have significantly changed. This is the enhancement that I&#8217;m most excited about. Because the changes are so dramatic, I&#8217;ve got a dedicated post to understanding Google&#8217;s Custom Reports.</p>
<p>Here&#8217;s a brief summary of what&#8217;s changed:</p>
<ul>
<li>You can now create a standard Explorer report (think a drill-down into data like the current GA report) or a Flat Table report where all dimensions are represented as columns. This is a HUGE enhancement.</li>
<li>You can apply a filter to your custom report. This removes the need to add an advanced segment or in-report filter to your report.</li>
</ul>
<p><a href="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.38.08-PM.png"><img class="aligncenter size-medium wp-image-1692" title="Google Analytics V5 Custom Reports" src="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.38.08-PM-300x230.png" alt="" width="300" height="230" /></a></p>
<p style="text-align: center;">[Click for high res image]</p>
<p><strong>New Admin Section</strong></p>
<p>While the core contents of the Admin section have not changed much, the location and flow of administering your account is very different.</p>
<p><a href="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.48.40-PM.png"><img class="aligncenter size-medium wp-image-1696" title="Google Analytics V5 Admin" src="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.48.40-PM-300x88.png" alt="" width="300" height="88" /></a></p>
<p style="text-align: center;">[Click for high res image]</p>
<p>You now access the admin section using the Admin item in the top navigation. The biggest functional change in the Admin section is a more clearly defined hierarchy. You can now drill down from an account level, to a web property level and finally to a profile level.</p>
<p><a href="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.50.45-PM.png"><img class="aligncenter size-medium wp-image-1697" title="Google Analytics V5 Admin - Web Properties" src="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.50.45-PM-300x98.png" alt="" width="300" height="98" /></a></p>
<p style="text-align: center;">[Click for high res image]</p>
<p>In the old GA admin you were not able to change the name of your web property. This caused all sorts of confusion as duplicate web properties would show up in a drop down box. But Google has finally given us a way to rename the web property, making it easier to navigate the various properties in our account and then drill into the different profiles.</p>
<p>Once you get to the profile level in Google Analytics you still have most of the same admin settings. You can still configure 20 goals per profile (all stored in 4 goal sets), you can still create the same types of filters, and you can still control profile settings.  User access also remains unchanged.</p>
<h2>New Word Cloud Visualization</h2>
<p>Quietly tucked into the Google Analytics Table view is a new Word Cloud visualization tool.</p>
<p><a href="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.59.35-PM.png"><img class="aligncenter size-medium wp-image-1699" title="Google Analytics Term Cloud" src="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-16-at-10.59.35-PM-300x129.png" alt="Google Analytics Term Cloud" width="300" height="129" /></a></p>
<p style="text-align: center;">[Click for high res image]</p>
<p>Word clouds, most commonly used for text analysis, display words based on their frequency. Words that are bigger in the cloud appear more often.</p>
<p>While word clouds are not a new tool, they are new to GA. More on these in an upcoming blog post.</p>
<h2>Goals as Events!</h2>
<p>At long las you can now create GOALS out of events in Google Analytics. This is a HUGE feature. You can create goals based on Categories, Events and the Labels. PLUS you can conditions around when a conversion should be tracked.</p>
<p><a href="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-17-at-10.15.01-AM.png"><img src="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2011-03-17-at-10.15.01-AM-264x300.png" alt="" title="Google Analytics Events as Goals" width="264" height="300" class="aligncenter size-medium wp-image-1709" /></a></p>
<p>As I mentioned the UI for the new Google Analytics is not revolutionary. But many of these changes will make it easier to create reports and data visualizations. They also appear to function of a new, improved middle-layer, thus making it possible for more advanced reporting and analysis tools in the future. But we&#8217;ll need to wait and see what Google has up their sleeve.</p>
<p>So what do you think of the new version of Google Analytics? Love it? Hate it? Let me know!</p>
<p><a href="http://cutroni.com/blog/2011/03/17/introducing-google-analytics-he-ext-generation/">Introducing Google Analytics, The Next Generation</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2009/10/20/introducing-google-analytics-v4/' rel='bookmark' title='Permanent Link: Introducing Google Analytics v4'>Introducing Google Analytics v4</a></li>
<li><a href='http://cutroni.com/blog/2007/05/25/introducing-sitescan/' rel='bookmark' title='Permanent Link: Introducing SiteScan'>Introducing SiteScan</a></li>
<li><a href='http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/' rel='bookmark' title='Permanent Link: Getting to Know the New Google Analytics Admin Interface'>Getting to Know the New Google Analytics Admin Interface</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2011/03/17/introducing-google-analytics-he-ext-generation/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>The Executive&#8217;s Guide to Google Analytics</title>
		<link>http://cutroni.com/blog/2010/10/12/the-executives-guide-to-google-analytics/</link>
		<comments>http://cutroni.com/blog/2010/10/12/the-executives-guide-to-google-analytics/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 17:27:16 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[google-analytics]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://cutroni.com/blog/?p=1593</guid>
		<description><![CDATA[The debate whether Google Analytics is enterprise ready is more or less dead. People have finally figured out that they should use a tool that fits their needs regardless if they have 5 employees or 50,000. If that&#8217;s a paid solution fine. If it&#8217;s a free solution fine. With that said, I&#8217;ve seen the number [...]<p><a href="http://cutroni.com/blog/2010/10/12/the-executives-guide-to-google-analytics/">The Executive&#8217;s Guide to Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2006/06/09/google-analytics-installation-guide/' rel='bookmark' title='Permanent Link: Google Analytics Installation Guide'>Google Analytics Installation Guide</a></li>
<li><a href='http://cutroni.com/blog/2007/04/10/epikone-google-analytics-setup-guide/' rel='bookmark' title='Permanent Link: EpikOne Google Analytics Setup Guide'>EpikOne Google Analytics Setup Guide</a></li>
<li><a href='http://cutroni.com/blog/2008/01/08/2008-google-analytics-resolutions/' rel='bookmark' title='Permanent Link: 2008 Google Analytics Resolutions'>2008 Google Analytics Resolutions</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The debate whether Google Analytics is enterprise ready is more or less dead. People have finally figured out that they should use a tool that fits their needs regardless if they have 5 employees or 50,000. If that&#8217;s a paid solution fine. If it&#8217;s a free solution fine.</p>
<p>With that said, I&#8217;ve seen the number of inquiries from larger organizations dramatically increase in the past two years (ever since Google released the API, Custom Reporting and Advanced segmentation in 2008).</p>
<p>That brings me to the point of this post. With more and more inquiries, more executives are asking some interesting questions about Google Analytics. Here is my humble attempt to answer some of the most common questions I&#8217;ve heard about Google Analytics.</p>
<p><strong><em>Is Google Analytics really free?</em></strong><br />
<a href="http://cutroni.com/blog/wp-content/uploads/free-sign-797711.gif"><img src="http://cutroni.com/blog/wp-content/uploads/free-sign-797711-150x150.gif" alt="" title="Yes, Google Analytics is Free!" width="150" height="150" class="alignright size-thumbnail wp-image-1595" /></a></p>
<p>In reality GA is far from free. While you don&#8217;t have to pay for the tool you do need to invest in people. First and foremost you&#8217;ll need people to use the tool. This can be an analytics team or a marketing team. It depends on your organization and how you choose to tackle analysis.</p>
<p>In addition to people to use the tool you&#8217;ll also need IT resources to maintain the tool. You need someone that will be able to maintain and modify the implementation and configuration. Obviously this can be a huge investment depending on the size of your organization. </p>
<p>This is where most organizations fail. They do not commit to maintaining their data collection infrastructure, resulting in bad data and a loss of confidence in the resulting analysis.</p>
<p>But remember, spending less on the tool frees up more money to spend on resources to use and maintain the tool.</p>
<p><em><strong>So I get that the GA is free (from a product perspective). But how good can it really be? Free stuff usually has some limitations.</strong></em></p>
<p>This is a classic question. I&#8217;m going to be bold here: Google Analytics will fill at least 85% of your analytics needs. Probably 90%. Yes, I know that&#8217;s a bold statement, but I believe it&#8217;s true. </p>
<p>Now some of these features may not be very elegant (I still think Campaign Tracking sucks in certain ways) but GA does a hell of a lot. Here are some of the standard features in GA:</p>
<ul>
<li>Campaign tracking (ppc, email, display, social, seo)</li>
<li>Conversion tracking</li>
<li>Ecommerce tracking</li>
<li>Event Tracking</li>
<li>Custom variables</li>
<li>Mobile site tracking</li>
<li>App Tracking (Android and iPhone)</li>
<li>Automated data monitoring and alerts</li>
<li>Automated analysis via Intelligence</li>
<li>Advanced analysis using Motion Charts</li>
<li>A formal data export API</li>
<li>Custom reporting</li>
<li>On-the-fly segmentation</li>
<li>Integrated AdWords reporting with pre-click / cost data</li>
<li>Automated report distribution</li>
</ul>
<p>Not too bad, huh? That&#8217;s not to say it does everything (more on this later), but that&#8217;s a pretty impressive list of features that cover a majority of analysis tasks.</p>
<p><em><strong>I heard there is no support for Google Analytics. Is that true?<br />
</strong></em><br />
<a href="http://cutroni.com/blog/wp-content/uploads/gaac-logo-sm.png"><img src="http://cutroni.com/blog/wp-content/uploads/gaac-logo-sm.png" alt="" title="Google Analytics Certified Partners" width="89" height="79" class="alignright size-full wp-image-1594" /></a><br />
This one really gets me fired up! In case you&#8217;ve been living under a rock for the last 5 years there is a fairly substantial network of Google Analytics Certified partners (GACPs). I&#8217;m partial to the company I work for, <a href="http://websharedesign.com">WebShare</a>. We&#8217;re located on almost every continent (anyone want to send me to Antartica :) ) and we work with some of the biggest companies in the world.</p>
<p>While Google does not directly support GA they lean heavily on the partner network and, if I may say so, I think we do a pretty good job of helping people out. We&#8217;ve seen almost every implementation possible and have compiled a slew of solutions to almost any implementation issue.</p>
<p>We also offer flexible ways to engage us. You can talk to us for an hour or engage us for a year.  It&#8217;s up to you.</p>
<p>And, with the data API, we provide a huge assortment of add-ons and tools that can be used to extend Google Analytics.</p>
<p>So, to say that there is no support for GA, in my opinion, is just plain nuts.</p>
<p><em><strong>That&#8217;s nice, Google has partners. But I need to call someone in case my people can&#8217;t get access to GA or the data collection isn&#8217;t working. Google needs to put some skin in the game and guarantee this thing will work.</strong></em></p>
<p>Ah yes, the SLA question. This one comes up quite a bit. There is no SLA for Google Analytics. But let&#8217;s look at GA&#8217;s performance over the last 5 years:</p>
<ul>
<li>The UI has almost never gone down. It has been down for maintenance before, but those service interruptions are announced. On occasion, and this happens VERY rarely, the reporting interface is unavailable. But this has hardly been widespread or lasted more than an hour.</li>
<li>The data collection process has had less than 5 issues over the last 5 years. And those outages have been very obscure. For example, there was a recent issue with GA collecting data from sites displayed in Google Chrome that use an iFrame. And there was an issue with ecommerce data collection on an extremely old version of IE 3.5 years ago. But the data collection system has never experienced a catastrophic collection issue. And let&#8217;s be realistic, how many companies in the world can put together a global data-center infrastructure like Google?</li>
</ul>
<p><em><strong>What about the data ownership? What is Google going to do with all that data and specifically mine?</strong></em></p>
<p>Privacy. This is a big issue for Google, and not just the their analytics product. Your analytics data is your data and Google will not use it for anything unless you give them permission. There is a setting in the admin interface that explains how Google will use your data if you give them permission. </p>
<p>If you do let Google use your data, it will be used in aggregate, for things like benchmarking industry trends or providing unique visitor counts (i.e. a cookie count) for other tools like DoubleClick Ad planner.</p>
<p>If you ever want to take your data and permanently delete your GA account you can. Ultimately, you have control over your data.</p>
<p><em><strong>I heard Google Analytics uses third party cookies and this guy Avinash told me third party cookies suck.</strong></em></p>
<p>Yes, I&#8217;ve Seriously gotten this question from Director level people. Google Analytics uses first party cookies. End of story.</p>
<p><em><strong>We&#8217;ve got a BI team, what can they do with Google Analytics?<br />
</strong></em><br />
<a href="http://cutroni.com/blog/wp-content/uploads/nerds.gif"><img src="http://cutroni.com/blog/wp-content/uploads/nerds-300x238.gif" alt="BI teams can use Google Analytics too!" title="BI teams can use Google Analytics too!" width="300" height="238" class="alignright size-medium wp-image-1605" /></a><br />
Great question. There&#8217;s lots of debate re: web analytics and its relationship to business intelligence. It&#8217;s taken some time but web analytics is moving in a BI direction.</p>
<p>Right now, Google Analytics has an official data export API. That means you can programmatically suck the data out and add it to a data warehouse and do more advanced analysis.</p>
<p>However, and this is a pretty big caveat, it&#8217;s difficult to find a primary key in your analytics data that can link GA data to other data sources, which is usually customer level data. Basically there is no individual visitor tracking inside Google Analytics, and this means no individual customer profiling or analysis. Section 7 of the Google Analytics Terms of Service states that you can not track any personally identifiable information with Google Analytics, which means you can’t go and push someone’s email address into the GA data set.  If you choose to use an identifier that is not personally identifiable, however, whatever you choose to do with that in your own systems is up to you.</p>
<p>For those that need to work with individual user profiling within their analytics tool, I know, this is a fairly big drawback.  But there are workarounds that can link Google Analytics data to other data sets once it has been extracted from GA.</p>
<p><em><strong>If all this is true, then how come I never see Google Analytics metrics quoted in the Wall Street Journal or other publications?</strong></em></p>
<p>Good observation. Honestly, no one wants to be the first to step up and say, &#8220;We use Google Analytics to measure our site and here is our data.&#8221; It&#8217;s going to take someone who has a kick-ass implementation of GA to step up and say that they have complete confidence in it. Then they&#8217;ll be confident enough to quote their metrics.</p>
<p>So there you have it. That&#8217;s what people have been asking me. What&#8217;s ironic is a large number of these organizations already have a &#8220;rogue&#8221; implementation of Google Analytics. It&#8217;s not unusual for small teams to install GA to track a specific campaign. It&#8217;s also very common to see GA installed along side of other paid solutions as a backup or a test.</p>
<p>From a features perspective there is very little reason for any executive to be scared of Google Analytics. If you still have questions, install it and start using it. The product itself won&#8217;t cost you anything. But please take the time to educate your team on how to configure the tool and how to use it correctly. Work with a Google Analytics Certified Partner to resolve any issues you have and answer any lingering questions.</p>
<p>Now it&#8217;s your turn. What kinds of questions do you get about Google Analytics?</p>
<p><a href="http://cutroni.com/blog/2010/10/12/the-executives-guide-to-google-analytics/">The Executive&#8217;s Guide to Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2006/06/09/google-analytics-installation-guide/' rel='bookmark' title='Permanent Link: Google Analytics Installation Guide'>Google Analytics Installation Guide</a></li>
<li><a href='http://cutroni.com/blog/2007/04/10/epikone-google-analytics-setup-guide/' rel='bookmark' title='Permanent Link: EpikOne Google Analytics Setup Guide'>EpikOne Google Analytics Setup Guide</a></li>
<li><a href='http://cutroni.com/blog/2008/01/08/2008-google-analytics-resolutions/' rel='bookmark' title='Permanent Link: 2008 Google Analytics Resolutions'>2008 Google Analytics Resolutions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2010/10/12/the-executives-guide-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Adding Two Books to the Analyst&#8217;s Bookshelf</title>
		<link>http://cutroni.com/blog/2010/10/01/adding-two-books-to-the-analysts-bookshelf/</link>
		<comments>http://cutroni.com/blog/2010/10/01/adding-two-books-to-the-analysts-bookshelf/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 03:22:06 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[google-analytics]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://cutroni.com/blog/?p=1584</guid>
		<description><![CDATA[Lots of folks have been emailing asking where the heck I&#8217;ve been. I&#8217;m still here, but the last few months have been jam packed. In addition to starting a new job at WebShare (which is wicked fun!) I&#8217;ve co-authored a new book with two smart guys and finished an update to my first book, er, [...]<p><a href="http://cutroni.com/blog/2010/10/01/adding-two-books-to-the-analysts-bookshelf/">Adding Two Books to the Analyst&#8217;s Bookshelf</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2008/10/28/adding-business-data-to-google-analytics-data/' rel='bookmark' title='Permanent Link: Adding Business Data to Google Analytics Data'>Adding Business Data to Google Analytics Data</a></li>
<li><a href='http://cutroni.com/blog/2007/09/13/google-analytics-short-cut/' rel='bookmark' title='Permanent Link: Google Analytics Short Cut'>Google Analytics Short Cut</a></li>
<li><a href='http://cutroni.com/blog/2007/06/08/writing-more-than-blog-posts/' rel='bookmark' title='Permanent Link: Writing More than Blog Posts'>Writing More than Blog Posts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Lots of folks have been emailing asking where the heck I&#8217;ve been. I&#8217;m still here, but the last few months have been jam packed. In addition to starting a new job at <a href="http://websharedesign.com" target="_blank">WebShare</a> (which is wicked fun!) I&#8217;ve co-authored a new book with two smart guys and finished an update to <a href="http://gashortcut.com">my first book</a>, er, PDF. If you&#8217;ve got a second I&#8217;d love to tell you a little more about these projects.</p>
<p>You&#8217;re probably wondering why two books? Aren&#8217;t there enough books on Google Analytics (<a href="http://www.amazon.com/s/ref=nb_sb_ss_i_0_16?url=search-alias%3Daps&#038;field-keywords=google+analytics&#038;x=0&#038;y=0&#038;sprefix=google+analytics">274 according to Amazon.com</a>)? </p>
<p>To be honest, the Google Analytics user base is HUGE. And, more importantly, it&#8217;s very, very diverse. There is a core group of GA power users and a gigantic long tail of people just learning about web analytics and Google Analytics. </p>
<p>It really is unbelievable to number of people that are getting into analytics. We&#8217;ve all heard that small businesses are the engine of America&#8217;s economy. Now image that all of those small businesses adopt Google Analytics. These companies are totally off the radar. They&#8217;re not at Emetrics or SES. They&#8217;re at home trying to figure out measurement and optimization on their own. </p>
<p>And then image that a large portion of enterprises start &#8220;playing with&#8221; Google Analytics&#8221; on the side. It&#8217;s happening more and more.</p>
<p>There&#8217;s just a lot of adoption from everyone. And with a diverse community comes diverse needs. And with diverse needs comes two books!</p>
<h2>Performance Marketing with Google Analytics</h2>
<p><img class="alignright size-medium wp-image-1545" title="Performance Marketing with Google Analytics" src="http://cutroni.com/blog/wp-content/uploads/pfm_book-239x300.jpg" alt="" width="239" height="300" /><br />
I had the pleasure of working Sebastian Tonkin (formally of the Google Analytics team) and Caleb Whitmore (founder and lead consultant at <a href="http://analyticspros.com/">Analytics Pros</a>) on Performance Marketing. These are two guys that really know their stuff and we had been talking about working together for while. This was a great opportunity that fell into place.</p>
<p>Sebastian, Caleb and myself believe that small businesses, and those that are just getting into web analytics, need an analytics book focused on marketing optimization. Hence Performance Marketing!</p>
<p>If you&#8217;re just starting with Google Analytics and web analytics Performance Marketing is a good option for you. We don&#8217;t dive right into Google Analytics. We divided the book into three sections that gradually explains what web analytics is, how to get up and running with Google Analytics and then how to actually do analysis.</p>
<p>Section 1:<br />
What is web analytics?<br />
What are some of the challenges with web analytics?<br />
What holds companies back from succeeding?</p>
<p>Section 2:<br />
Google Analytics implementation and configuration<br />
How to plan, install, configure, and use Google Analytics to its fullest capability</p>
<p>Section 3:<br />
Analysis, analysis, analysis!<br />
We look at how to actually use the data in Google Analytics to analyze display and sponsored search ads, organic search engine optimization, offline, email marketing, and more.</p>
<p>You can get Performance Marketing with Google Analytics at <a href="http://www.amazon.com/Performance-Marketing-Google-Analytics-Strategies/dp/0470578319">Amazon</a>, <a href="http://www.borders.com/online/store/TitleDetail?sku=0470578319">Borders</a> or directly from <a href="http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470578319.html">Wiley</a>.</p>
<h2>Google Analytics</h2>
<p><img class="alignright size-medium wp-image-1544" title="Google Analytics book from Justin Cutroni" src="http://cutroni.com/blog/wp-content/uploads/Screen-shot-2010-07-13-at-11.10.43-AM-199x300.png" alt="" width="199" height="300" /><br />
In addition to Performance Marketing I&#8217;ve completed an update to my original Google Analytics Short Cut. I know, I&#8217;ve been talking about an update forever but this time it&#8217;s done! To prove it I&#8217;ve got my very own O&#8217;Reilly animal. :)</p>
<p>While this is not a 400 page manifesto on web analytics and Google Analytics it&#8217;s a nice update to the original. This book is really for the power users. For those that have been using Google Analytics for a while and want to tackle things like event tracking, custom variables and CRM integrations. I even dabble in some of the challenges that enterprises are having using Google Analytics. Most importantly all code samples have been updated to use the new async version of the tracking code. I wanted to call it the missing manual but it&#8217;s not long enough (yet). </p>
<p>At just 200 pages this book is lean and mean. It&#8217;s all about the guts of Google Analytics. I make a huge effort to describe how the system works so you can use it in new and creative ways.</p>
<p>This new version will be available in print and electronic (PDF, epub, apk and mobi). If you bought a copy of the original PDF you&#8217;ll get a free electronic update. A big thanks to O&#8217;Reilly for making that happen. For those that did not purchase the original I can offer an 40% discount on the print version and 50% off the electronic version. Drop me a note and I&#8217;ll hook you up!</p>
<p>Thanks for slogging through the self promotion. But, in all honesty, I really do believe that there are a lot of folks out there that need some help. And some folks just don&#8217;t read blogs or attend training events. Some people like books (no matter how fast they become out of date :) ). Hopefully these books put people on the path to analytics nirvana.</p>
<p>If you&#8217;ve purchased a book already then I thank you. I really, really apprectiate. It truly means a lot to me. Thank you.</p>
<p>Now that the books are done it&#8217;s back to blogging!</p>
<p><a href="http://cutroni.com/blog/2010/10/01/adding-two-books-to-the-analysts-bookshelf/">Adding Two Books to the Analyst&#8217;s Bookshelf</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2008/10/28/adding-business-data-to-google-analytics-data/' rel='bookmark' title='Permanent Link: Adding Business Data to Google Analytics Data'>Adding Business Data to Google Analytics Data</a></li>
<li><a href='http://cutroni.com/blog/2007/09/13/google-analytics-short-cut/' rel='bookmark' title='Permanent Link: Google Analytics Short Cut'>Google Analytics Short Cut</a></li>
<li><a href='http://cutroni.com/blog/2007/06/08/writing-more-than-blog-posts/' rel='bookmark' title='Permanent Link: Writing More than Blog Posts'>Writing More than Blog Posts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2010/10/01/adding-two-books-to-the-analysts-bookshelf/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Google Analytics Launches new AdWords Reports &amp; Other Goodies</title>
		<link>http://cutroni.com/blog/2010/05/04/google-analytics-launches-new-adwords-reports-other-goodies/</link>
		<comments>http://cutroni.com/blog/2010/05/04/google-analytics-launches-new-adwords-reports-other-goodies/#comments</comments>
		<pubDate>Tue, 04 May 2010 20:59:55 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[Tracking]]></category>

		<guid isPermaLink="false">http://cutroni.com/blog/?p=1507</guid>
		<description><![CDATA[Today at Emetrics, Brett Crosby announced a number of new features and recapped some recent changes to Google Analytics. Here&#8217;s a quick video recap of the announcement and some thoughts on the changes. Specific things that Brett talked about: The rebranding of Google Analytics consultants as Google Analytics authorized partners. This was announced on the [...]<p><a href="http://cutroni.com/blog/2010/05/04/google-analytics-launches-new-adwords-reports-other-goodies/">Google Analytics Launches new AdWords Reports &#038; Other Goodies</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2010/03/24/google-tackles-campaign-attribution-with-adwords-search-funnels/' rel='bookmark' title='Permanent Link: Google Tackles Campaign Attribution with AdWords Search Funnels'>Google Tackles Campaign Attribution with AdWords Search Funnels</a></li>
<li><a href='http://cutroni.com/blog/2007/03/04/google-analytics-campaign-tracking-part-3-reports-and-analysis/' rel='bookmark' title='Permanent Link: Google Analytics Campaign Tracking Pt. 3: Reports and Analysis'>Google Analytics Campaign Tracking Pt. 3: Reports and Analysis</a></li>
<li><a href='http://cutroni.com/blog/2007/07/17/segmenting-visitor-loyalty-reports-in-ga/' rel='bookmark' title='Permanent Link: Segmenting Visitor Loyalty Reports in GA'>Segmenting Visitor Loyalty Reports in GA</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today at Emetrics, Brett Crosby announced a number of new features and recapped some recent changes to <a href="http://www.google.com/analytics">Google Analytics</a>. Here&#8217;s a quick video recap of the announcement and some thoughts on the changes.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/fGNvePiRsKI&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fGNvePiRsKI&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Specific things that Brett talked about:</p>
<p><strong>The rebranding of Google Analytics consultants as Google Analytics authorized partners.</strong> </p>
<p>This was announced on the <a href="http://adwords.blogspot.com/2010/04/new-approach-to-how-we-work-with.html">AdWords blog</a> and on the <a href="http://analytics.blogspot.com/2010/05/new-name-and-new-badges-for-authorized.html">Analytics blog</a>. Google is unifying their partner programs. The GAAC is gone, now partners are Google Analytics Certified partners. This should help differentiate partner companies from individual passing the GAIQ exam.</p>
<p><strong>The formal launch of the new Async tracking code.</strong> </p>
<p>It&#8217;s been out for a while but this was the official coming out for the new version of the tracking code. I wrote a about <a href="http://cutroni.com/blog/2010/04/19/faster-better-stronger-the-ga-async-tracking-code/">how the async code works and if you should switch</a>. The async code will now be the default for tracking. Check out the blog post for more information about how it works.</p>
<p><strong>The introduction of the <a href="http://www.google.com/analytics/apps/">Google Analytics Apps Gallery</a>.</strong> </p>
<p>Google is creating a place to showcase apps built on the API. I&#8217;ve long felt that the marketplace can innovate more than any Analytics company. GA has more or less become a giant data collector. The gallery should help push more development of analytics tools.</p>
<p><strong>The addition of the AdWords ID to the GA API.</strong> </p>
<p>It is now possible to pull actual ad and search query information via the API. This is huge, I think it&#8217;s going to lead to a lot of innovation in the search tool marketplace. Vendors like <a href="http://www.clickequations.com/">ClickEquations</a> can now connect what happened on a visitors site directly back to the AdWords search query and ad variation. Pretty cool.</p>
<p><strong>New AdWords reports.</strong> </p>
<p>Google also announced the addition of new AdWords reports to Google Analytics. I think we all agree that the previous reprots were less than good. The new reports offer additional data, like the actual search term, that was not previous available in Analytics.</p>
<p>Brett also spoke about the recently introduced <a href="http://cutroni.com/blog/2010/03/24/google-tackles-campaign-attribution-with-adwords-search-funnels/">AdWords Search Funnels</a>. This is Google&#8217;s crack at AdWords campaign attribution. My buddy Nick <a href="http://www.websharedesign.com/blog/new-adwords-search-funnels.html">dove a little deeper</a> over on the WebShare blog.</p>
<p>While some might look at this list and shrug that there&#8217;s not much new I think these changes hint at things to come. Specifically I think the AdWords API announcement is huge. This tells us Google is pulling more and more data into Analytics. How long before we get DoubleClick data and other types of data in Analytics? Or when will they let us import data into Analytics, like cost data?</p>
<p>Overall, a nice little treat for us analytics users. Thanks to the Analytics team and great job.</p>
<p>As always, I welcome your comments!</p>
<p><a href="http://cutroni.com/blog/2010/05/04/google-analytics-launches-new-adwords-reports-other-goodies/">Google Analytics Launches new AdWords Reports &#038; Other Goodies</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2010/03/24/google-tackles-campaign-attribution-with-adwords-search-funnels/' rel='bookmark' title='Permanent Link: Google Tackles Campaign Attribution with AdWords Search Funnels'>Google Tackles Campaign Attribution with AdWords Search Funnels</a></li>
<li><a href='http://cutroni.com/blog/2007/03/04/google-analytics-campaign-tracking-part-3-reports-and-analysis/' rel='bookmark' title='Permanent Link: Google Analytics Campaign Tracking Pt. 3: Reports and Analysis'>Google Analytics Campaign Tracking Pt. 3: Reports and Analysis</a></li>
<li><a href='http://cutroni.com/blog/2007/07/17/segmenting-visitor-loyalty-reports-in-ga/' rel='bookmark' title='Permanent Link: Segmenting Visitor Loyalty Reports in GA'>Segmenting Visitor Loyalty Reports in GA</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2010/05/04/google-analytics-launches-new-adwords-reports-other-goodies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introducing Google Analytics v4</title>
		<link>http://cutroni.com/blog/2009/10/20/introducing-google-analytics-v4/</link>
		<comments>http://cutroni.com/blog/2009/10/20/introducing-google-analytics-v4/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:45:43 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[v4]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1180</guid>
		<description><![CDATA[Google introduced a new version of Google Analytics today, filled with new features to make analysts and marketers drool. Included in this new release is: New and Improved Goals (20 goals per profile and new &#8216;threshold&#8217; goals based on pageviews and time on site) New mobile tracking Table Filtering (a way to quickly filter data [...]<p><a href="http://cutroni.com/blog/2009/10/20/introducing-google-analytics-v4/">Introducing Google Analytics v4</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2007/10/16/introducing-urchin-6/' rel='bookmark' title='Permanent Link: Introducing Urchin 6'>Introducing Urchin 6</a></li>
<li><a href='http://cutroni.com/blog/2008/10/22/google-analytics-version-30/' rel='bookmark' title='Permanent Link: Google Analytics Version 3.0'>Google Analytics Version 3.0</a></li>
<li><a href='http://cutroni.com/blog/2007/05/25/introducing-sitescan/' rel='bookmark' title='Permanent Link: Introducing SiteScan'>Introducing SiteScan</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google introduced a new version of Google Analytics today, filled with new features to make analysts and marketers drool.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/0C-6IwhY3TY&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0C-6IwhY3TY&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>Included in this new release is:</p>
<ul>
<li><a href="http://www.cutroni.com/blog/2009/10/20/new-google-analytics-goals/">New and Improved Goals</a> (20 goals per profile and new &#8216;threshold&#8217; goals based on pageviews and time on site)</li>
<li>New mobile tracking</li>
<li>Table Filtering (a way to quickly filter data in a report)</li>
<li><a href="http://www.cutroni.com/blog/2009/10/20/segmenting-unique-visitors-in-google-analytics/">Unique Visitor Segmentation</a> (Unique Visitors is now a metric and can be added to custom reports)</li>
<li><a href="http://www.cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/">Multiple custom variables</a> (an evolution of Custom Segmentation, wicked awesome!)</li>
<li>Analytics Intelligence (automatic data analysis.  And yes, it is as cool as it sounds!)</li>
<li>Analytics Alerts (customizable alerts based on your data rules)</li>
</ul>
<p>NOTE: Links above are to individual posts.</p>
<p>There are also a couple <a href="http://analytics.blogspot.com/2009/05/share-customizations-and-dive-much.html">previously announced features</a> that have FINALLY made it into the product, including:</p>
<ul>
<li>Sharing custom reports and advanced custom segments</li>
<li>Pivoting data and segmenting with a secondary dimensions</li>
</ul>
<p>I must say, this release is very cool.  Google has listened to users and included some of the most requested features.  20 goals, automatic alerts, more custom variables&#8230; We&#8217;ve been hearing/making these requests for years!</p>
<p>One thing I think people will ignore is that many of these features represents dramatic improvements in the GA system.  While these features have a definite &#8216;wow&#8217; factor they provide a solid foundation for future enhancements.</p>
<p>If you&#8217;ve been reading this blog for a while you know that I usually blast out as many posts as possible to explain the new features.  Today is no different.</p>
<p>Because there are some many people blogging about GA, I&#8217;m going to be a bit selective and cover the topics that I don&#8217;t think will get much attention or that I just really like :)</p>
<p>So click away!  Let&#8217;s all explore these cool new features together!</p>
<p><a href="http://cutroni.com/blog/2009/10/20/introducing-google-analytics-v4/">Introducing Google Analytics v4</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2007/10/16/introducing-urchin-6/' rel='bookmark' title='Permanent Link: Introducing Urchin 6'>Introducing Urchin 6</a></li>
<li><a href='http://cutroni.com/blog/2008/10/22/google-analytics-version-30/' rel='bookmark' title='Permanent Link: Google Analytics Version 3.0'>Google Analytics Version 3.0</a></li>
<li><a href='http://cutroni.com/blog/2007/05/25/introducing-sitescan/' rel='bookmark' title='Permanent Link: Introducing SiteScan'>Introducing SiteScan</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2009/10/20/introducing-google-analytics-v4/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How Google Analytics Tracks &#8216;Bookmark&#8217; Visits</title>
		<link>http://cutroni.com/blog/2009/05/20/how-google-analytics-tracks-bookmark-visits/</link>
		<comments>http://cutroni.com/blog/2009/05/20/how-google-analytics-tracks-bookmark-visits/#comments</comments>
		<pubDate>Thu, 21 May 2009 01:00:36 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[Tracking]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1037</guid>
		<description><![CDATA[I was recently inspired by a Tweet to write about how GA tracks visitors that use a bookmark to access a site. Simply put, Google Analytics will attribute a &#8216;bookmark&#8217; visit to the information in the Google Analytics campaign cookie. Many people believe that GA tracks bookmark visits as (direct) traffic. Google Analytics does not [...]<p><a href="http://cutroni.com/blog/2009/05/20/how-google-analytics-tracks-bookmark-visits/">How Google Analytics Tracks &#8216;Bookmark&#8217; Visits</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2006/06/25/how-google-analytics-tracks-third-party-domains/' rel='bookmark' title='Permanent Link: How Google Analytics Tracks Third-Party Domains'>How Google Analytics Tracks Third-Party Domains</a></li>
<li><a href='http://cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/' rel='bookmark' title='Permanent Link: How Does Google Analytics Track Conversion Referrals?'>How Does Google Analytics Track Conversion Referrals?</a></li>
<li><a href='http://cutroni.com/blog/2007/10/29/integrating-google-analytics-with-a-crm/' rel='bookmark' title='Permanent Link: Integrating Google Analytics With a CRM'>Integrating Google Analytics With a CRM</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was recently inspired by a Tweet to write about how <a href="http://analytics.google.com">GA</a> tracks visitors that use a bookmark to access a site.</p>
<p>Simply put, Google Analytics will attribute a &#8216;bookmark&#8217; visit to the information in the Google Analytics campaign cookie.</p>
<p>Many people believe that GA tracks bookmark visits as (direct) traffic.  Google Analytics does not track bookmark traffic as (direct) traffic unless (direct) is the value in the cookie.  Whatever is stored in the campaign cookie becomes the source of the &#8216;bookmark&#8217; visit.</p>
<p>The cookie is named <code>__utmz</code>, I&#8217;ve talked about a few times, in my series on <a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/">Campaign Tracking</a> and my post on <a href="http://www.cutroni.com/blog/2009/03/18/updated-integrating-google-analytics-with-a-crm/">GA &#8211; CRM integration</a>.  __utmz always stores where the visitor came from (organic search, campaign referral, etc.)</p>
<p>How about a quick video to walk through an example and save me some typing.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/XzR2jJc-Rws&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XzR2jJc-Rws&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><a href="http://cutroni.com/blog/2009/05/20/how-google-analytics-tracks-bookmark-visits/">How Google Analytics Tracks &#8216;Bookmark&#8217; Visits</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2006/06/25/how-google-analytics-tracks-third-party-domains/' rel='bookmark' title='Permanent Link: How Google Analytics Tracks Third-Party Domains'>How Google Analytics Tracks Third-Party Domains</a></li>
<li><a href='http://cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/' rel='bookmark' title='Permanent Link: How Does Google Analytics Track Conversion Referrals?'>How Does Google Analytics Track Conversion Referrals?</a></li>
<li><a href='http://cutroni.com/blog/2007/10/29/integrating-google-analytics-with-a-crm/' rel='bookmark' title='Permanent Link: Integrating Google Analytics With a CRM'>Integrating Google Analytics With a CRM</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2009/05/20/how-google-analytics-tracks-bookmark-visits/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Google Analytics Version 3.0</title>
		<link>http://cutroni.com/blog/2008/10/22/google-analytics-version-30/</link>
		<comments>http://cutroni.com/blog/2008/10/22/google-analytics-version-30/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:35:47 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[v3.0]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=837</guid>
		<description><![CDATA[Today Google is releasing a significant update to Google Analytics. I&#8217;m not sure if it is officially version 3.0, but the amount of new functionality is extraordinary. Not to mention some nice changes to the interface to clean things up. This new release includes: * Motion Charts (a data visualization tool) * Advanced Segmentation * [...]<p><a href="http://cutroni.com/blog/2008/10/22/google-analytics-version-30/">Google Analytics Version 3.0</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2007/05/08/welcome-to-the-new-google-analytics/' rel='bookmark' title='Permanent Link: Welcome to the New Google Analytics'>Welcome to the New Google Analytics</a></li>
<li><a href='http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/' rel='bookmark' title='Permanent Link: Getting to Know the New Google Analytics Admin Interface'>Getting to Know the New Google Analytics Admin Interface</a></li>
<li><a href='http://cutroni.com/blog/2008/08/29/three-ga-changes-that-predict-the-future/' rel='bookmark' title='Permanent Link: Three GA Changes that Predict the Future'>Three GA Changes that Predict the Future</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/IePzWyIbIyI"></param> <embed src="http://www.youtube.com/v/IePzWyIbIyI" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
<p>Today Google is releasing a significant update to Google Analytics.  I&#8217;m not sure if it is officially version 3.0, but the amount of new functionality is extraordinary.  Not to mention some nice changes to the interface to clean things up.</p>
<p>This new release includes:</p>
<p>* Motion Charts (a data visualization tool)<br />
* <a href="http://www.cutroni.com/blog/2008/10/22/google-analytics-advanced-segmentation">Advanced Segmentation</a><br />
* Custom Reporting<br />
* AdSense Integration<br />
* A data API<br />
* <a href="http://www.cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface">A new administrative interface</a></p>
<p>Not all of these features are public.  The API and AdSense reports (I believe) are in private beta meaning your account must be authorized to use them.  All other features are public!  Woo Hoo!</p>
<p>These new features cover 90% of the requests we get from all users, both big and small.  In my opinion this release is game changer, especially for the enterprise market.</p>
<p>For example, our ability to manage massive GA implementations (1,000 + sites) is now much easier with the new administrative interface.  And the data API let&#8217;s companies integrate their click stream data with other data sources.  Did I mention that <a href="http://www.cutroni.com/blog/2008/10/22/google-analytics-advanced-segmentation">Advanced Segmentation</a> let&#8217;s you segment historical data?</p>
<p>I&#8217;ll slowly be rolling out some posts and to cover all new features as well as a few posts to discuss how this changes the way we work with GA.</p>
<p>A big congratulations to the Google Analytics team.  The amount of new functionality is really amazing.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/party-time-for-ga.jpg" alt="" title="New GA!  Party Time!" width="454" height="300" class="aligncenter size-full wp-image-841" /></p>
<p><a href="http://cutroni.com/blog/2008/10/22/google-analytics-version-30/">Google Analytics Version 3.0</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2007/05/08/welcome-to-the-new-google-analytics/' rel='bookmark' title='Permanent Link: Welcome to the New Google Analytics'>Welcome to the New Google Analytics</a></li>
<li><a href='http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/' rel='bookmark' title='Permanent Link: Getting to Know the New Google Analytics Admin Interface'>Getting to Know the New Google Analytics Admin Interface</a></li>
<li><a href='http://cutroni.com/blog/2008/08/29/three-ga-changes-that-predict-the-future/' rel='bookmark' title='Permanent Link: Three GA Changes that Predict the Future'>Three GA Changes that Predict the Future</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2008/10/22/google-analytics-version-30/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Getting to Know the New Google Analytics Admin Interface</title>
		<link>http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/</link>
		<comments>http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:34:25 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[v3.0]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=817</guid>
		<description><![CDATA[One part of Google Analytics that has seen very little love over the past few years is the administrative interface. Not any more! Google has rolled out a beta version of a new GA management tool that will have an immediate impact on how we set up and manage Google Analytics. When you firs log [...]<p><a href="http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/">Getting to Know the New Google Analytics Admin Interface</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2007/05/08/understanding-the-new-google-analytics-interface/' rel='bookmark' title='Permanent Link: Understanding the New Google Analytics Interface'>Understanding the New Google Analytics Interface</a></li>
<li><a href='http://cutroni.com/blog/2007/07/14/breaking-up-is-hard-to-do-ga-account-setup-tip/' rel='bookmark' title='Permanent Link: Breaking Up Is Hard To Do: GA Account Setup Tip'>Breaking Up Is Hard To Do: GA Account Setup Tip</a></li>
<li><a href='http://cutroni.com/blog/2008/10/22/google-analytics-advanced-segmentation/' rel='bookmark' title='Permanent Link: Google Analytics Advanced Segmentation'>Google Analytics Advanced Segmentation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>One part of Google Analytics that has seen very little love over the past few years is the administrative interface.  Not any more!  Google has rolled out a beta version of a new GA management tool that will have an immediate impact on how we set up and manage Google Analytics.</p>
<p>When you firs log in the new admin area will display a list of all accounts that you have access to.</p>
<p><a href="http://www.cutroni.com/blog/wp-content/uploads/2008/10/admin-accounts.jpg"><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/admin-accounts-300x135.jpg" alt="" title="New Google Analytics Admin Interface" width="300" height="135" class="aligncenter size-medium wp-image-820" /></a><br />
Click to enlarge the image.</p>
<p>This tabular layout of accounts is new, and very helpful.  If you&#8217;re an agency, or a large company, you probably have access to multiple GA accounts.  This layout makes it easy to identify performance at the account level.</p>
<p>Key to the new layout is the addition of metrics. Available metrics in are:</p>
<p>* Visits<br />
* Time on Site<br />
* Bounce Rate<br />
* Completed Goals</p>
<p>One column actually does a date comparison.  Choose one of the above metrics using the drop down at the top of the column and a simple date range using the buttons at the top right corner of the screen to determine how said metric has changed over the past day, week, month or year.</p>
<p>Looking a bit closer, you&#8217;ll notice that each account name is a link.  Clicking on the link will display all profiles within that account:</p>
<p><a href="http://www.cutroni.com/blog/wp-content/uploads/2008/10/new-admin-profile-view.jpg"><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/new-admin-profile-view-300x203.jpg" alt="" title="New GA Admin Interface - Profile View" width="300" height="203" class="aligncenter size-medium wp-image-825" /></a><br />
click to enlarge.</p>
<p>This is where things get really juicy!</p>
<p>GA is now grouping the profiles that have been created for each tracking code in an account.  I&#8217;ve talked a lot about <a href="http://www.cutroni.com/blog/2007/07/17/segmenting-visitor-loyalty-reports-in-ga/">creating multiple profiles for a single site</a>, and this is a great way to see all those properties in one place.</p>
<p>As an analyst I like the fact that I can view basic information in the admin area and do a quick performance evaluation.  Would I like to see more metrics?  Sure, but this is a great start.  This literally turns the admin area into a basic dashboard for large groups of websites.</p>
<p>Another feature that I really like is the Favorites. Anyone that uses other Google products (like <a href="http://mail.google.com">GMail</a> or <a href="http://docs.google.com">GDocs</a>) will recognize this.</p>
<p>You can &#8216;star&#8217; certain profiles and then display only those that you starred.  This makes it very easy to zoom through all profiles and find the ones you regularly use.  Unfortunately starring is not available in the account view, just the profile view.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/favs.jpg" alt="" title="Viewing your favorite profiles in Google Analytics" width="500" height="279" class="aligncenter size-full wp-image-868" /></p>
<p>Try changing the number of rows displayed using the drop down at the bottom of the table&#8230; Notice anything interesting?  The new interface uses AJAX to dynamically pull back the data.  Pretty slick.</p>
<p>Another interesting AJAX feature is the ability to rename accounts and profiles right from the table.  Just click on the little pen icon next to an account name or profile name.  Is this totally necessary?  I&#8217;ll let you decide.  But given the new interface I bet a lot of people are going to rename their accounts and profiles.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-12.png" alt="" title="Changing the name of an account or profile from GA admin interface" width="330" height="90" class="aligncenter size-full wp-image-835" /></p>
<p>With the new layout of accounts and profiles we can eliminate the website domain name from the profile and account name and use a functional description that everyone can understand.</p>
<p>One thing that is missing from the new admin screen is a summary row.  I think it&#8217;s critical to have a scorecard, similar to the scorecard in the reporting interface, that displays summary information for the profiles and accounts displayed.</p>
<p>Overall, this is a fantastic change that goes a long way to helping us manage and analyze large GA deployments.</p>
<p><a href="http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/">Getting to Know the New Google Analytics Admin Interface</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2007/05/08/understanding-the-new-google-analytics-interface/' rel='bookmark' title='Permanent Link: Understanding the New Google Analytics Interface'>Understanding the New Google Analytics Interface</a></li>
<li><a href='http://cutroni.com/blog/2007/07/14/breaking-up-is-hard-to-do-ga-account-setup-tip/' rel='bookmark' title='Permanent Link: Breaking Up Is Hard To Do: GA Account Setup Tip'>Breaking Up Is Hard To Do: GA Account Setup Tip</a></li>
<li><a href='http://cutroni.com/blog/2008/10/22/google-analytics-advanced-segmentation/' rel='bookmark' title='Permanent Link: Google Analytics Advanced Segmentation'>Google Analytics Advanced Segmentation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2008/10/22/getting-to-know-the-new-google-analytics-admin-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Compliance with WAA Standard Metrics</title>
		<link>http://cutroni.com/blog/2008/09/21/google-analytics-compliance-with-waa-standard-metrics/</link>
		<comments>http://cutroni.com/blog/2008/09/21/google-analytics-compliance-with-waa-standard-metrics/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 04:16:19 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=706</guid>
		<description><![CDATA[Following the lead of Dennis Mortensen (founder of IndexTools, Director of Insights at Yahoo!, WAA board member and all around good guy) I&#8217;ve decided to identify just how compliant GA is with these standards. Below is a list of all standards defined in the WAA metrics definitions document and GA compliance with each definition. GA [...]<p><a href="http://cutroni.com/blog/2008/09/21/google-analytics-compliance-with-waa-standard-metrics/">Google Analytics Compliance with WAA Standard Metrics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>



Related posts:<ol><li><a href='http://cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/' rel='bookmark' title='Permanent Link: How Does Google Analytics Track Conversion Referrals?'>How Does Google Analytics Track Conversion Referrals?</a></li>
<li><a href='http://cutroni.com/blog/2007/10/16/ga-on-site-search-pt-2-reporting-usage/' rel='bookmark' title='Permanent Link: GA On Site Search Pt. 2: Reporting &amp; Usage'>GA On Site Search Pt. 2: Reporting &amp; Usage</a></li>
<li><a href='http://cutroni.com/blog/2007/06/04/tracking-google-audio-ads-with-analytics/' rel='bookmark' title='Permanent Link: Tracking Google Audio Ads with Analytics'>Tracking Google Audio Ads with Analytics</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://visualrevenue.com/blog/2008/03/web-analytics-definitions-waa.html" target="_blank">Following the lead</a> of <a href="http://visualrevenue.com/" target="_blank">Dennis Mortensen</a> (founder of <a href="http://www.indextools.com/" target="_blank">IndexTools</a>, Director of Insights at <a href="http://www.yahoo.com" target="_blank">Yahoo!</a>, WAA board member and all around good guy) I&#8217;ve decided to identify just how compliant GA is with these standards.</p>
<p>Below is a list of all standards defined in the <a href="http://www.webanalyticsassociation.org/attachments/committees/5/WAA-Standards-Analytics-Definitions-Volume-I-20070816.pdf" target="_blank">WAA metrics definitions</a> document and GA compliance with each definition.  GA is compliant with 19 of the 26 metrics.  Most of the non-compliance is due to the fact that GA does not offer all the metrics that the WAA defined.</p>
<table class="" id="r503" border="1" bordercolor="#000000" cellpadding="3" cellspacing="0" width="100%">
<tbody>
<tr bgcolor="#6fa8dc">
<td width="25%">
        <b><font size="2">Compliant</font></b>
      </td>
<td width="25%">
        <b><font size="2">Term</font></b>
      </td>
<td width="25%">
        <b><font size="2">WAA Definition</font></b>
      </td>
<td width="25%">
        <b><font size="2">GA Definition</font></b>
      </td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
        <font size="2">Page</font>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">A page is an analyst definable unit of content.</font>
        </p>
</td>
<td width="25%">
        <font size="2">Same as WAA<br />
</font></p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
        <font size="2">Page View</font>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The number of times a page (an analyst-definable unit of content) was viewed.</font>
        </p>
</td>
<td width="25%">
        <font size="2">Same as WAA.</p>
<p>        Note: A pageview is created each time the _trackPageview() method is executed.  Any value passed to the _trackPageview() method will appear in the Content reports, thus making a Page analyst definable.</font></td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
        <font size="2">Visits/Sessions</font>
      </td>
<td width="25%">
        <font size="2">A visit is an interaction, by an individual, with a website consisting of one or more requests for an analyst-definable unit of content (i.e. “page view”). If an individual has not taken another action (typically additional page views) on the site within a specified time period, the visit session will terminate.</font>
      </td>
<td width="25%">
        <font size="2">Same as WAA.</p>
<p>        Note: By default, a visit will terminate after 30 minutes of inactivity by the visitor.  The legth of inactivity can be modified by altering the Google Analytics tracking code.</font></p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Unique Visitors</font></p>
</td>
<td width="25%">
        <font size="2">The number of inferred individual people (filtered for spiders and robots), within a designated reporting timeframe, with activity consisting of one or more visits to a site. Each individual is counted only once in the unique visitor measure for the reporting period.</font>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">Note: Google Analytics defines this term as Absolute Unique Visitors.</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">A visitor is defined using a unique numeric identifier stored in the Google Analytics tracking cookies.  This value is set when the visitor&#8217;s first visit is created.</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">Each visitor is counted only once in the Absolute Unique Visitor metric, regardless of how many times they return to the site during the reporting period.</font>
        </p>
</td>
</tr>
<tr>
<td width="25%"><span class="Apple-style-span" style="font-weight: bold; "><span class="Apple-style-span" style="color: rgb(56, 118, 29);">Yes</span></span></td>
<td width="25%">
<p style="margin: 0px;"><font size="2">New Visitor</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The number of Unique Visitors with activity including a first-ever Visit to a site during a reporting period.</font></p>
</td>
<td width="25%">
<p style="margin: 0px;">Same as WAA</p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2">Note: While GA does share the same definition for a new visitor it does not  does not count the number of new, unique people (visitors) that have visited the site during the reporting period.  GA counts the number of VISITS generated by new people.</font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">Google Analytics calculate the number of New visitors by identifying the number of new unique visitor IDs that were created during the reporting period.</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">It is possible to measure the number of new visitors using a profile and include filter.</p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(255, 0, 0);"><b><font size="2">NO</font></b></span></td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Repeat Visitor</font></p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The number of Unique Visitors with activity consisting</font>
        </p>
<p style="margin: 0px;">
          <font size="2">of two or more Visits to a site during a reporting period.</font>
        </p>
</td>
<td width="25%"><font size="2"><br />
        N/a</p>
<p>This metric does not exist in Google Analytics.<br />
</font></td>
</tr>
<tr>
<td width="25%"><span class="Apple-style-span" style="font-weight: bold; "><span class="Apple-style-span" style="color: rgb(56, 118, 29);">Yes</span></span></td>
<td width="25%">
<p style="margin: 0px;"><font size="2">Return Visitor</font></p>
</td>
<td width="25%">
        <font size="2">The number of Unique Visitors with activity consisting of a Visit to a site during a reporting period and where the Unique Visitor also Visited the site prior to the reporting period.</font></td>
<td width="25%">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal">Same as WAA</p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal">Note: While GA does share the same definition for a return visitor it does not  does not count the number of returning unique people (visitors) that have visited the site during the reporting period.  GA counts the number of VISITS generated by people coming .</p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal">GA identifies a return visitor as any visit generated by a person who&#8217;s unique identifier cookie was set prior to the reporting period.</p>
</p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Entry Page</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The first page of a visit.</font>
        </p>
</td>
<td width="25%">
        <font size="2">Same as WAA</font>
      </td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Landing Page</font>
        </p>
<div>
          
        </div>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">A page intended to identify the beginning of the user</font>
        </p>
<p style="margin: 0px;">
          <font size="2">experience resulting from a defined marketing effort.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Exit Page</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The last page on a site accessed during a visit, signifying the end of a visit/session.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Visit Duration</font>
        </p>
</td>
<td width="25%">
        <font size="2">The length of time in a session. Calculation is typically the timestamp of the last activity in the session minus the timestamp of the first activity of the session.</font>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">Note: Google Analytics uses a different name for this metric.  It is called &#8216;Average Time on Site&#8217;.</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">The average time on site is calculated by dividing the total time spent on the site by the total number of Visits. </font>
        </p>
</td>
</tr>
<tr>
<td width="25%"><span style="color: rgb(255, 0, 0);"><b><font size="2">NO</font></b></span></td>
<td width="25%">
<p style="margin: 0px;"><font size="2">Referrer</font></p>
</td>
<td width="25%"><font size="2">The referrer is the page URL that originally generated the request for the current page view or object. </font></p>
</td>
<td width="25%">
<p style="margin: 0px;"><font size="2">The referrer in Google Analytics is the page URL that originally generated the request for the current </font><b><font size="2">VISIT</font></b><font size="2">.  This value is then added to all pageviews in that visit.  </font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2">The referrer is identified in GA as any source whose medium is &#8220;referral&#8221;.</font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p><font size="2"><br />
GA also has a field called &#8216;Referral&#8217; which does conform to the WAA&#8217;s definition.  However; this is not a field displayed in any report, only available as a filter field.</font></p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(255, 0, 0);"><b><font size="2">N/a</font></b></span></td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Internal Referrer</font></p>
</td>
<td width="25%">
        <font size="2">The internal referrer is a page URL that is internal to the website or a web-property within the website as defined by the user.</font>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">N/a</font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2">This metric is not available in GA.</font></p>
</td>
</tr>
<tr>
<td width="25%"><span style="color: rgb(255, 0, 0);"><b>N/a</b></span></p>
<p style="margin: 0px;">
</td>
<td width="25%">
<p style="margin: 0px;"><font size="2">External Referrer</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The external referrer is a page URL where the traffic is external or outside of the website or a web property defined by the user.</font>
        </p>
</td>
<td width="25%"><font size="2">N/a</p>
<p>This metric is not available in GA.</p>
<p>See definition of Referrer above.</font></td>
</tr>
<tr>
<td width="25%"><span style="color: rgb(255, 0, 0);"><b>N/a</b></span></td>
<td width="25%">
<p style="margin: 0px;"><font size="2">Search Referrer</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The search referrer is an internal or external referrer for which the URL has been generated by a search function.</font>
        </p>
</td>
<td width="25%"><font size="2">N/a</p>
<p>This metric is not available in GA.</p>
<p>Note: While Google Analytics does track both external search phrases and internal search phrases, the term &#8216;search referrer&#8217; is not used in reporting.</font></p>
</td>
</tr>
<tr>
<td width="25%"><span style="color: rgb(56, 118, 29);"><b>Yes</b></span></td>
<td width="25%">
<p style="margin: 0px;"><font size="2">Visit Referrer</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The visit referrer is the first referrer in a session, whether internal, external or null.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">Note: This data is called a Referral in Google Analytics and can </font><b>ONLY</b><font size="2"> be the external referrer.</font></p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(255, 0, 0);"><b><font size="2">N/a</font></b></span></td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Original Referrer</font></p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The original referrer is the first referrer in a visitor’s first session, whether internal, external or null.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;"><font size="2"><br />
          N/a</font></p>
<p style="margin: 0px;">
</p>
<p style="margin: 0px;"><font size="2">This metric is not available in GA.</font></p>
<p style="margin: 0px;">
</p>
<p style="margin: 0px;"><font size="2">Note: See information about Referrer above.</font></p>
</td>
</tr>
<tr>
<td width="25%">
<p style="margin: 0px;">
          <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Click-through</font></p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Number of times a link was clicked by a visitor.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">Note: Google Analytics refers to Click-throughs as &#8216;clicks&#8217;.</font>
        </p>
<p style="margin: 0px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">This metric is only available in the AdWords reports.</font>
        </p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
      </td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Click-through Rate/Ratio</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The number of click-throughs for a specific link divided by the number of times that link was viewed.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
<p>
        </p>
<p style="margin: 0px;">
          <font size="2">Note: Click-through and Click-through Rate  is the percentage of impressions that resulted in a click.  It is calculated by dividing the number of clicks on an ad(s) by the number of impressions for the ad(s).</font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">This metric is only available in the </font><font size="2">AdWords reports.</font>
        </p>
</td>
</tr>
<tr>
<td width="25%">
<p style="margin: 0px;">
          <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Page Views per Visit</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">The number of page views in a reporting period divided</font>
        </p>
<p style="margin: 0px;">
          <font size="2">by number of visits in the same reporting period.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
</td>
</tr>
<tr>
<td width="25%"><span style="color: rgb(56, 118, 29);"><b>Yes</b></span></p>
<p style="margin: 0px;">
</td>
<td width="25%">
<p style="margin: 0px;"><font size="2">Page Exit Ratio</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Number of exits from a page divided by total number of</font>
        </p>
<p style="margin: 0px;">
          <font size="2">page views of that page.</font></p>
</td>
<td width="25%">
<p style="margin: 0px;">Same as WAA</p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2">This metric is called &#8216;Exit %&#8217;.</font></p>
</td>
</tr>
<tr>
<td width="25%">
<p style="margin: 0px;">
          <span style="color: rgb(255, 0, 0);"><b><font size="2">N/a</font></b></span></p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Single-Page Visits</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Visits that consist of one page regardless of the number</font>
        </p>
<p style="margin: 0px;">
          <font size="2">of times the page was viewed.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">N/A</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2">This metric is not available in GA.</font></p>
</td>
</tr>
<tr>
<td width="25%">
<p style="margin: 0px;">
          <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Single Page View Visits (Bounces)</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Visits that consist of one pageview.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">Note: Bounces can be modified by other Google Analytics features; specifically Custom segmentation and event tracking.</font>
        </p>
<p style="margin: 0px;">
          
        </p>
<p style="margin: 0px;"><font size="2"><br />
          When either of the previous features are used the Google Analytics tracking code will request the invisible gif from the Google Analytics server.<br />
        </font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2"><br />
          Google Analytics will interpret this GIF request as a visitor action and conclude that they are engaged with the webpage and will </font><b>NOT</b><font size="2"> count them as a Bounce.<br />
        </font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2"><br />
          To be clear, if a visitor lands on a page, and views a video that is tracked using event tracking, and then leaves the site from the original landing page, a bounce will </font><b>NOT</b><font size="2"> be counted.<br />
        </font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2"><br />
          The same is true for custom segmentation.  If a visitor is placed in a custom segment on a landing page, and does not view any other pages, a Bounce will </font><b>NOT</b><font size="2"> be counted.         </font></p>
</td>
</tr>
<tr>
<td width="25%">
        <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Bounce Rate </font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Single page view visits divided by entry pages.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2"><br />
          NOTE:  See comment above regarding how the number of bounces can change based on the use of Event Tracking or Custom Segmentation.<br />
        </font></p>
</td>
</tr>
<tr>
<td width="25%">
<p style="margin: 0px;">
          <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Event</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Any logged or recorded action that has a specific date and time assigned to it by either the browser or server.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2">Note: There are multiple attributes to an event in Google Analytics.  There are objects, actions and labels.<br />
        </font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2">Event Tracking is a Google Analytics Beta feature and may not be enabled in your account.  You can read more about Event tracking in </font><a id="u2hv" href="http://www.cutroni.com/blog/2007/10/16/event-tracking-pt-1-overview-data-model/" title="this post"><font size="2">this post</font></a><font size="2">  or on the </font><a id="o.dz" href="http://code.google.com/apis/analytics/docs/eventTrackerOverview.html" target="_blank" title="GA Code Site"><font size="2">GA Code Site</font></a><font size="2">.</font></p>
</td>
</tr>
<tr>
<td width="25%">
<p style="margin: 0px;">
          <span style="color: rgb(56, 118, 29);"><b><font size="2">Yes</font></b></span>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Conversion</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">A visitor completing a target action.</font>
        </p>
</td>
<td width="25%">
<p style="margin: 0px;">
          <font size="2">Same as WAA</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;">
          <font size="2">Note: In addition to conversions, Google Analytics will also calculate Conversion Rate.  Conversion rate is the total # of visits resulting in a desired action divided by the total number of visits.</font>
        </p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2"><br />
          Also note that a conversion will only be recorded ONCE per visits.  Visitors can not convert more than one time per visit.<br />
        </font></p>
<p style="margin: 0px; min-height: 14px;">
          
        </p>
<p style="margin: 0px;"><font size="2">You can read more about goals in this post: </font><a id="ab.q" href="http://www.cutroni.com/blog/2007/07/07/google-analytics-goals/" target="_blank" title="All About Google Analytics Goals"><font size="2">All About Google Analytics Goals</font></a><font size="2">.</font></p>
</td>
</tr>
</tbody>
</table>
<p><a href="http://cutroni.com/blog/2008/09/21/google-analytics-compliance-with-waa-standard-metrics/">Google Analytics Compliance with WAA Standard Metrics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>


<p>Related posts:<ol><li><a href='http://cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/' rel='bookmark' title='Permanent Link: How Does Google Analytics Track Conversion Referrals?'>How Does Google Analytics Track Conversion Referrals?</a></li>
<li><a href='http://cutroni.com/blog/2007/10/16/ga-on-site-search-pt-2-reporting-usage/' rel='bookmark' title='Permanent Link: GA On Site Search Pt. 2: Reporting &amp; Usage'>GA On Site Search Pt. 2: Reporting &amp; Usage</a></li>
<li><a href='http://cutroni.com/blog/2007/06/04/tracking-google-audio-ads-with-analytics/' rel='bookmark' title='Permanent Link: Tracking Google Audio Ads with Analytics'>Tracking Google Audio Ads with Analytics</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2008/09/21/google-analytics-compliance-with-waa-standard-metrics/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)

Served from: cutroni.com @ 2012-05-21 04:45:21 -->
