<?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; Analysis posts &#8211; Analytics Talk</title>
	<atom:link href="http://cutroni.com/blog/category/analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://cutroni.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 21:01:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://cutroni.com/blog/?pushpress=hub'/>
		<item>
		<title>Tracking Internal Campaigns with Google Analytics</title>
		<link>http://cutroni.com/blog/2010/03/30/tracking-internal-campaigns-with-google-analytics/</link>
		<comments>http://cutroni.com/blog/2010/03/30/tracking-internal-campaigns-with-google-analytics/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 09:00:34 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[Tracking]]></category>
		<category><![CDATA[site search]]></category>

		<guid isPermaLink="false">http://cutroni.com/blog/?p=1356</guid>
		<description><![CDATA[Internal campaigns are marketing efforts that are run on your site and promote your products and services. Here&#8217;s an example from the Boton Red Sox site. They&#8217;re using ads on the homepage to promote ticket sales. Companies should track how people react to these campaigns and which ones are most successful. But what&#8217;s the best [...]<p><a href="http://cutroni.com/blog/2010/03/30/tracking-internal-campaigns-with-google-analytics/">Tracking Internal Campaigns with Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Internal campaigns are marketing efforts that are run on your site and promote your products and services. Here&#8217;s an example from the Boton Red Sox site. They&#8217;re using ads on the homepage to promote ticket sales.</p>
<p><a href="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-1.png"><img class="aligncenter size-full wp-image-1383" title="Internal ticket sale campaign on RedSox.com" src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-1.png" alt="" width="738" height="488" /></a></p>
<p>Companies should track how people react to these campaigns and which ones are most successful. But what&#8217;s the best way to do this with Google Analytics?</p>
<p>Some people use the standard campaign tracking to track internal campaigns. THIS IS INCORRECT AND SHOULD NEVER BE DONE.  Using the standard campaign tracking for internal campaigns will cause problems with your source data. So don&#8217;t do it!</p>
<p>There are a few correct ways to track internal campaigns. You could use <a href="http://cutroni.com/blog/2007/10/16/event-tracking-pt-1-overview-data-model/">Event Tracking</a>, <a href="http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/">Custom Variables</a> or Virtual Pageviews. But I like to use GA&#8217;s internal campaign tracking tool.</p>
<p>What? You&#8217;ve never seen or used the GA&#8217;s internal campaign tracker? It&#8217;s in the profile settings and it&#8217;s called Site Search tracking! Did I fool you ;)</p>
<p>Site Search can easily be configured to track internal campaigns. Let&#8217;s walk through the steps to set it up and then the data and analysis.</p>
<h2>Step 1: Create a New Profile</h2>
<p>Because we&#8217;re using Site Search for an unintended purpose it&#8217;s best to configure these settings on a new profile. It&#8217;s not possible to use Site Search for both tracking internal campaigns and internal site search within the same profile. You need to have a separate profile to track internal campaigns.</p>
<p><a href="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-2.png"><img class="aligncenter size-full wp-image-1384" title="New Google Analytics Profile for Internal Campaigns" src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-2.png" alt="" width="392" height="69" /></a></p>
<h2>Step 2: Tag your Internal Campaigns</h2>
<p>Once you&#8217;ve created your new profile it&#8217;s time to tag your internal campaigns. Internal campaigns need to be tagged in a similar manner to external campaigns: you need to add query string parameterrs to your internal ad.</p>
<p>However, unlike external campaigns you do not use the standard link tagging parameters (<code>utm_campaign</code>, <code>utm_medium</code>, etc.). You get to make up your own parameters!</p>
<p>You can use one or two parameters for internal campaign tracking and you can name then anything you want. The reason you can use one or two parameters is that GA&#8217;s site search configuration uses two parameters, one for the search phrase and one for the search category.</p>
<p>Whatever you choose, make sure the parameters are not used for anything else.</p>
<p><em>TIP: Check your Top Content report for a complete list of your site&#8217;s query string parameters. Verify that the parameters you create are NOT in this list.</em></p>
<p>For the sake of this post I&#8217;ll use the parameter <code>icn</code> (shor for internal campaign name). This parameter will holds the name of the internal campaign. I&#8217;m going to use the following format for the value of the campaign name parameter</p>
<p><code>icn=[internal-campaign-name]</code></p>
<p>I mentioned that you can use two paramters. You don&#8217;t need to use two, but GA&#8217;s site search can be confiugured to track the internal site search phrase and a site search category. We&#8217;ll use the category paramter to track the internal campaign name.</p>
<p>I&#8217;m going to name the second paraeter <code>ici</code> (short for internal campaign info). Again make sure the parameter you&#8217;re using does not already exist. This second parameter let&#8217;s me collect details about the ad the visitor clicked on and the location of the ad.</p>
<p>Here&#8217;s a basic format:</p>
<p><code>ici=[ad-creative]_[location-on-the-page]</code></p>
<p>You can see that I&#8217;m stuffing a lot of information into the parameter. You can put whatever you want and GA will gladly suck it in. By adding more information we&#8217;ll get a granluar view of how the internal campaigns perform and which locations and variations lead to tbe most conversions.</p>
<p>If you don&#8217;t have different types of internal ads, or just don&#8217;t care about this level of detail, then you can ignore the add internal campaign info parameter. It blank, it&#8217;s up to you!</p>
<p>Now you need to define the values for all the ads. Thic can get messy if you&#8217;re running a lot of internal campaign. But you can do it, just be organized! Use a spreadsheet to keep track of all the values you use.</p>
<p>Once you&#8217;ve got al your parameters it&#8217;s time to tag your links. The exact process depends on your site. You may need to change static links, like this:</p>
<p>&lt; a href=&#8221;/internal-page.php?icn=2010-spring-sale&amp;ici=stubs_home-roller &gt;</p>
<p>Or if you have complicate flash ads you may need to get inside the Flash code. It depends on your site.</p>
<p>The bottom line is when somone clicks on an internal ad you want to see your internal campaign parameter on the next page. If you don&#8217;t see the parameter in the URL then you did something wrong.</p>
<p>You can use the sample spread sheet below to track the different parameters you use for your internal campaigns. The spread sheet also has a formula in column D to automatically add the parameters to your URLs.</p>
<p>NOTE: There is an iFrame in this post. If you can not see it, you can view the original post <a href="http://cutroni.com/blog/2010/03/29/tracking-internal-campaigns-with-google-analytics">here</a> or view the Google Spreadsheet <a href="http://spreadsheets.google.com/ccc?key=0AnmzEWCHMzUPdFpuRXJkOTZseW5KQVhRTUJmRUJWZlE&amp;hl=en">here</a>.</p>
<p>Once youe&#8217;ve got the parameters added to your links it&#8217;s itme to configure the Site Search settings.</p>
<h2>Step 3: Configure Site Search Settings</h2>
<p>Remeber, we&#8217;re configuring these settings on a new profile so we don&#8217;t break the site search in our main reporting profile.</p>
<p>Site search has three settings. First, turn site search on.</p>
<p>Next, tell GA the name of the paramter that holds the site search phrase (in this case it&#8217;s out internal campaign name) by adding the parameter to the &#8216;Query Parameter&#8217; filed.</p>
<p>Next, choose Strip Query String Parameters. This setting will remove the parameter from the URL after GA processes the data. This is a good idea because it reduces duplicate pages in your top content reports.</p>
<p><em>TIP: You probably want to exclude your internal campaign name parameter, and internal campaign information parameter, from your other profiles. It can really mess up your pageview data.</em></p>
<p>If you&#8217;re using an internal campaign information parameter configure the Site Search Category settings the same way. Just make sure you use your internal campaign info parameter in the &#8216;Category Parameter&#8217; setting.</p>
<p>Here&#8217;s how the settings look using the parameters from my example:</p>
<p><a href="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-3.png"><img class="aligncenter size-full wp-image-1387" title="Google Analytics Internal Site Search settings" src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-3.png" alt="" width="497" height="327" /></a></p>
<p>That&#8217;s it! Let&#8217;s look at the data.</p>
<h2>The Reports</h2>
<p>Let&#8217;s start by answering a simple question: do people who respond to internal camapigns convert more or less than those that do not respond to internal camapigns? To answer this question use the Content &gt; Site Search &gt; Usage report. Here we can see that there were only eight visits that clicked an internal campaign. Sad! But it&#8217;s just test data.</p>
<p><img class="aligncenter size-full wp-image-1397" title="Success of Internal Campaigns" src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-8.png" alt="" width="604" height="240" /></p>
<p>Now let&#8217;s drill deeper ad identify which inernal camapigns are most effective. Use the Content &gt; Site Search &gt; Search Terms report. Rather than search phrases this report contains the names of all internal campaigns. Again, what was the response to the campaign? Was it worth the effort? Don&#8217;t forget to check the Goals tab and the Ecommerce tabs (if applicable) to measure outcomes!</p>
<p><img class="aligncenter size-full wp-image-1398" title="Internal campaign in the Google Analytics Search Terms report." src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-9.png" alt="" width="619" height="237" /></p>
<p>But let&#8217;s drill deeper to understand which ads within those campaigns are working. Click on a campaign name and choose Category from the Analyze drop down.</p>
<p><img class="aligncenter size-full wp-image-1399" title="Analyze a given internal campaign by the Category data" src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-10.png" alt="" width="491" height="135" /></p>
<p>Now we&#8217;re looking at all of the information that we put into the <code>ici</code> query string parameter for this particular campaign name. If we had multiple internal ads we&#8217;d be able to differentiate ad placements and creative variations.</p>
<p><img class="aligncenter size-full wp-image-1422" title="Segmenting an internal campaign in Google Analytics." src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-11.png" alt="" width="577" height="105" /></p>
<p>Don&#8217;t forget to use the Goals and Ecommerce tabs to measure outcomes! This is what most people want to know: did internal campaigns, and specifically which internal campaigns, generated <strong>revenue and conversions</strong>?</p>
<p>But we can do more. Now change to the Content &gt; Site Search &gt; Start Pages report. Now you can see which page people were on when they click on an internal ad. Again, more insight into where visitors responded to an internal campaign.</p>
<p><img class="aligncenter size-full wp-image-1415" title="How to identify start pages for Internal Campaigns." src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-13.png" alt="" width="489" height="97" /></p>
<p>And for all those marketing folks that are so concerned with internal campaigns, how about creating a nice custom report and automating the delivery or, better yet, use the Custom Report Sharing feature to share this report with others. People will love this because you can change the wording so it does not say Site Search it says Internal Campaigns Report.</p>
<p>But wait, there&#8217;s more! What about using a secondary dimension to view the external marketing campaigns (or sources, or mediums) that drive visitor to react to internal campaigns. Perhaps the extrnal creative has some influence over how visitors react to the internal campaign creative. The data isn&#8217;t so hot in the image below, but you get the idea.</p>
<p><img class="aligncenter size-full wp-image-1412" title="Use a secondary dimension to view external campaigns for each internal campaign." src="http://cutroni.com/blog/wp-content/uploads/2010/03/Picture-12.png" alt="" width="602" height="73" /></p>
<p>And finally, the ultimate in analysis, internal campaign attribution. We can use the Search Term Refinement feature if visitors click on multiple internal campaigns. Google Analytics will track all subsequent site searches, but in our case follow up site searches are actually additional internal campaigns that the visitor responded to. Honestly, I have never found any insights from this type of analysis, but you can do it if you want!</p>
<p>Ok, I&#8217;ve officially entered nerdville.</p>
<p>I think you get the idea. By adding all this data you can do many different kinds of segmentation and analysis. More than enough to understand the behavior of your site visitors and how your internal campaigns perform.</p>
<p>Last but not least, I&#8217;ll mention that you can track internal campaigns using events and custom variables. But both of those solutions require coding. And that requires working with IT. Using Site Search, in most cases, will not require any code changes to your site.</p>
<p><a href="http://cutroni.com/blog/2010/03/30/tracking-internal-campaigns-with-google-analytics/">Tracking Internal Campaigns with Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F&amp;title=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F&amp;title=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20&amp;bodytext=Internal%20campaigns%20are%20marketing%20efforts%20that%20are%20run%20on%20your%20site%20and%20promote%20your%20products%20and%20services.%20Here%27s%20an%20example%20from%20the%20Boton%20Red%20Sox%20site.%20They%27re%20using%20ads%20on%20the%20homepage%20to%20promote%20ticket%20sales.%0D%0A%0D%0A%0D%0A%0D%0ACompanies%20should%20track%20how%20peo" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F&amp;title=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20&amp;notes=Internal%20campaigns%20are%20marketing%20efforts%20that%20are%20run%20on%20your%20site%20and%20promote%20your%20products%20and%20services.%20Here%27s%20an%20example%20from%20the%20Boton%20Red%20Sox%20site.%20They%27re%20using%20ads%20on%20the%20homepage%20to%20promote%20ticket%20sales.%0D%0A%0D%0A%0D%0A%0D%0ACompanies%20should%20track%20how%20peo" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F&amp;t=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F&amp;title=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20&amp;source=Analytics+Talk+&amp;summary=Internal%20campaigns%20are%20marketing%20efforts%20that%20are%20run%20on%20your%20site%20and%20promote%20your%20products%20and%20services.%20Here%27s%20an%20example%20from%20the%20Boton%20Red%20Sox%20site.%20They%27re%20using%20ads%20on%20the%20homepage%20to%20promote%20ticket%20sales.%0D%0A%0D%0A%0D%0A%0D%0ACompanies%20should%20track%20how%20peo" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F&amp;title=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20&amp;annotation=Internal%20campaigns%20are%20marketing%20efforts%20that%20are%20run%20on%20your%20site%20and%20promote%20your%20products%20and%20services.%20Here%27s%20an%20example%20from%20the%20Boton%20Red%20Sox%20site.%20They%27re%20using%20ads%20on%20the%20homepage%20to%20promote%20ticket%20sales.%0D%0A%0D%0A%0D%0A%0D%0ACompanies%20should%20track%20how%20peo" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F&amp;title=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F30%2Ftracking-internal-campaigns-with-google-analytics%2F&amp;submitHeadline=Tracking%20Internal%20Campaigns%20with%20Google%20Analytics%20&amp;submitSummary=Internal%20campaigns%20are%20marketing%20efforts%20that%20are%20run%20on%20your%20site%20and%20promote%20your%20products%20and%20services.%20Here%27s%20an%20example%20from%20the%20Boton%20Red%20Sox%20site.%20They%27re%20using%20ads%20on%20the%20homepage%20to%20promote%20ticket%20sales.%0D%0A%0D%0A%0D%0A%0D%0ACompanies%20should%20track%20how%20peo&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2010/03/30/tracking-internal-campaigns-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Google Tackles Campaign Attribution with AdWords Search Funnels</title>
		<link>http://cutroni.com/blog/2010/03/24/google-tackles-campaign-attribution-with-adwords-search-funnels/</link>
		<comments>http://cutroni.com/blog/2010/03/24/google-tackles-campaign-attribution-with-adwords-search-funnels/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 05:48:18 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[attribution]]></category>

		<guid isPermaLink="false">http://cutroni.com/blog/?p=1357</guid>
		<description><![CDATA[There&#8217;s been a lot of debate in the analytics community about campaign attribution and how to assign value to the various marketing touch-points that lead to conversions. If you&#8217;re new Campaign Attribution you should check out the book Web Analytics 2.0, it has a good, functional overview of the attribution challenge. Throughout the discussion it [...]<p><a href="http://cutroni.com/blog/2010/03/24/google-tackles-campaign-attribution-with-adwords-search-funnels/">Google Tackles Campaign Attribution with AdWords Search Funnels</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been  a lot of debate in the analytics community about campaign attribution and how to assign value to the various marketing touch-points that lead to conversions. If you&#8217;re new Campaign Attribution you should check out the book <a href="http://www.amazon.com/Web-Analytics-2-0-Accountability-Centricity/dp/0470529393">Web Analytics 2.0</a>, it has a good, functional overview of the attribution challenge.</p>
<p>Throughout the discussion it has become clear that the classic <a href="http://blog.webanalyticsdemystified.com/weblog/2009/04/is-your-attribution-model-appropriate.html">first click and last click attribution models that many web analytics tools use are flawed</a>. The problem is no one has come forward with a better solution to the attribution issue&#8230; until now.</p>
<p>Google has taken a very low-risk move by tackling campaign attribution for <a href="http://adwords.google.com">AdWords</a> only. The new <a href="http://adwords.blogspot.com/2010/03/new-reports-adwords-search-funnels.html">AdWords Search Funnel reports</a> help marketers understand which cpc ads people see and click on prior to converting.</p>
<p>If you&#8217;re looking for details about the reports and how to use them check out the video below from Google. The new Search Funnel reports have not been rolled out yet so no one has had a chance to play with them. Hence no real description here :)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Wwj5W0UzAlo&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/Wwj5W0UzAlo&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>We&#8217;ve long known that people see a lot of different cpc ads during a sales cycle. <a href="http://kaushik.net/avinash">Avinash Kaushik</a> calls these keywords <a href="http://www.kaushik.net/avinash/2009/02/paid-search-analytics-measuring-upper-funnel-keywords.html">&#8220;upper funnel&#8221; keywords</a>. They are used by people that are early in the buying cycle. While many of these keywords don&#8217;t always lead to a conversion they help educate a potential customer and move then closer to purchasing a product or service.</p>
<p>Even though they do not directly generate revenue there is some value in bidding on upper funnel keywords.</p>
<p>Up until now we haven&#8217;t had many ways to help us understand the true value of upper funnel keywords. Sure, we can use time on site or pageviews per visit to measure &#8220;engagement&#8221;, but that was a bit of a hack. We can also create all sorts of custom JavaScript to store the first click and last click in a <a href="http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/">Custom Variable</a>. But again, these are just hacks.</p>
<p>The Search Funnel reports are a well thought out way to understand how people interact with AdWords ads prior to conversion and thus help us understand the ROI of our AdWords spend. The reorts provide insight into which keywords</p>
<p>I think this is a good first step by Google. They took reliable set of data that was just sitting around a data center and created some reports that will help marketers understand the real value of different types of keywords. This is all very low risk for Google with very high potential (read: more AdWords revenue).</p>
<p><img class="alignright size-thumbnail wp-image-1368" title="path" src="http://cutroni.com/blog/wp-content/uploads/2010/03/path-150x150.jpg" alt="The Google Analytics Path" width="150" height="150" /></p>
<p>But these new reports are also a good test of how users, and the overall analytics market, will respond to Google&#8217;s version campaign attribution reporting. Real attribution models are very complicated to create. They involve a lot of data about different types of campaigns (banners, cpc, email, etc.).</p>
<p>[Side note: Why is it that we haven't seen any DoubleClick data in Google Analytics yet? Pulling that data into GA will be critical for real attribution measurement.]</p>
<p>In addition to the data complexities, every business will have their own way to weight certain marketing activities in an attribution equation. For example, some companies may value email more than paid search. This business logic will be difficult to implement. Not impossible, but difficult.</p>
<p>At the end of the day the new AdWords Funnel reports are exciting. But I&#8217;m excited to see how Google takes information about how these reports are used and tackles the bigger challenge of true campaign attribution!</p>
<p><a href="http://cutroni.com/blog/2010/03/24/google-tackles-campaign-attribution-with-adwords-search-funnels/">Google Tackles Campaign Attribution with AdWords Search Funnels</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F&amp;title=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F&amp;title=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels&amp;bodytext=There%27s%20been%20%20a%20lot%20of%20debate%20in%20the%20analytics%20community%20about%20campaign%20attribution%20and%20how%20to%20assign%20value%20to%20the%20various%20marketing%20touch-points%20that%20lead%20to%20conversions.%20If%20you%27re%20new%20Campaign%20Attribution%20you%20should%20check%20out%20the%20book%20Web%20Analytics" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F&amp;title=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels&amp;notes=There%27s%20been%20%20a%20lot%20of%20debate%20in%20the%20analytics%20community%20about%20campaign%20attribution%20and%20how%20to%20assign%20value%20to%20the%20various%20marketing%20touch-points%20that%20lead%20to%20conversions.%20If%20you%27re%20new%20Campaign%20Attribution%20you%20should%20check%20out%20the%20book%20Web%20Analytics" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F&amp;t=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F&amp;title=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels&amp;source=Analytics+Talk+&amp;summary=There%27s%20been%20%20a%20lot%20of%20debate%20in%20the%20analytics%20community%20about%20campaign%20attribution%20and%20how%20to%20assign%20value%20to%20the%20various%20marketing%20touch-points%20that%20lead%20to%20conversions.%20If%20you%27re%20new%20Campaign%20Attribution%20you%20should%20check%20out%20the%20book%20Web%20Analytics" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F&amp;title=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels&amp;annotation=There%27s%20been%20%20a%20lot%20of%20debate%20in%20the%20analytics%20community%20about%20campaign%20attribution%20and%20how%20to%20assign%20value%20to%20the%20various%20marketing%20touch-points%20that%20lead%20to%20conversions.%20If%20you%27re%20new%20Campaign%20Attribution%20you%20should%20check%20out%20the%20book%20Web%20Analytics" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F&amp;title=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2010%2F03%2F24%2Fgoogle-tackles-campaign-attribution-with-adwords-search-funnels%2F&amp;submitHeadline=Google%20Tackles%20Campaign%20Attribution%20with%20AdWords%20Search%20Funnels&amp;submitSummary=There%27s%20been%20%20a%20lot%20of%20debate%20in%20the%20analytics%20community%20about%20campaign%20attribution%20and%20how%20to%20assign%20value%20to%20the%20various%20marketing%20touch-points%20that%20lead%20to%20conversions.%20If%20you%27re%20new%20Campaign%20Attribution%20you%20should%20check%20out%20the%20book%20Web%20Analytics&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2010/03/24/google-tackles-campaign-attribution-with-adwords-search-funnels/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Google Analytics Goals</title>
		<link>http://cutroni.com/blog/2009/10/20/new-google-analytics-goals/</link>
		<comments>http://cutroni.com/blog/2009/10/20/new-google-analytics-goals/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:47:35 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Tracking]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[v4]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1186</guid>
		<description><![CDATA[We all know that it&#8217;s critical to measure conversions, or goals, for our website. But for a long time Google Analytics limited the number of conversions, and types of conversions, you could track with Google Analytics. All that changes today (October 20, 2009). You can now create up to 20 goals per profile in Google [...]<p><a href="http://cutroni.com/blog/2009/10/20/new-google-analytics-goals/">New Google Analytics Goals</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>We all know that it&#8217;s critical to measure conversions, or goals, for our website.  But for a long time Google Analytics limited the number of conversions, and types of conversions, you could track with Google Analytics.  All that changes today (October 20, 2009).</p>
<p>You can now create up to 20 goals per profile in Google Analytics.  I can literally hear the applause at eMetrics :)</p>
<p>In addition to expanding the number of goals Google has expanded the types of goals to include &#8216;threshold&#8217; goals for pageviews per visit and time on site.</p>
<p>I think we all know the importance of tracking goals, so I&#8217;m not going to get too deep into why you should use goals.  If you&#8217;re not using goals you should start NOW!</p>
<p>Let&#8217;s talk about this new feature.</p>
<h2>Goal Sets</h2>
<p>Goals are now organized into four sets.  Each set of goals can contain up to five different goals.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-24.png" alt="Google Analytics Goal Sets" title="Google Analytics Goal Sets" width="549" height="473" class="aligncenter size-full wp-image-1199" /></p>
<p>Sets have been introduced as a way to accommodate all the new data in GA.  In the report tabs, rather than one goal tab there can be up to four goal tabs in a GA reports.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-191.png" alt="New Google Analytics Goal sets in a report" title="New Google Anlytics Goal sets in a report" width="537" height="116" class="aligncenter size-full wp-image-1189" /></p>
<p>When creating a goal you can place it in any set as long as there is room. Once you place a goal in a set it&#8217;s best to NOT MOVE IT.  Google Analytics sees this as a NEW goal and does not move the previously captured conversions to the new goal.</p>
<p>TIP: I like to organize goals by business function i.e. put goals that are related together.  For example, if you&#8217;re a content site, you might create goals for spending a certain amount of time on site (1 minute, 2 minutes, etc.).  I would group these goals in a set all related to time.</p>
<h2>Goal Types</h2>
<p>In the old days a goal was a pageview that represented the completion of some high value process, like a thank you page.  Now goals can be based on actions that have nothing to do with viewing a page.  Conversions can be based on how much time a visitor spends on the site or how many pages the visitor views.</p>
<h3>Time Based Goals</h3>
<p>Time based conversions are triggered after a visitor has spent a certain amount of time on the site.  To configure a time based goal enter the hours, minutes and seconds that a visitor must spend on the site before a conversion is counted.  Once the visitor reaches that amount of time on the site then a conversion is triggered.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-201.png" alt="Creating time based goals in Google Analytics." title="Creating time based goals in Google Analytics." width="441" height="451" class="aligncenter size-full wp-image-1191" /></p>
<p>What&#8217;s interesting here is that you can create a time based goal if a visit does NOT reach a certain amount of time.  If you choose &#8216;Less Than&#8217; Google Analytics will trigger a goal if a visit does NOT reach a certain length.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-212.png" alt="Less Than Goals in Google Analytics" title="Less Than Goals in Google Analytics" width="428" height="87" class="aligncenter size-full wp-image-1192" /></p>
<p>Why on earth would you measure this?  I like to think of &#8216;Less Than&#8217; goals as <strong>&#8216;Failure&#8217; metrics</strong>.  We often define success metrics, like Conversion Rate, but rarely define metrics to measure our failures!</p>
<p>Using failure based metrics really packs a punch when you&#8217;re talking to co workers or clients.  For example, when you configure a failure goal you can easily measure and say, &#8220;Did you know that 97% of our traffic does not spend at least 2 minutes on our site?  We suck!&#8221;</p>
<p><a href="http://www.kaushik.net/avinash/2006/08/excellent-analytics-tip-7-the-adorable-site-abandonment-rate-metric.html">Abandonment rate</a> is another well know failure metrics.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2009/03/clock-150x150.jpg" alt="Time on site can be configured as a Goal in GA" title="Time on site can be configured as a Goal in GA" width="150" height="150" class="alignright size-thumbnail wp-image-973" /></p>
<p>Time based goals can also be very useful if you&#8217;re trying to MINIMIZE the amount of time people spend on your site.  For example, if you have a support section on your site you may want to understand what percentage of traffic spends a certain amount of time on your site.  Long term you can try to reduce the number of visits that are too long.</p>
<p>How about setting up a goal set for various time intervals and then try to move visitors from one &#8220;goal&#8221; bucket to the next.  10 minutes, to 7 minutes, to 5 mintues&#8230; You guys are bright, you get the idea :)</p>
<p>Remember, time based goals can be affected by creating <a href="http://www.cutroni.com/blog/2007/03/19/tracking-clicks-with-ga-pt-1-about-urchintracker/">virtual pageviews</a> and <a href="http://www.cutroni.com/blog/2007/10/16/event-tracking-pt-1-overview-data-model/">events</a>.  Both of these activities send data to Google Analytics and can change how visit length is calculated.</p>
<h3>Pageview Based Goals</h3>
<p>Another new goal type is pageviews per visit.  Like time on site goals this this type of conversion is triggered when a visit exceeds a certain number of pages.  I can literally hear all the advertisers clapping out there!</p>
<p>Pageviews goals are set up in the same manner as time based conversions.  Just specify a condition (greater than or less than) and the number of pageviews in a visit.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-221.png" alt="Pageviews per Visit Goals in Google Analytics" title="Pageviews per Visit Goals in Google Analytics" width="418" height="86" class="aligncenter size-full wp-image-1193" /></p>
<p>Like time goals, pageview goals can also be affected by virtual pageviews.  If you&#8217;re creating a lot of data using <code>_trackPageview()</code> you need to understand that this can change your overall goal calculation.</p>
<h3>URL Destination Goals</h3>
<p>The old standby!  &#8216;Traditional&#8217; goals are now called URL Destination Goals.  You can still use a regular expression, head match or exact match to identify a page that represents a goal.  This functionality has not changed (you can learn more about goals <a href="http://www.cutroni.com/blog/2007/07/07/google-analytics-goals/">in this old post</a>.)</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-36.png" alt="URL Destination Goal in Google Analytics" title="URL Destination Goal in Google Analytics" width="427" height="197" class="aligncenter size-full wp-image-1251" /></p>
<p>Now that we have 20 goals we can easily measure all of those micro conversions (RSS subscription, email signup, reaching product page, downloading white paper&#8230; etc, etc, etc).</p>
<p>And yes, you can still use a virtual pageview as a URL Destination goal.</p>
<h2>Funnels</h2>
<p>Google did spend some time tweaking the interface. The old interface always showed 10 steps in the funnel.  Now you can choose the number of fields the funnel form displays.  You&#8217;re still limited to 10 steps in total.  This isn&#8217;t such a big deal.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-37.png" alt="New Funnels interface in Google Analytics" title="New Funnels interface in Google Analytics" width="273" height="129" class="aligncenter size-full wp-image-1252" /></p>
<p>But think about the bigger picture.  Do we really need funnels if we have so many goals?  With 20 goals we can use a goal to represent each stage in a process, rather than a funnel step? So do we still need funnels?</p>
<p>Yes.  Funnels provide a nice visualization of critical processes, so I think they are still relevant.  Plus, you need to configure a funnel if you want to measure Abandonment rate, a very nice failure metric that can make people squirm :)</p>
<h2>Odds and Ends</h2>
<p>A few random thoughts re: new goals:</p>
<p>If you&#8217;ve been creating lots of profiles for goals you may want to consider consolidating all goals to a single profile.  The benefit is you can  have all your conversions in one interface.  No more messing with multiple browser tabs and adjusting the date range.</p>
<p>If you need to control the access to certain goals, you may need to create a profile for certain goals and then give only the people who need access to those goals access to the profile.</p>
<p>A visitor can only convert at each goal once per visit. This is the way it&#8217;s always been.</p>
<p>And finally, creating new goals will not modify your historical data, only future data.  So all those new goals you&#8217;re going to create this week will only track from the day your create them onward.</p>
<p><a href="http://cutroni.com/blog/2009/10/20/new-google-analytics-goals/">New Google Analytics Goals</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=New%20Google%20Analytics%20Goals%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F&amp;title=New%20Google%20Analytics%20Goals" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F&amp;title=New%20Google%20Analytics%20Goals&amp;bodytext=We%20all%20know%20that%20it%27s%20critical%20to%20measure%20conversions%2C%20or%20goals%2C%20for%20our%20website.%20%20But%20for%20a%20long%20time%20Google%20Analytics%20limited%20the%20number%20of%20conversions%2C%20and%20types%20of%20conversions%2C%20you%20could%20track%20with%20Google%20Analytics.%20%20All%20that%20changes%20today%20%28Octob" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F&amp;title=New%20Google%20Analytics%20Goals&amp;notes=We%20all%20know%20that%20it%27s%20critical%20to%20measure%20conversions%2C%20or%20goals%2C%20for%20our%20website.%20%20But%20for%20a%20long%20time%20Google%20Analytics%20limited%20the%20number%20of%20conversions%2C%20and%20types%20of%20conversions%2C%20you%20could%20track%20with%20Google%20Analytics.%20%20All%20that%20changes%20today%20%28Octob" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F&amp;t=New%20Google%20Analytics%20Goals" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F&amp;title=New%20Google%20Analytics%20Goals&amp;source=Analytics+Talk+&amp;summary=We%20all%20know%20that%20it%27s%20critical%20to%20measure%20conversions%2C%20or%20goals%2C%20for%20our%20website.%20%20But%20for%20a%20long%20time%20Google%20Analytics%20limited%20the%20number%20of%20conversions%2C%20and%20types%20of%20conversions%2C%20you%20could%20track%20with%20Google%20Analytics.%20%20All%20that%20changes%20today%20%28Octob" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=New%20Google%20Analytics%20Goals&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F&amp;title=New%20Google%20Analytics%20Goals&amp;annotation=We%20all%20know%20that%20it%27s%20critical%20to%20measure%20conversions%2C%20or%20goals%2C%20for%20our%20website.%20%20But%20for%20a%20long%20time%20Google%20Analytics%20limited%20the%20number%20of%20conversions%2C%20and%20types%20of%20conversions%2C%20you%20could%20track%20with%20Google%20Analytics.%20%20All%20that%20changes%20today%20%28Octob" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F&amp;title=New%20Google%20Analytics%20Goals" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=New%20Google%20Analytics%20Goals&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fnew-google-analytics-goals%2F&amp;submitHeadline=New%20Google%20Analytics%20Goals&amp;submitSummary=We%20all%20know%20that%20it%27s%20critical%20to%20measure%20conversions%2C%20or%20goals%2C%20for%20our%20website.%20%20But%20for%20a%20long%20time%20Google%20Analytics%20limited%20the%20number%20of%20conversions%2C%20and%20types%20of%20conversions%2C%20you%20could%20track%20with%20Google%20Analytics.%20%20All%20that%20changes%20today%20%28Octob&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2009/10/20/new-google-analytics-goals/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>Segmenting Unique Visitors in Google Analytics</title>
		<link>http://cutroni.com/blog/2009/10/20/segmenting-unique-visitors-in-google-analytics/</link>
		<comments>http://cutroni.com/blog/2009/10/20/segmenting-unique-visitors-in-google-analytics/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:47:13 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[v4]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1203</guid>
		<description><![CDATA[Google Analytics now has the ability to EASILY segment Unique Visitors. Some of you may be yawning, but I can hear many, many people saying, &#8220;That&#8217;s fuc*ing AWESOME!&#8221; Unique visitors is a critical metric especially in the advertising industry. But it&#8217;s also a really hard metric to measure because it take a lot of data [...]<p><a href="http://cutroni.com/blog/2009/10/20/segmenting-unique-visitors-in-google-analytics/">Segmenting Unique Visitors in Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Google Analytics now has the ability to EASILY segment Unique Visitors.  Some of you may be yawning, but I can hear many, many people saying, &#8220;That&#8217;s fuc*ing AWESOME!&#8221;</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/unique.jpg" alt="Google Analytics can now segment Unique Visitors." title="Google Analytics can now segment Unique Visitors." width="400" height="300" class="aligncenter size-full wp-image-1209" /></p>
<p>Unique visitors is a critical metric especially in the advertising industry.  But it&#8217;s also a really hard metric to measure because it take a lot of data processing power.  Why? Because of the way unique visitors are identified and measured.</p>
<p>Google Analytics defines a unique visitor as a cookie. For all you nerds it&#8217;s the <code> __utma</code> cookie.</p>
<p>Every time a visitor visits a site GA checks for the cookie.  If the cookie exists then GA knows the visitor has been to the site before.  If the cookie does not exist GA sets the cookie and increases the unique visitor count.</p>
<p>The challenge is that every time you want to view a report that contains unique visitors GA has to literally count all of those cookies collected to find how many are unique.  That&#8217;s why there was only one GA report with Unique Visitors (Visitors > Visitor Trending >Absolute Unique Visitors report).</p>
<p>But Google figured out some way to effectively count all of the cookies in real time.  Now the unique visitors metric that can be added to any custom report.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-25.png" alt="You can easily add Unique Visitors to any Google Analytics Custom Report." title="You can easily add Unique Visitors to any Google Analytics Custom Report." width="268" height="122" class="aligncenter size-full wp-image-1204" /></p>
<p>If you need to segment unique visitors you can simple create a custom report and include this metric.</p>
<p>Here&#8217;s an example.  Let&#8217;s say you&#8217;re running a branding campaign for an upcoming movie.  You want to measure how many actual people visit your website.  You can create a custom report with the campaign dimension and the Unique Visitor metric.</p>
<p>There is one technical limitation.  Google Analytics will sample data when a date range for the custom report contains more than 200,000 visits.</p>
<p>Still, I&#8217;m completely amazed that they figured out how to make this happen.</p>
<p><a href="http://cutroni.com/blog/2009/10/20/segmenting-unique-visitors-in-google-analytics/">Segmenting Unique Visitors in Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F&amp;title=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F&amp;title=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics&amp;bodytext=Google%20Analytics%20now%20has%20the%20ability%20to%20EASILY%20segment%20Unique%20Visitors.%20%20Some%20of%20you%20may%20be%20yawning%2C%20but%20I%20can%20hear%20many%2C%20many%20people%20saying%2C%20%22That%27s%20fuc%2Aing%20AWESOME%21%22%0A%0A%0A%0AUnique%20visitors%20is%20a%20critical%20metric%20especially%20in%20the%20advertising%20industry.%20%20B" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F&amp;title=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics&amp;notes=Google%20Analytics%20now%20has%20the%20ability%20to%20EASILY%20segment%20Unique%20Visitors.%20%20Some%20of%20you%20may%20be%20yawning%2C%20but%20I%20can%20hear%20many%2C%20many%20people%20saying%2C%20%22That%27s%20fuc%2Aing%20AWESOME%21%22%0A%0A%0A%0AUnique%20visitors%20is%20a%20critical%20metric%20especially%20in%20the%20advertising%20industry.%20%20B" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F&amp;t=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F&amp;title=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics&amp;source=Analytics+Talk+&amp;summary=Google%20Analytics%20now%20has%20the%20ability%20to%20EASILY%20segment%20Unique%20Visitors.%20%20Some%20of%20you%20may%20be%20yawning%2C%20but%20I%20can%20hear%20many%2C%20many%20people%20saying%2C%20%22That%27s%20fuc%2Aing%20AWESOME%21%22%0A%0A%0A%0AUnique%20visitors%20is%20a%20critical%20metric%20especially%20in%20the%20advertising%20industry.%20%20B" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F&amp;title=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics&amp;annotation=Google%20Analytics%20now%20has%20the%20ability%20to%20EASILY%20segment%20Unique%20Visitors.%20%20Some%20of%20you%20may%20be%20yawning%2C%20but%20I%20can%20hear%20many%2C%20many%20people%20saying%2C%20%22That%27s%20fuc%2Aing%20AWESOME%21%22%0A%0A%0A%0AUnique%20visitors%20is%20a%20critical%20metric%20especially%20in%20the%20advertising%20industry.%20%20B" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F&amp;title=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fsegmenting-unique-visitors-in-google-analytics%2F&amp;submitHeadline=Segmenting%20Unique%20Visitors%20in%20Google%20Analytics&amp;submitSummary=Google%20Analytics%20now%20has%20the%20ability%20to%20EASILY%20segment%20Unique%20Visitors.%20%20Some%20of%20you%20may%20be%20yawning%2C%20but%20I%20can%20hear%20many%2C%20many%20people%20saying%2C%20%22That%27s%20fuc%2Aing%20AWESOME%21%22%0A%0A%0A%0AUnique%20visitors%20is%20a%20critical%20metric%20especially%20in%20the%20advertising%20industry.%20%20B&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2009/10/20/segmenting-unique-visitors-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Google Analytics Custom Variables Overview</title>
		<link>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/</link>
		<comments>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:46:43 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Tracking]]></category>
		<category><![CDATA[custom variables]]></category>
		<category><![CDATA[v4]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1222</guid>
		<description><![CDATA[Today Google releases Custom Variables (cv for short) in Google Analytics. This is an evolution of the custom segmentation feature. This post is meant to give you an overview of the feature. We&#8217;ll discuss how to use it in a later post. Like Custom Segmentation, custom variables are a flexible way to add more information [...]<p><a href="http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/">Google Analytics Custom Variables Overview</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Today Google releases Custom Variables (cv for short) in Google Analytics.  This is an evolution of the custom segmentation feature.  This post is meant to give you an overview of the feature.  We&#8217;ll discuss how to use it in a later post.</p>
<p>Like Custom Segmentation, custom variables are a flexible way to add more information to Google Analytics.  The big difference is that you can create LOTS of custom variables.  How many?  In theory you can set an infinite number of custom variables.  But GA has some internal limits that keep you to 50,000.</p>
<p>What can we use custom variables for?  The possibilities are endless:</p>
<ul>
<li>Segmenting members from non-members</li>
<li>Segmenting customers from non-customers</li>
<li>Tracking all the campaigns a visitor sees prior to converting</li>
<li>Content categorization</li>
<li>Segmenting visitors based on landing page</li>
<li>Visitor segmentation based on demographic info</li>
<li>Customer segmentation based on order history</li>
</ul>
<p><img src="http://cutroni.com/blog/wp-content/uploads/christmas_tree.png" alt="Google Analytics Custom Variables are like data decorations!" title="Google Analytics Custom Variables are like data decorations!" width="125" height="169" class="alignright size-full wp-image-1258" /></p>
<p>As my friend Phil likes to say, custom variables are decorations that you hang on your data.  Almost like holiday decorations hanging on a tree!  This is a really good analogy that I&#8217;ll continue in this post.</p>
<p>There are four critical attributes of a custom variable that we must understand in order to use them.</p>
<h2>Name and Value</h2>
<p>The easiest attributes to understand are Name and Value.  The Name of a custom variable is literally the name you give to the variable.  Each variable can have many, many values.   For example, you could define a variable named &#8216;Baseball Team&#8217; and then add the values:</p>
<ul>
<li>Red Sox</li>
<li>Yankees</li>
<li>Phillies</li>
<li>Giants</li>
<li>Angels</li>
</ul>
<p>This is totally different than the old Custom Segmentation feature.  With Custom Segmentation you were limited to one variable (ie one Name) that could contain multiple values.  Now you can create multiple variables each of which can have multiple values.</p>
<p>You can view all of your variable names in the new Custom Variables report.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-331.png" alt="Google Analytics Custom Variables Report" title="Google Analytics Custom Variables Report" width="628" height="217" class="aligncenter size-full wp-image-1224" /></p>
<p><strong>It&#8217;s important to note that the name of a variable, plus the value for a variable must be less than 64 characters</strong>.  Why?  The data is sent to Google via a request for an image file.  The actual length of the request is limited and Google wants to insure that all of the data makes it to the server.</p>
<h2>Scope</h2>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2009/10/scope-mouthwash-canada-150x150.jpg" alt="Google Analytics custom variables depends on the scope of the variable." title="Google Analytics custom variables depends on the scope of the variable." border="0px" width="150" height="150" class="alignright size-thumbnail wp-image-1243" /></p>
<p>The real power of custom variables comes with something called the Scope.  Think of scope as the different  &#8216;levels&#8217; of visitor data.  When a visitor visits a website Google Analytics collects data at three levels:</p>
<ul>
<li><strong>Pageview level</strong>: This is data associated with each page viewed during a visits. Page level data can change from one page to the next.</li>
<li><strong>Visit level</strong>: This is data associated with the visitor&#8217;s entire visit.  This data can change from one visit to the next.  But visit level data is applied to every page within a visit.  This data only exists for the CURRENT visits.</li>
<li><strong>Visitor Level</strong>:  This data is applied to the visitor and every visit and every pageview that the visitor generates.  This data persists across all visits that a person creates.  How does it persist?  Via a cookie.</li>
</ul>
<p>This means we can set information, ie custom variables, at the page level, the visit level and the visitor level.  If we think of custom variables as decorations &#8220;hanging&#8221; on our data then we could use the following graphic:</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2009/10/cv-scope-300x201.jpg" alt="GA Custom Variables &quot;hanging&quot; on your data." title="GA Custom Variables &quot;hanging&quot; on your data." width="300" height="201" class="aligncenter size-medium wp-image-1225" /></p>
<p>So scope is the same as level.  Anyone drooling out there?</p>
<p>The ability to control the scope of a custom variable makes this feature extremely flexible.  For example, if you want to group all of the content on your site you can add a page level custom variable to every page that identifies the groups that a page belongs to.</p>
<p>If you want to segment visitors by their purchase history you can add visitor level custom variable.  The possibilities are truly endless.</p>
<p>Let&#8217;s take a look at some of the reporting so you can get a feel for some of the data.</p>
<p>Here&#8217;s the Custom Variables report.  You&#8217;ll notice it looks a lot like the user defined report.  This report contains all of the variables that you defined.  If you click on a variable you&#8217;ll see all of the VALUES for that variable.</p>
<p>So why has google added a scope if we can&#8217;t see it in the reports?  I&#8217;m just going to let you guys speculate. But it&#8217;s obviously a critical part of CVs and we should see that data.</p>
<h2>Index</h2>
<p>The last attribute that we need to discuss is something called the Index.  To be honest, it&#8217;s really hard to define the index.  Basically the index is a technical attribute that helps GA organize all the custom variables on a page.</p>
<p>It&#8217;s only used during the implementation, so we&#8217;re not going to dig any further in this post.</p>
<p>Speaking of the implementation, you&#8217;ve probably noticed that I haven&#8217;t talked much about the implementation.  To be honest, we&#8217;re still playing with CVs.  Obviously this data comes from JavaScript.  So you have to do some coding to get this data.</p>
<p>But I&#8217;m going to hold off on the implementation talk until later. Implementation involves another concept called the Index which is, to be honest, vague and confusing.</p>
<p><a href="http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/">Google Analytics Custom Variables Overview</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Google%20Analytics%20Custom%20Variables%20Overview%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F&amp;title=Google%20Analytics%20Custom%20Variables%20Overview" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F&amp;title=Google%20Analytics%20Custom%20Variables%20Overview&amp;bodytext=Today%20Google%20releases%20Custom%20Variables%20%28cv%20for%20short%29%20in%20Google%20Analytics.%20%20This%20is%20an%20evolution%20of%20the%20custom%20segmentation%20feature.%20%20This%20post%20is%20meant%20to%20give%20you%20an%20overview%20of%20the%20feature.%20%20We%27ll%20discuss%20how%20to%20use%20it%20in%20a%20later%20post.%0A%0ALike%20Custo" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F&amp;title=Google%20Analytics%20Custom%20Variables%20Overview&amp;notes=Today%20Google%20releases%20Custom%20Variables%20%28cv%20for%20short%29%20in%20Google%20Analytics.%20%20This%20is%20an%20evolution%20of%20the%20custom%20segmentation%20feature.%20%20This%20post%20is%20meant%20to%20give%20you%20an%20overview%20of%20the%20feature.%20%20We%27ll%20discuss%20how%20to%20use%20it%20in%20a%20later%20post.%0A%0ALike%20Custo" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F&amp;t=Google%20Analytics%20Custom%20Variables%20Overview" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F&amp;title=Google%20Analytics%20Custom%20Variables%20Overview&amp;source=Analytics+Talk+&amp;summary=Today%20Google%20releases%20Custom%20Variables%20%28cv%20for%20short%29%20in%20Google%20Analytics.%20%20This%20is%20an%20evolution%20of%20the%20custom%20segmentation%20feature.%20%20This%20post%20is%20meant%20to%20give%20you%20an%20overview%20of%20the%20feature.%20%20We%27ll%20discuss%20how%20to%20use%20it%20in%20a%20later%20post.%0A%0ALike%20Custo" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Google%20Analytics%20Custom%20Variables%20Overview&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F&amp;title=Google%20Analytics%20Custom%20Variables%20Overview&amp;annotation=Today%20Google%20releases%20Custom%20Variables%20%28cv%20for%20short%29%20in%20Google%20Analytics.%20%20This%20is%20an%20evolution%20of%20the%20custom%20segmentation%20feature.%20%20This%20post%20is%20meant%20to%20give%20you%20an%20overview%20of%20the%20feature.%20%20We%27ll%20discuss%20how%20to%20use%20it%20in%20a%20later%20post.%0A%0ALike%20Custo" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F&amp;title=Google%20Analytics%20Custom%20Variables%20Overview" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Google%20Analytics%20Custom%20Variables%20Overview&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F10%2F20%2Fgoogle-analytics-custom-variables-overview%2F&amp;submitHeadline=Google%20Analytics%20Custom%20Variables%20Overview&amp;submitSummary=Today%20Google%20releases%20Custom%20Variables%20%28cv%20for%20short%29%20in%20Google%20Analytics.%20%20This%20is%20an%20evolution%20of%20the%20custom%20segmentation%20feature.%20%20This%20post%20is%20meant%20to%20give%20you%20an%20overview%20of%20the%20feature.%20%20We%27ll%20discuss%20how%20to%20use%20it%20in%20a%20later%20post.%0A%0ALike%20Custo&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2009/10/20/google-analytics-custom-variables-overview/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Tracking Zero Result Searches in Google Analytics</title>
		<link>http://cutroni.com/blog/2009/09/08/tracking-ero-result-searches-in-google-analytics/</link>
		<comments>http://cutroni.com/blog/2009/09/08/tracking-ero-result-searches-in-google-analytics/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 02:53:57 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tracking]]></category>
		<category><![CDATA[enhancements]]></category>
		<category><![CDATA[site search]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1105</guid>
		<description><![CDATA[I &#60;3 Google Analytics Site Search reports. There&#8217;s amazingly actionable data in those reports. But they&#8217;re missing one vital piece of information: searches that don&#8217;t produce any results. Why is this important? Don&#8217;t you want to know when visitors search and don&#8217;t get any results? Zero result searches can help your identify missing content on [...]<p><a href="http://cutroni.com/blog/2009/09/08/tracking-ero-result-searches-in-google-analytics/">Tracking Zero Result Searches in Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I &lt;3 Google Analytics Site Search reports.  There&#8217;s amazingly actionable data in those reports.  But they&#8217;re missing one vital piece of information: searches that don&#8217;t produce any results.</p>
<p>Why is this important?  Don&#8217;t you want to know when visitors search and don&#8217;t get any results?  Zero result searches can help your identify missing content on your site or a problem with your site search engine.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/fenway-scoreboard.png" alt="fenway-scoreboard" title="fenway-scoreboard" width="449" height="149" class="aligncenter size-full wp-image-1170" /></p>
<p>Many search solutions will provide this information for you.  For example, I use <a href="http://tr.im/yd7t">Search Meter</a> for WordPress and it shows me which search queries generate zero results.  But I thought it would be interesting to add this data to Google Analytics.  That way all my site search information would be in one place.</p>
<p>Unfortunately there is no easy way to add this data to GA.  You need to do some programming to collect the data.  So this post is really meant for those folks with programming resources AND for those developers that maintain GA plugins.  Like my buddy <a href="http://tr.im/yd7x">Joost</a>, who has a great GA plugin for WordPress.</p>
<p>If you&#8217;re interested in the data and analysis, skip to the bottom of this post.</p>
<h2>Conceptual Overview</h2>
<p>Our goal with this hack is to modify site search data in two ways.  First, we&#8217;re going to put all search queries with zero results in a category.  This will allow us to use the Search Categories report to easily find all the search terms that yielded zero results.</p>
<p>Second, we&#8217;ll modify the actual search terms to indicate that a term yielded zero results.  This will make it easy to scan a list of all the search terms and identify which generated no results.</p>
<p>Before we get into the implementation, a big THANK YOU to Charles Miller, one of the lead consultants here.  He wrote the JavaScript below.  Thanks Charles.</p>
<h2>Step 1: Identify No Result Search</h2>
<p>The first step is to identify a zero results search page.  Most websites have the same search results page regardless of the number of results.  You need to identify some something that differentiates a zero results search page from a non-zero results search page.</p>
<p>This must be done programatically and is the hardest part of the implementation.</p>
<p>For example, a zero results search page on this blog has the text &#8220;No posts found. Try a different search?&#8221;</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-23.png" alt="No Posts Found" title="No Posts Found" width="468" height="143" class="aligncenter size-full wp-image-1110" /></p>
<p>I can create code (or more specifically, Charles can create code) to look for the text &#8220;No posts found. Try a different search?&#8221; If the code finds this text in the page then I can identify that the visitor&#8217;s search yielded zero results and than I can send the data sent to GA.  Here&#8217;s the code that I&#8217;m using on this blog:</p>
<pre>
<code>var content = document.getElementById('content');
if (content.innerHTML.search('No posts found.')) {</code>
</pre>
<p>The code looks for a section of the page called &#8216;content&#8217; and then searches that section for the phrase &#8216;No posts found.&#8217;.  If &#8216;no posts found.&#8217; is found (oh, the irony!) then we will modify the data sent to GA.</p>
<p>Important!  The way you detect a zero result search page may be different.  It&#8217;s VERY difficult to create an example that will work for everyone.  Take this as a conceptual overview.</p>
<h2>Step 2:  Tweak GA Tracking Code</h2>
<p>Once we know what differentiates a zero results search page we can add some code that tweaks the data.  Remember, we want to modify the data in two ways: 1. by placing it in a special search category and 2. by modifying the search term to indicate it did not yield any results.</p>
<p>To create the category all we need to do is add an extra query string parameter to the URL.</p>
<p>To manipulate the search term we need to split apart the page URL and then put it back together with the phrase no-results.</p>
<p>Here&#8217;s the complete code.</p>
<pre>
<code>&lt;script type='text/javascript'&gt;
var pageTracker = _gat._getTracker("UA-XXXXXX-1");
var content = document.getElementById('content');
if (content.innerHTML.search('No posts found.')) {
     // These lines get the search data from the URL and
     //  deconstruct the URL into parts
     var sn = "s";
     var sr = new RegExp(sn+"=[^\&amp;]+"),
      p = document.location.pathname,
      s = document.location.search,
      sm = s.match(sr).toString(),
      srs = sm.split("="),
      // The next line is where we add the category and add
      // the phrase no-results to the search term.
      sre = sm.replace(sr,srs[0]+"=no-results:
 "+srs[1]+"&amp;cat=no-results"),
      sf = s.replace(sr,sre);
      // Send the data to Google as a Pageview
      pageTracker._trackPageview(p+sf);
} else {
      // If this is a regular page on the site, use the standard GA code.
      pageTracker._trackPageview();
}
&lt;/script&gt;</code>
</pre>
<p>The code starts with the section that identifies a zero result search page.</p>
<p>Then we deconstruct the URL to identify the search term.  Finally we add the category named &#8216;no_results&#8217; and the phrase &#8216;no-results&#8217; to the search term.</p>
<p>If the code does NOT find the term &#8216;No posts found.&#8217; then a pageview is created as normal.</p>
<p>That&#8217;s it for the coding part (thank goodness!)</p>
<h2>Step 3:  Configure Site Search Settings</h2>
<p>The last step is to add the new category parameter to the Site Search settings so GA can identify the no-results search category.  This is easy, it&#8217;s in the profile setting section of Google Analytics.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/picture-33.png" alt="How to set a search Category parameter in Google Analytics" title="How to set a search Category parameter in Google Analytics" width="345" height="153" class="aligncenter size-full wp-image-1111" /></p>
<p>I also like to set the &#8216;Strip Query Parameter&#8217; to YES.  This removes the category parameter after site search is done processing and normalizes your pageview data.</p>
<p>That&#8217;s it for the configuration!  We&#8217;re cleared for insight-hunting!</p>
<h2>Analyzing The Data</h2>
<p>When a visitor performs a search that yields zero results the search term will be placed in a category named &#8216;no_results&#8217;.  To find this data navigate to the Content>Site Search>Categories Report:</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/site-search-categories-google-analytics-2.png" alt="site-search-categories-google-analytics-2" title="site-search-categories-google-analytics-2" width="471" height="94" class="aligncenter size-full wp-image-1155" /></p>
<p>Immediately you&#8217;ll be able to see what percentage of your searches yield zero results.  Hopefully it&#8217;s very low!  Want to see if this impacts conversions or revenue?  Click the Goals or Ecommerce tab to check the conversion rate:</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/site-search-categories-google-analytics-4.png" alt="Zero Result Searches Impact on Website Outcomes" title="Zero Result Searches Impact on Website Outcomes" width="516" height="108" class="aligncenter size-full wp-image-1164" /></p>
<p>This is a bad picture, but you get the point.</p>
<p>Next you can click on the no-results line in the data and see exactly which search terms yielded zero results.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/site-search-category_-google-analytics-1.png" alt="Search terms that had no results in Google Analytics" title="Search terms that had no results in Google Analytics" width="472" height="185" class="aligncenter size-full wp-image-1157" /></p>
<p>This is super-actionable data.  Now you know where you may be missing content or if your site search engine might be broken.  You should be asking yourself, &#8220;Why are there no results for these terms?  Is there missing content or is there a problem with my site search engine?&#8221;</p>
<p>You&#8217;ll also notice that the search terms now have &#8216;no-results&#8217; in them.  This provides a lot of flexibility for view the search data other ways.  Example, let&#8217;s use the Search Terms report:</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/site-search-terms-google-analytics-2.png" alt="Google Analytics site search queries" title="Google Analytics site search queries" width="581" height="257" class="aligncenter size-full wp-image-1159" /></p>
<p>Here we can see the search terms ranked by searches.  What percent of your top 10, 20 or 50 are no-result searches?  How is that impacting your bottom line?</p>
<p>This is just the start.  You can use other metrics, like %Search Exists to understand if visitors who receive zero results refine their search or exit.</p>
<p>While this is not the easiest thing to configure, I hope you see the value of the data.  More so, I hope that all those folks that maintain plugins add this type of feature to their GA plugins.  Joost, you listening!?</p>
<p><a href="http://cutroni.com/blog/2009/09/08/tracking-ero-result-searches-in-google-analytics/">Tracking Zero Result Searches in Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F&amp;title=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F&amp;title=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics&amp;bodytext=I%20%26lt%3B3%20Google%20Analytics%20Site%20Search%20reports.%20%20There%27s%20amazingly%20actionable%20data%20in%20those%20reports.%20%20But%20they%27re%20missing%20one%20vital%20piece%20of%20information%3A%20searches%20that%20don%27t%20produce%20any%20results.%0A%0AWhy%20is%20this%20important%3F%20%20Don%27t%20you%20want%20to%20know%20when%20visi" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F&amp;title=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics&amp;notes=I%20%26lt%3B3%20Google%20Analytics%20Site%20Search%20reports.%20%20There%27s%20amazingly%20actionable%20data%20in%20those%20reports.%20%20But%20they%27re%20missing%20one%20vital%20piece%20of%20information%3A%20searches%20that%20don%27t%20produce%20any%20results.%0A%0AWhy%20is%20this%20important%3F%20%20Don%27t%20you%20want%20to%20know%20when%20visi" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F&amp;t=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F&amp;title=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics&amp;source=Analytics+Talk+&amp;summary=I%20%26lt%3B3%20Google%20Analytics%20Site%20Search%20reports.%20%20There%27s%20amazingly%20actionable%20data%20in%20those%20reports.%20%20But%20they%27re%20missing%20one%20vital%20piece%20of%20information%3A%20searches%20that%20don%27t%20produce%20any%20results.%0A%0AWhy%20is%20this%20important%3F%20%20Don%27t%20you%20want%20to%20know%20when%20visi" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F&amp;title=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics&amp;annotation=I%20%26lt%3B3%20Google%20Analytics%20Site%20Search%20reports.%20%20There%27s%20amazingly%20actionable%20data%20in%20those%20reports.%20%20But%20they%27re%20missing%20one%20vital%20piece%20of%20information%3A%20searches%20that%20don%27t%20produce%20any%20results.%0A%0AWhy%20is%20this%20important%3F%20%20Don%27t%20you%20want%20to%20know%20when%20visi" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F&amp;title=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F09%2F08%2Ftracking-ero-result-searches-in-google-analytics%2F&amp;submitHeadline=Tracking%20Zero%20Result%20Searches%20in%20Google%20Analytics&amp;submitSummary=I%20%26lt%3B3%20Google%20Analytics%20Site%20Search%20reports.%20%20There%27s%20amazingly%20actionable%20data%20in%20those%20reports.%20%20But%20they%27re%20missing%20one%20vital%20piece%20of%20information%3A%20searches%20that%20don%27t%20produce%20any%20results.%0A%0AWhy%20is%20this%20important%3F%20%20Don%27t%20you%20want%20to%20know%20when%20visi&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2009/09/08/tracking-ero-result-searches-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Segmentation Options in Google Analytics</title>
		<link>http://cutroni.com/blog/2009/04/21/segmentation-options-in-google-analytics/</link>
		<comments>http://cutroni.com/blog/2009/04/21/segmentation-options-in-google-analytics/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 03:58:38 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[advanced segmetnation]]></category>
		<category><![CDATA[custom reports]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[segmentation]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=1055</guid>
		<description><![CDATA[As web analysts we live and die by segmentation. Without the ability to segment traffic we can not isolate which segments are producing and which need improvement. Google Analytics offers many different ways to segment data. Each has pros and cons but there is always a way to get the data you need&#8230;. well, almost [...]<p><a href="http://cutroni.com/blog/2009/04/21/segmentation-options-in-google-analytics/">Segmentation Options in Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>As web analysts we live and die by segmentation.  Without the ability to segment traffic we can not isolate which segments are producing and which need improvement.</p>
<p><a href="http://analytics.google.com">Google Analytics</a> offers many different ways to segment data.  Each has pros and cons but there is always a way to get the data you need&#8230;. well, almost always.</p>
<p>There are 6 different ways to segment data in Google Analytics:</p>
<p>1.  Using certain reports<br />
2.  Dimension drop down<br />
3.  Report filters<br />
4.  Advanced segmentation<br />
5.  Custom reports<br />
6.  Profile filters</p>
<p>Bet you didn&#8217;t think there were SIX ways to segment data.  :)</p>
<h2>Using Certain Reports</h2>
<p>Ok, you may think this form of segmentation is lame, but it&#8217;s not!</p>
<p>Many reports in Google Analytics are segmented by some default piece of information.  There&#8217;s nothing for you to do.</p>
<p>For example, the Browsers report segments your data based on the different web browsers that visitors use to access your site.  Google Analytics automatically identifies this information when collecting visitor data.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-1.jpg" alt="Google Analytics Browsers Report" title="Google Analytics Browsers Report" width="416" height="311" class="aligncenter size-full wp-image-1061" /></p>
<p>Other segments that are automatically include in Google Analytics include:</p>
<p>* Visitor type (new and returning)<br />
* Geographic information<br />
* Operating system (and many other &#8220;nerd&#8221; segments)</p>
<p>Marketing segments are not AUTOMATICALLY segmented.  You need to configure Google Analytics to track campaigns (i.e.<a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/"> link tagging</a>) in order to get correct traffic source segmentation.</p>
<p><strong>Pros:</strong><br />
* Easy</p>
<p><strong>Cons:</strong><br />
* You better make sure you&#8217;ve got your campaigns tagged correctly  ;)</p>
<h2>Dimension Drop Down</h2>
<p>Many reports have a dimension drop down that allows for segmentation right in the report.  This is a handy way to quickly drill down into a piece of data.</p>
<p>For example, let&#8217;s say I want to see the most popular landing pages in a particular state.  I can navigate to the state in the Visitors > Map Overlay > Regions report, click on the state I&#8217;m interested in, and then choose Landing Page from the Dimension drop down.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-31.jpg" alt="Google Analytics Dimension Drop Down" title="Google Analytics Dimension Drop Down" width="404" height="420" class="aligncenter size-full wp-image-1062" /></p>
<p>You can see in the image above that you can segment based on campaign information, some technical information and some visitor information (visitor type, language).</p>
<p>Overall, this is a good way to go when you&#8217;re drilling down and want to segment a single data point by some dimension.</p>
<p><strong>Pros:</strong><br />
* Quick for one-off segmentation</p>
<p><strong>Cons:</strong><br />
* Can trigger sampling<br />
* Limited number of dimensions and no metrics<br />
* A pain if you need to segment a lot of things, like top landing pages for every US state</p>
<h2>Report Filters</h2>
<p>Bet you don&#8217;t think of filtering as segmenting, but it is!</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-41.jpg" alt="Google Analytics report filter" title="Google Analytics report filter" width="354" height="37" class="alignright size-full wp-image-1063" /></p>
<p>Any report displaying tabular data has a filter tool at the bottom of the data.  This let&#8217;s you quickly view data that matches, or does not match, some condition.  The condition is the pattern, or regular expression, that you enter into the filter.  Using a regular expression you can add lists to the filter.</p>
<p>Here&#8217;s an example.  Suppose I want to quickly view traffic coming from the Pacific sales region.  I can apply the following filter to the Visitors > Map Overlay > Regions report:</p>
<p><code>California|Oregon|Washington</code></p>
<p>[The above is a regular expression matching California OR Oregon OR Washington]</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-51.jpg" alt="A filter Map Overlay report in Google Analytics" title="A filter Map Overlay report in Google Analytics" width="497" height="340" class="aligncenter size-full wp-image-1067" /></p>
<p>Notice that the Scorecard (the top row of data in the table) indicates how our segment, i.e. the data that matches our filter, compares to the overall site?  We can now compare the Pacific sales region to the entire site.</p>
<p>And here&#8217;s a neat trick, if you add the filtered report to your dashboard the filter will persist in your dashboard widget.  I call it a <a href="http://www.cutroni.com/blog/2007/06/01/new-ga-feature-sticky-filters/">sticky filter</a>.</p>
<p><strong>Pros: </strong><br />
* Quick and relatively easy<br />
* Can be applied to historical data<br />
* Will not trigger sampling</p>
<p><strong>Cons: </strong><br />
* Restricted to one report and the data in that report<br />
* You should know some basic regular expressions<br />
* Can not be shared easily</p>
<h2>Advanced Segments</h2>
<p>There has been a lot of conversation over the last few months about Advanced segments and rightly so.  This analysis tool is really powerful and let&#8217;s you slice the data many different ways using different dimensions and metrics.  Want to see all visits that generated more than $100, coming from paid search and occurring after 8 AM?  No problem with an advanced segment.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-61.jpg" alt="An Advanced Segment in Google Analytics" title="An Advanced Segment in Google Analytics" width="481" height="417" class="aligncenter size-full wp-image-1068" /></p>
<p>But there are some downsides.  First, sampling.  Because Advanced segments re-process data in real time there is a sampling algorithm applied to minimize the load on Google&#8217;s servers.</p>
<p>You can&#8217;t segment more than 200k visits.  If sampling is applied you&#8217;ll see a confidence interval next to your data.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-7.jpg" alt="Sampling accuracy in Google Analytics" title="Sampling accuracy in Google Analytics" width="404" height="134" class="aligncenter size-full wp-image-1069" /></p>
<p>Again, the problem is that small segments of data will be really inaccurate when the sampling algorithm is applied.  There is no way to disable sampling.</p>
<p>The most common ways to get around sampling are segmenting using profile filters or potentially a report filter.  It really depends on the exact situation.</p>
<p>The second issue is that not all reports can be segmented.  Due to the segmentation technology certain reports can not be segmented, like the Absolute Unique Visitors report and the Funnel visualization report.  Those reports can only be segmented with profile filter (see below).</p>
<p><strong>Pros:  </strong><br />
* Can be applied to historical data<br />
* LOTS of flexibility, can segment based on a huge number of dimensions and metrics using different combination of both</p>
<p><strong>Cons:  </strong><br />
* Sampling will be applied if trying to segment more than 200,000 visits<br />
* Not all reports can be segmented<br />
* Specific to your username, can not be shared with other users</p>
<h2>Custom Reports</h2>
<p>Another beta feature that can be used for segmentation is the Custom Reporting tool.  This tool is more than just pretty reports.  It allows you to create 5 levels of segmentation in a report.</p>
<p>In a previous post I talked about <a href="http://www.cutroni.com/blog/2009/03/12/find-out-when-your-campaigns-suck-with-ga-custom-reports/">segmenting campaigns by time of day</a> to better understand day parting.</p>
<p>We could take that example one step further by adding geographic region to the report.  The result would be a report that has Campaigns data that could be segmented by time of day and then by geographic location.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-8.jpg" alt="Multiple levels of segmentation in a GA Custom Report" title="Multiple levels of segmentation in a GA Custom Report" width="401" height="319" class="aligncenter size-full wp-image-1071" /></p>
<p>The problem is that not all dimensions can be used together.  The reason is that only certain metrics are related in the Google Analytics data architecture.  You can find a complete list of combinations in the <a href="https://www.google.com/support/googleanalytics/bin/answer.py?answer=99174&#038;hl=en_US">GA support docs</a>.</p>
<p><strong>Pros:</strong><br />
* 5 levels of segmentation<br />
* Advanced segments can be applied to a custom report<br />
* Can be shared using automated email feature</p>
<p><strong>Cons:</strong><br />
* Can only segment using dimensions, not metrics<br />
* Limited number of dimension combinations<br />
* Can only drill into one data point at a time</p>
<h2>Filtered Profiles</h2>
<p>Filtered profiles are the nuclear bomb of segmentation.  They are permanent, segment every report in a profile, and can easily be shared.</p>
<p>In case you&#8217;re not familiar with filtered profiles, you can include and exclude data from a profile using a filter.  Google applies the filter during data processing, thus segmenting the data.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-10.jpg" alt="Google Analytics profile flters" title="Google Analytics profile flters" width="859" height="157" class="aligncenter size-full wp-image-1072" /></p>
<p>Once the data has been processed it can never be changed.  This means that you can filter historical data AND if you mess up the configuration of a filter you could have really crappy data.</p>
<p>Another issue with filtered profiles is not all data can be filtered.  For example, transactional data is different than pageview data.  This can cause some funky information in campaign reports and commerce reports.</p>
<p>If you need to filer pageview data then you&#8217;ll need to filter your commerce data with different include or exclude filters.  Also note that Event data can not be filtered.</p>
<p>But, on the up side, you can use filters to segment things like Absolute Unique Visitors and the Funnel Visualization report.  Neither can be done with an Advanced Segment.</p>
<p><img src="http://cutroni.com/blog/wp-content/uploads/cm-capture-11.jpg" alt="Absolute Unique Visitors in Google Analytics" title="Absolute Unique Visitors in Google Analytics" width="415" height="190" class="aligncenter size-full wp-image-1074" /></p>
<p><strong>Pros:</strong><br />
*  Segmentation of every report in Google Analytics<br />
*  Can control access by assigning users to filtered profiles</p>
<p><strong>Cons:</strong><br />
*  Only effective from date of implementation forward<br />
*  Limited number of dimensions<br />
* Issues with filtering other types of data, like events and transactions</p>
<p>I hope this inspired you to come implement different segments using different techniques.  As I said in the beginning, there are a lot of ways to slice data in Google Analytics.  Find the technique to suit your needs and start segmenting!</p>
<p><a href="http://cutroni.com/blog/2009/04/21/segmentation-options-in-google-analytics/">Segmentation Options in Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Segmentation%20Options%20in%20Google%20Analytics%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F&amp;title=Segmentation%20Options%20in%20Google%20Analytics" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F&amp;title=Segmentation%20Options%20in%20Google%20Analytics&amp;bodytext=As%20web%20analysts%20we%20live%20and%20die%20by%20segmentation.%20%20Without%20the%20ability%20to%20segment%20traffic%20we%20can%20not%20isolate%20which%20segments%20are%20producing%20and%20which%20need%20improvement.%0A%0AGoogle%20Analytics%20offers%20many%20different%20ways%20to%20segment%20data.%20%20Each%20has%20pros%20and%20cons" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F&amp;title=Segmentation%20Options%20in%20Google%20Analytics&amp;notes=As%20web%20analysts%20we%20live%20and%20die%20by%20segmentation.%20%20Without%20the%20ability%20to%20segment%20traffic%20we%20can%20not%20isolate%20which%20segments%20are%20producing%20and%20which%20need%20improvement.%0A%0AGoogle%20Analytics%20offers%20many%20different%20ways%20to%20segment%20data.%20%20Each%20has%20pros%20and%20cons" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F&amp;t=Segmentation%20Options%20in%20Google%20Analytics" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F&amp;title=Segmentation%20Options%20in%20Google%20Analytics&amp;source=Analytics+Talk+&amp;summary=As%20web%20analysts%20we%20live%20and%20die%20by%20segmentation.%20%20Without%20the%20ability%20to%20segment%20traffic%20we%20can%20not%20isolate%20which%20segments%20are%20producing%20and%20which%20need%20improvement.%0A%0AGoogle%20Analytics%20offers%20many%20different%20ways%20to%20segment%20data.%20%20Each%20has%20pros%20and%20cons" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Segmentation%20Options%20in%20Google%20Analytics&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F&amp;title=Segmentation%20Options%20in%20Google%20Analytics&amp;annotation=As%20web%20analysts%20we%20live%20and%20die%20by%20segmentation.%20%20Without%20the%20ability%20to%20segment%20traffic%20we%20can%20not%20isolate%20which%20segments%20are%20producing%20and%20which%20need%20improvement.%0A%0AGoogle%20Analytics%20offers%20many%20different%20ways%20to%20segment%20data.%20%20Each%20has%20pros%20and%20cons" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F&amp;title=Segmentation%20Options%20in%20Google%20Analytics" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Segmentation%20Options%20in%20Google%20Analytics&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F04%2F21%2Fsegmentation-options-in-google-analytics%2F&amp;submitHeadline=Segmentation%20Options%20in%20Google%20Analytics&amp;submitSummary=As%20web%20analysts%20we%20live%20and%20die%20by%20segmentation.%20%20Without%20the%20ability%20to%20segment%20traffic%20we%20can%20not%20isolate%20which%20segments%20are%20producing%20and%20which%20need%20improvement.%0A%0AGoogle%20Analytics%20offers%20many%20different%20ways%20to%20segment%20data.%20%20Each%20has%20pros%20and%20cons&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2009/04/21/segmentation-options-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Tracking Email with Google Analytics</title>
		<link>http://cutroni.com/blog/2008/11/04/email-tracking-with-google-analytics/</link>
		<comments>http://cutroni.com/blog/2008/11/04/email-tracking-with-google-analytics/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 02:35:30 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[Tracking]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[camapign tracking]]></category>
		<category><![CDATA[email-marketing]]></category>
		<category><![CDATA[email-tracking]]></category>
		<category><![CDATA[link-tagging]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=764</guid>
		<description><![CDATA[In the past few weeks I&#8217;ve gotten a lot of questions about how to track email with Google Analytics. While I did cover the broad topic of online ad tracking in a previous series of posts, email tracking has certain nuances that I think should be addressed. The Concept Tracking email campaigns in Google Analytics [...]<p><a href="http://cutroni.com/blog/2008/11/04/email-tracking-with-google-analytics/">Tracking Email with Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/emailicon-150x150.png" alt="" title="Email tracking with Google Analytics" width="150" height="150" class="alignright size-thumbnail wp-image-778" /></p>
<p>In the past few weeks I&#8217;ve gotten a lot of questions about how to track email with <a href="http://google.com/analytics">Google Analytics</a>. While I did cover the broad topic of online ad tracking in a<a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/"> previous series of posts</a>, email tracking has certain nuances that I think should be addressed.</p>
<h2>The Concept</h2>
<p>Tracking email campaigns in Google Analytics is done using a process called link tagging.  This process is the manipulation of the links in your emails.  Here&#8217;s a sample link that might appear in an email:</p>
<p><code>http://www.mysite.com/page.php</code></p>
<p>To track it with Google Analytics it would be modified like this:</p>
<p><code>http://www.mysite.com/page.php</code><span style="color:red;"><code>?utm_campaign=fall-sale&amp;utm_medium=email&amp;utm_source=female-list</code></span></p>
<p>And another email link that looks like this:</p>
<p><code>http://www.mysite.com/page.php?prodid=100</code></p>
<p>Should be modified like this:</p>
<p><code>http://www.mysite.com/page.php?prodid=100</code><span style="color:red;"><code>&amp;utm_campaign=fall-sale&amp;utm_medium=email&amp;utm_source=female-list</code></span></p>
<p>When someone lands on your site after clicking on a tagged link, GA removes the information from the URL and stores it in a cookie.  Because the info now resides on your machine (in the cookie) GA can associate all visitor actions (like conversions and transactions) with the email. Pretty slick, huh?</p>
<h2>How Link Tagging Works</h2>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/55067140-150x150.jpg" alt="" title="Google Analytics link tagging" width="150" height="150" class="alignright size-thumbnail wp-image-781" hspace="7" /></p>
<p>What is all that info I added to the URL?  They&#8217;re called link tagging parameters.  The name of the parameter is on the left side of the equal sign and the value of the parameter is on the right side.</p>
<p>Each parameter represents a different attribute of your email.  Looking at the example above we can identifiy the following parameters and their values:</p>
<p>utm_campaign=<span style="color:red;">fall-sale</span><br />
utm_medium=<span style="color:red;">email</span><br />
utm_source=<span style="color:red;">female-list</span></p>
<p>Each one is identified by the Google Analytics tracking code and helps GA understand that the visitor arrived on your site via an email.</p>
<p>You must use the parameters that Google provides.  However, you can specify any value for each parameter.  This is where the real power lies.  By using your own values for each parameter you can add markting information, that is specific to your business, to GA.  We&#8217;ll get to where that information appears in a second.</p>
<p>[ NOTE: All you advanced user may be calling my bluff here.  You can rename the link tagging parameters that GA uses, but it is an advanced technique that requires a change to the GA tracking code.  I'm not going to cover it in this post but you can learn more in the  <a href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=55577&#038;topic=10998">GA help section</a>.  ]</p>
<p>Let&#8217;s look at each link tagging parameters and some of the logical values for each.</p>
<h3>utm_campaign</h3>
<p>This parameter identifies the marketing campaign that the email belongs to.  It may be that this email is just one part of a bigger online marketing strategy.  For example, you may be using paid search, some display advertising and this email to reach new prospects.  You can group this email with other marketing activities by using a common value of utm_campaign.</p>
<p>As for suggested values, use something that represents the campaign that your running.</p>
<h3>utm_medium</h3>
<p>The medium parameter describes how the message got the to visitor.  In the case of email I recommend that you always use the same value.  I like to use &#8216;email&#8217;.  It&#8217;s short and pretty darn descriptive.</p>
<p>Using a single value consolidates all email generated traffic into a single line item in the reports.</p>
<h3>utm_source</h3>
<p>This is where things get interesting.  Traditionally, in link tagging, the source is the &#8216;who&#8217; attribute.  It describes who you&#8217;re working with to push a message out.  But how does the concept of &#8216;who&#8217; map to an email?</p>
<p>When it comes to email I like to think of the &#8216;who&#8217; as the list of recipients that you&#8217;re sending the message to.  This may be a segment of your email list (like a specific gender segment, age segment of purchase history segment) or your entire email list.  For example, some potential utm_source values might be:</p>
<p>utm_source=<span style="color:red;">gender:female</span><br />
utm_source=<span style="color:red;">gender:all</span><br />
utm_source=<span style="color:red;">purchase:last-30-days</span><br />
utm_source=<span style="color:red;">purchase:last-60-days</span><br />
utm_source=<span style="color:red;">purchase:free-shipping-offer</span></p>
<p>The key here is that by identifying the segment in the utm_source parameter you&#8217;ll be able to measure the performance of that segment in GA.  You are segmenting your email list, right?</p>
<h3>utm_content</h3>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/anylab-test.jpg" alt="" title="Testing email with Google Analytics." width="233" height="180" class="alignright size-medium wp-image-783" hspace="7" /></p>
<p>The final parameter is named utm_content and helps us test emails.  The content parameter identifies the actual content of the email.  So if you&#8217;re producing different versions of the email for an A/B test you can mesaure the performance of each by varying the value of utm_content.  For example:</p>
<p>utm_content=<span style="color:red;">free-shipping-offer</span><br />
utm_content=<span style="color:red;">20-off-offer</span><br />
utm_content=<span style="color:red;">product-creative</span><br />
utm_content=<span style="color:red;">value-creative</span></p>
<p>Some folks like to use utm_content to describe not only the version of the email that the recipient received, but also the actual location of the link in the email.</p>
<p>utm_content=<span style="color:red;">top-nav</span><br />
utm_content=<span style="color:red;">call-to-action</span><br />
utm_content=<span style="color:red;">image-link</span></p>
<p>Sometimes this can be overkill as it leads to a lot of very granular data.  Normally we just use this to measure which email variation performed better.</p>
<p>Think about how powerful this can be.  <span style="font-weight:bold;">Using utm_content and utm_source you can measure the performance of a specific message to a specific segment of your customer base (i.e. email list).</span>  This is a great way to measure if you&#8217;re sending the right message to the right person!</p>
<h2>How to Tag Your Links</h2>
<p>So now that we know what paramters we can use to track our email, how do we actually tag the links?  It starts by assigning a value to each parameters.  You could use the <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&#038;answer=55578">Google Analytics URL builder</a>: a free tool in the GA help center.  Just enter a value for each parameter, along with the URL from your email, and the tool will automatically generate a tagged URL that you can place in your email.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-6.png" alt="" title="Google Analytics URL Builder" width="500" height="356" class="aligncenter size-full wp-image-800" hspace="7" /></p>
<p>But I find the URL builder can be cumbersome when tagging a large number of links. Just think of all the links that you might have in a single email!</p>
<p>Instead I use a small <a href="http://spreadsheets.google.com/ccc?key=p7c_HKcmspSUfEYSO0gskKw">Google Spreadsheet</a> that has a built in formula.  Just enter your campaign values in the columns, along with the URLs from your email, and drag a pre-programmed formula to automatically created your tagged URLs.  Then place the URLs in your email.</p>
<p><iframe src="http://spreadsheets.google.com/pub?key=p7c_HKcmspSUfEYSO0gskKw" width="500" height="250"></iframe></p>
<p>You may have noticed that a tagged URL is pretty ugly.  If you&#8217;re sending an HTML email to you can hide the long URL using an anchor tag, but if you&#8217;re using a text based email the recipient will see the entire crappy URL.  Try using a service like Tiny URL to hide the query string parameters.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-1.png" alt="Use Tiny URL to shorten an ugly looking tagged URL." title="Tiny URL" width="343" height="129" class="size-full wp-image-766" hspace="7" /></p>
<p>I should note that some email platforms (the cool ones!) have begun to integrate GA link tagging into their tools.  Check with your email provider to see if they offer this service.</p>
<h2>The Reporting</h2>
<p>As I mentioned before, the values used in your link tags get pulled directly into Google Analytics.  Each parameter becomes the foundation for a report.  Let&#8217;s start with the Traffic Sources > Campaigns report:</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-3.png" alt="" title="Google Analytics Campaign Report" width="500" height="408" class="aligncenter size-full wp-image-770" hspace="7" /></p>
<p>This report lists all the values of your utm_campaign parameters.  You can measure the performance   of your email campaigns by finding the values you use for utm_campaign.  But be aware, this report will also contain the titles of your AdWords ad campaigns.  They&#8217;re automatically imported from AdWords.  Also remember that you might use the same value of utm_campaign in activities other than email.</p>
<p>Remember utm_source and utm_medium?  We can drill into a campaign to determine how the email medium, for a specific source, performed in the campaign.  Select a campaign by clicking on the name.  Then use the dimension drop down to view all the sources within the campaign.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-7.png" alt="" title="Segmenting a campaign in Google Analytics." width="352" height="265" class="aligncenter size-full wp-image-812" /></p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-8.png" alt="" title="Source value for a campaign." width="424" height="241" class="aligncenter size-full wp-image-814" /></p>
<p>The above report shows just one source within this campaign, but that&#8217;s all that was used.  The important thing to understand is how you can see certain sources, specifically email segments, contributed to the success of a campaign.</p>
<p>But what about evaluating a source across multiple campaigns?  Try using the Traffic Sources > All Traffic Sources report:</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-4.png" alt="" title="All Traffic Sources Report" width="500" height="432" class="aligncenter size-full wp-image-771" hspace="7" /></p>
<p>The first column shows all sources and mediums, so in our case we can see how a segment of the email list performed cross all campaigns.  We can quickly filter this report by &#8216;email&#8217;, the medium,  to identify how well a segment performed.  Remember how</p>
<p>What about the utm_content parameter?  Where can we find that data?  It&#8217;s in the Traffic Sources > Ad Versions report.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-5.png" alt="" title="Google Analytics Ad Versions report" width="500" height="431" class="aligncenter size-full wp-image-775" hspace="7" /></p>
<p>Here&#8217;s where we can evaluate the performance of our different email variations.  The Ad Versions report not only contains the values from utm_content, but also the titles from your AdWords campaigns.  This is another piece of data that GA automatically pulls in.</p>
<p><img hspace="7" src="http://www.cutroni.com/blog/wp-content/uploads/2008/11/picture-3-300x191.png" alt="" title="Business process." width="300" height="191" class="alignright size-medium wp-image-907" /></p>
<p>And let&#8217;s not forget that all of these reports have three tabs full of metrics: site usage, goal conversions and ecommerce (if you choose to use ecommerce tracking).  All of these metrics provide insight into the sales or conversion process.</p>
<p><a href="http://www.kaushik.net/avinash/2007/08/standard-metrics-revisited-3-bounce-rate.html">Bounce rate</a> provides insight into the begining of the process.  A high bounce rate probably indicates a disconnect between the message in the email and the content on the landing page.</p>
<p>You can quickly switch to the goal conversions tab to measure the other end of the process by looking at the conversion rate for your email.  And if you&#8217;re using the ecommerce tab you can look at a metric like revenue to qualify the conversion rate.</p>
<h2>Don&#8217;t Forget the Pre Click Data</h2>
<p>While all this data is great, don&#8217;t forget that your email provider has a number of metrics that give insight into what happened before the visitor arrived on your site.  Such metrics include # emails sent, # emails received, # bounces, # emails opened and click throughs.</p>
<p>I know that metrics like open rate are inherently flawed due to the tracking technology, but you can&#8217;t evaluate things like subject line effectiveness using the data in GA.  Don&#8217;t be afraid to look at metrics like # of bounces when evaluating the performance of email.</p>
<h2>Create your Advanced Segment</h2>
<p>With GA&#8217;s new <a href="http://www.cutroni.com/blog/2008/10/22/google-analytics-advanced-segmentation/">Advanced Segments</a> we can really drill into the email traffic segment.  At the very least, you should create one advanced segment to evaluate email traffic.</p>
<p>To create the advanced segment use the &#8216;medium&#8217; dimension and enter a value of &#8216;email&#8217;.  Remember, &#8216;email&#8217; is the value we used for utm_medium in the link tagging.  Talk about coming full circle!</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/11/picture-2.png" alt="" title="Creating a GA email segments" width="483" height="241" class="aligncenter size-full wp-image-906" /></p>
<p>Using an advanced segment helps you easily identify what content the email segment found interesting, if they converted, how well the progressed through various processes, etc.</p>
<h2>Common Problems</h2>
<p>The most common problem we see with link tagging is that people forget to tag their links.  Link tagging is usually a process related issue, not a tech related issue.  Before your organization sends any email communication make sure the links are tagged.</p>
<p>A simple way to test your links is to send the email to a few coworkers and ask them to click on some links.  In a few hours you should see the data in your GA reports.</p>
<p>The second most common problem has to do with redirects.  Many times a site may have a redirect that strips off the campaign tracking parameters.  The simple test mentioned above should tell you if you have a redirect issue.  Remember, when you click on a tagged link you should see your link tagging parameters in the URL of your site.</p>
<h2>A Note on Privacy</h2>
<p>A few people have mentioned that it is possible to add a visitor&#8217;s email address to your GA data using link tagging.  While this is possible, keep in mind the <a href="http://www.cutroni.com/blog/2007/06/26/understanding-the-google-analytics-terms-of-service/">GA terms of service</a> specifically forbids the collection of personally identifiable information with Google Analytics.</p>
<p>If you&#8217;re still reading, and you&#8217;re trying to understand how to track other types of online ads, then you may be interested in these posts:</p>
<ul>
<li><a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/">Google Analytics Campaign Tracking Pt. 1: Link Tagging</a></li>
<li><a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/">Part 2: EpikOne Link Tagging Tool</a></li>
<li><a href="http://www.cutroni.com/blog/2007/03/04/google-analytics-campaign-tracking-part-3-reports-and-analysis/">Part 3: Reports and Analysis</a></li>
</ul>
<p><a href="http://cutroni.com/blog/2008/11/04/email-tracking-with-google-analytics/">Tracking Email with Google Analytics</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Tracking%20Email%20with%20Google%20Analytics%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F&amp;title=Tracking%20Email%20with%20Google%20Analytics" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F&amp;title=Tracking%20Email%20with%20Google%20Analytics&amp;bodytext=%0A%0AIn%20the%20past%20few%20weeks%20I%27ve%20gotten%20a%20lot%20of%20questions%20about%20how%20to%20track%20email%20with%20Google%20Analytics.%20While%20I%20did%20cover%20the%20broad%20topic%20of%20online%20ad%20tracking%20in%20a%20previous%20series%20of%20posts%2C%20email%20tracking%20has%20certain%20nuances%20that%20I%20think%20should%20be%20ad" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F&amp;title=Tracking%20Email%20with%20Google%20Analytics&amp;notes=%0A%0AIn%20the%20past%20few%20weeks%20I%27ve%20gotten%20a%20lot%20of%20questions%20about%20how%20to%20track%20email%20with%20Google%20Analytics.%20While%20I%20did%20cover%20the%20broad%20topic%20of%20online%20ad%20tracking%20in%20a%20previous%20series%20of%20posts%2C%20email%20tracking%20has%20certain%20nuances%20that%20I%20think%20should%20be%20ad" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F&amp;t=Tracking%20Email%20with%20Google%20Analytics" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F&amp;title=Tracking%20Email%20with%20Google%20Analytics&amp;source=Analytics+Talk+&amp;summary=%0A%0AIn%20the%20past%20few%20weeks%20I%27ve%20gotten%20a%20lot%20of%20questions%20about%20how%20to%20track%20email%20with%20Google%20Analytics.%20While%20I%20did%20cover%20the%20broad%20topic%20of%20online%20ad%20tracking%20in%20a%20previous%20series%20of%20posts%2C%20email%20tracking%20has%20certain%20nuances%20that%20I%20think%20should%20be%20ad" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Tracking%20Email%20with%20Google%20Analytics&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F&amp;title=Tracking%20Email%20with%20Google%20Analytics&amp;annotation=%0A%0AIn%20the%20past%20few%20weeks%20I%27ve%20gotten%20a%20lot%20of%20questions%20about%20how%20to%20track%20email%20with%20Google%20Analytics.%20While%20I%20did%20cover%20the%20broad%20topic%20of%20online%20ad%20tracking%20in%20a%20previous%20series%20of%20posts%2C%20email%20tracking%20has%20certain%20nuances%20that%20I%20think%20should%20be%20ad" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F&amp;title=Tracking%20Email%20with%20Google%20Analytics" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Tracking%20Email%20with%20Google%20Analytics&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F11%2F04%2Femail-tracking-with-google-analytics%2F&amp;submitHeadline=Tracking%20Email%20with%20Google%20Analytics&amp;submitSummary=%0A%0AIn%20the%20past%20few%20weeks%20I%27ve%20gotten%20a%20lot%20of%20questions%20about%20how%20to%20track%20email%20with%20Google%20Analytics.%20While%20I%20did%20cover%20the%20broad%20topic%20of%20online%20ad%20tracking%20in%20a%20previous%20series%20of%20posts%2C%20email%20tracking%20has%20certain%20nuances%20that%20I%20think%20should%20be%20ad&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2008/11/04/email-tracking-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Adding Business Data to Google Analytics Data</title>
		<link>http://cutroni.com/blog/2008/10/28/adding-business-data-to-google-analytics-data/</link>
		<comments>http://cutroni.com/blog/2008/10/28/adding-business-data-to-google-analytics-data/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 04:15:33 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=879</guid>
		<description><![CDATA[I know the past week has been full of Google Analytics news, but I&#8217;m excited to tell you about something one of our team members created: Google Analytics Notes. For a long time we&#8217;ve wanted to add business data to GA to help keep track of marketing activities, industry news and GA configuration changes. These [...]<p><a href="http://cutroni.com/blog/2008/10/28/adding-business-data-to-google-analytics-data/">Adding Business Data to Google Analytics Data</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img hspace="7" src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/postit_note-150x150.jpg" alt="" title="Post It Note!  Wouldn&#039;t it be cool to add them to Google Analytics?" width="150" height="150" class="alignright size-thumbnail wp-image-881" style="border:0px;" /></p>
<p>I know the past week has been full of <a href="http://analytics.blogspot.com/">Google Analytics</a> news, but I&#8217;m excited to tell you about something one of our team members created: Google Analytics Notes.</p>
<p>For a long time we&#8217;ve wanted to add business data to GA to help keep track of marketing activities, industry news and GA configuration changes.  These things are critical to know when analyzing data as they add more context and help us understand what&#8217;s affecting website performance.</p>
<p>We tried using <a href="http://docs.google.com/">Google Spreadsheets</a> to store business info but it never worked.  People did not take the time to open up a spreadsheet and add information.  We figured that adding some type of &#8216;note&#8217; functionality to GA would be the easiest way to change this behavior.  That&#8217;s how GA Notes was born.</p>
<p>GA Notes is a <a href="http://en.wikipedia.org/wiki/Firefox_extension">Firefox extension</a> that lets you add business data to a profile.  Notes appear in a concealable table at the top of every report.</p>
<p><a href="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-41.png"><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-41.png" alt="" title="Business data in Google Analytics." width="500" height="148" class="aligncenter size-full wp-image-884" /></a></p>
<p>Any GA user who views a profile, and has the Firefox extension, will see the notes entered for the profile.  You can add notes, edit notes and delete notes.  Notes can also be exported in XML format for archival purposes.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/gAgikPKFuI0"></param> <embed src="http://www.youtube.com/v/gAgikPKFuI0" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
<h2>Installation</h2>
<p>Installing GA Notes is easy.  Just download the following file to your computer:</p>
<p><a href="https://ga-notes.appspot.com/ganotes.xpi" onClick="pageTracker.trackPageview('/blog/files/ganote.xpi');">https://ga-notes.appspot.com/ganotes.xpi<br />
</a></p>
<p>Once downloaded double click on the file.  Firefox should open and ask if you want to install the extension.  Click install and that&#8217;s it.  You&#8217;re ready to start adding notes to your GA data.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/10/picture-31.png" alt="" title="Adding business notes to Google Analytics." width="229" height="86" class="aligncenter size-full wp-image-880" /></p>
<h2>Usage</h2>
<p>The extension adds a &#8216;Show Notes&#8217; button in the GA menu bar.  Click on the button to view notes for this profile or to add a note or edit/delete an existing note.  It&#8217;s not that complicated. :)  We wanted to keep this easy and flexible.</p>
<h2>How it Works</h2>
<p>For those of you that are interested, GA Notes runs on <a href="http://code.google.com/appengine/">Google&#8217;s App Engine</a>.  No data is stored on your machine or our servers.  It&#8217;s stored on Google&#8217;s servers.  The Firefox extension provides the interface to enter and display data.  But all of the processing and data storage happens on App Engine.  All data sent to App Engine is encrypted prior to transmission.</p>
<p>In a perfect world we would have added notes to the data-over-time graph at the top of each report.  However, we can&#8217;t get inside that part of GA using a Firefox extensions (or <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> script).  We thought this was a good compromise.  If anyone out there knows how to dig into Flash let us know! :)</p>
<h2>Road Map</h2>
<p>This is obviously a beta version of the software.  We have a number of features that we&#8217;re working on and hope to have done soon.  These include:</p>
<ul>
<li>Sorting and searching notes by date</li>
<li>Excel friendly export</li>
<li>An admin flag for notes to separate admin changes to your GA account</li>
<li>Some type of alert to show you how many new notes have been added since your last login</li>
<li>A more graphical visualization of note</li>
</ul>
<p>If you have any suggestions or ideas please <a href="http://cegner.wufoo.com/forms/ga-notes-feedback-form/">let us know</a>!</p>
<h2>Credit</h2>
<p>I don&#8217;t have the smarts to build these types of things, I just know enough to be dangerous.  Chris, a new member of our team, built GA Notes from the ground up.  Thanks Chris for all the hard work.</p>
<p><a href="http://cutroni.com/blog/2008/10/28/adding-business-data-to-google-analytics-data/">Adding Business Data to Google Analytics Data</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Adding%20Business%20Data%20to%20Google%20Analytics%20Data%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F&amp;title=Adding%20Business%20Data%20to%20Google%20Analytics%20Data" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F&amp;title=Adding%20Business%20Data%20to%20Google%20Analytics%20Data&amp;bodytext=%0A%0AI%20know%20the%20past%20week%20has%20been%20full%20of%20Google%20Analytics%20news%2C%20but%20I%27m%20excited%20to%20tell%20you%20about%20something%20one%20of%20our%20team%20members%20created%3A%20Google%20Analytics%20Notes.%0A%0AFor%20a%20long%20time%20we%27ve%20wanted%20to%20add%20business%20data%20to%20GA%20to%20help%20keep%20track%20of%20marketi" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F&amp;title=Adding%20Business%20Data%20to%20Google%20Analytics%20Data&amp;notes=%0A%0AI%20know%20the%20past%20week%20has%20been%20full%20of%20Google%20Analytics%20news%2C%20but%20I%27m%20excited%20to%20tell%20you%20about%20something%20one%20of%20our%20team%20members%20created%3A%20Google%20Analytics%20Notes.%0A%0AFor%20a%20long%20time%20we%27ve%20wanted%20to%20add%20business%20data%20to%20GA%20to%20help%20keep%20track%20of%20marketi" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F&amp;t=Adding%20Business%20Data%20to%20Google%20Analytics%20Data" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F&amp;title=Adding%20Business%20Data%20to%20Google%20Analytics%20Data&amp;source=Analytics+Talk+&amp;summary=%0A%0AI%20know%20the%20past%20week%20has%20been%20full%20of%20Google%20Analytics%20news%2C%20but%20I%27m%20excited%20to%20tell%20you%20about%20something%20one%20of%20our%20team%20members%20created%3A%20Google%20Analytics%20Notes.%0A%0AFor%20a%20long%20time%20we%27ve%20wanted%20to%20add%20business%20data%20to%20GA%20to%20help%20keep%20track%20of%20marketi" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Adding%20Business%20Data%20to%20Google%20Analytics%20Data&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F&amp;title=Adding%20Business%20Data%20to%20Google%20Analytics%20Data&amp;annotation=%0A%0AI%20know%20the%20past%20week%20has%20been%20full%20of%20Google%20Analytics%20news%2C%20but%20I%27m%20excited%20to%20tell%20you%20about%20something%20one%20of%20our%20team%20members%20created%3A%20Google%20Analytics%20Notes.%0A%0AFor%20a%20long%20time%20we%27ve%20wanted%20to%20add%20business%20data%20to%20GA%20to%20help%20keep%20track%20of%20marketi" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F&amp;title=Adding%20Business%20Data%20to%20Google%20Analytics%20Data" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Adding%20Business%20Data%20to%20Google%20Analytics%20Data&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F28%2Fadding-business-data-to-google-analytics-data%2F&amp;submitHeadline=Adding%20Business%20Data%20to%20Google%20Analytics%20Data&amp;submitSummary=%0A%0AI%20know%20the%20past%20week%20has%20been%20full%20of%20Google%20Analytics%20news%2C%20but%20I%27m%20excited%20to%20tell%20you%20about%20something%20one%20of%20our%20team%20members%20created%3A%20Google%20Analytics%20Notes.%0A%0AFor%20a%20long%20time%20we%27ve%20wanted%20to%20add%20business%20data%20to%20GA%20to%20help%20keep%20track%20of%20marketi&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cutroni.com/blog/2008/10/28/adding-business-data-to-google-analytics-data/feed/</wfw:commentRss>
		<slash:comments>122</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>
]]></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>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F" title="Twitter"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F&amp;title=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface" title="StumbleUpon"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F&amp;title=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface&amp;bodytext=One%20part%20of%20Google%20Analytics%20that%20has%20seen%20very%20little%20love%20over%20the%20past%20few%20years%20is%20the%20administrative%20interface.%20%20Not%20any%20more%21%20%20Google%20has%20rolled%20out%20a%20beta%20version%20of%20a%20new%20GA%20management%20tool%20that%20will%20have%20an%20immediate%20impact%20on%20how%20we%20set%20up%20" title="Digg"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F&amp;title=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface&amp;notes=One%20part%20of%20Google%20Analytics%20that%20has%20seen%20very%20little%20love%20over%20the%20past%20few%20years%20is%20the%20administrative%20interface.%20%20Not%20any%20more%21%20%20Google%20has%20rolled%20out%20a%20beta%20version%20of%20a%20new%20GA%20management%20tool%20that%20will%20have%20an%20immediate%20impact%20on%20how%20we%20set%20up%20" title="del.icio.us"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F&amp;t=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface" title="Facebook"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F&amp;title=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface&amp;source=Analytics+Talk+&amp;summary=One%20part%20of%20Google%20Analytics%20that%20has%20seen%20very%20little%20love%20over%20the%20past%20few%20years%20is%20the%20administrative%20interface.%20%20Not%20any%20more%21%20%20Google%20has%20rolled%20out%20a%20beta%20version%20of%20a%20new%20GA%20management%20tool%20that%20will%20have%20an%20immediate%20impact%20on%20how%20we%20set%20up%20" title="LinkedIn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.friendfeed.com/share?title=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F" title="FriendFeed"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F" title="Sphinn"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F&amp;title=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface&amp;annotation=One%20part%20of%20Google%20Analytics%20that%20has%20seen%20very%20little%20love%20over%20the%20past%20few%20years%20is%20the%20administrative%20interface.%20%20Not%20any%20more%21%20%20Google%20has%20rolled%20out%20a%20beta%20version%20of%20a%20new%20GA%20management%20tool%20that%20will%20have%20an%20immediate%20impact%20on%20how%20we%20set%20up%20" title="Google Bookmarks"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F&amp;title=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface" title="Reddit"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F" title="email"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F" title="Technorati"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F10%2F22%2Fgetting-to-know-the-new-google-analytics-admin-interface%2F&amp;submitHeadline=Getting%20to%20Know%20the%20New%20Google%20Analytics%20Admin%20Interface&amp;submitSummary=One%20part%20of%20Google%20Analytics%20that%20has%20seen%20very%20little%20love%20over%20the%20past%20few%20years%20is%20the%20administrative%20interface.%20%20Not%20any%20more%21%20%20Google%20has%20rolled%20out%20a%20beta%20version%20of%20a%20new%20GA%20management%20tool%20that%20will%20have%20an%20immediate%20impact%20on%20how%20we%20set%20up%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://cutroni.com/blog/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" /></a></li>
</ul>
</div>
]]></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>
	</channel>
</rss>
