<?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; Campaign Tracking posts &#8211; Analytics Talk</title>
	<atom:link href="http://cutroni.com/blog/category/campaign-tracking/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>How Google Analytics Tracks &#8216;Bookmark&#8217; Visits</title>
		<link>http://cutroni.com/blog/2009/05/20/how-google-analytics-tracks-bookmark-visits/</link>
		<comments>http://cutroni.com/blog/2009/05/20/how-google-analytics-tracks-bookmark-visits/#comments</comments>
		<pubDate>Thu, 21 May 2009 01:00:36 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[Tracking]]></category>

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

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%2F&amp;title=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits" 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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%2F&amp;title=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits&amp;bodytext=I%20was%20recently%20inspired%20by%20a%20Tweet%20to%20write%20about%20how%20GA%20tracks%20visitors%20that%20use%20a%20bookmark%20to%20access%20a%20site.%0A%0ASimply%20put%2C%20Google%20Analytics%20will%20attribute%20a%20%27bookmark%27%20visit%20to%20the%20information%20in%20the%20Google%20Analytics%20campaign%20cookie.%0A%0AMany%20people%20be" 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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%2F&amp;title=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits&amp;notes=I%20was%20recently%20inspired%20by%20a%20Tweet%20to%20write%20about%20how%20GA%20tracks%20visitors%20that%20use%20a%20bookmark%20to%20access%20a%20site.%0A%0ASimply%20put%2C%20Google%20Analytics%20will%20attribute%20a%20%27bookmark%27%20visit%20to%20the%20information%20in%20the%20Google%20Analytics%20campaign%20cookie.%0A%0AMany%20people%20be" 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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%2F&amp;t=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits" 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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%2F&amp;title=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits&amp;source=Analytics+Talk+&amp;summary=I%20was%20recently%20inspired%20by%20a%20Tweet%20to%20write%20about%20how%20GA%20tracks%20visitors%20that%20use%20a%20bookmark%20to%20access%20a%20site.%0A%0ASimply%20put%2C%20Google%20Analytics%20will%20attribute%20a%20%27bookmark%27%20visit%20to%20the%20information%20in%20the%20Google%20Analytics%20campaign%20cookie.%0A%0AMany%20people%20be" 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=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%2F&amp;title=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits&amp;annotation=I%20was%20recently%20inspired%20by%20a%20Tweet%20to%20write%20about%20how%20GA%20tracks%20visitors%20that%20use%20a%20bookmark%20to%20access%20a%20site.%0A%0ASimply%20put%2C%20Google%20Analytics%20will%20attribute%20a%20%27bookmark%27%20visit%20to%20the%20information%20in%20the%20Google%20Analytics%20campaign%20cookie.%0A%0AMany%20people%20be" 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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%2F&amp;title=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits" 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=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2009%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%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%2F05%2F20%2Fhow-google-analytics-tracks-bookmark-visits%2F&amp;submitHeadline=How%20Google%20Analytics%20Tracks%20%27Bookmark%27%20Visits&amp;submitSummary=I%20was%20recently%20inspired%20by%20a%20Tweet%20to%20write%20about%20how%20GA%20tracks%20visitors%20that%20use%20a%20bookmark%20to%20access%20a%20site.%0A%0ASimply%20put%2C%20Google%20Analytics%20will%20attribute%20a%20%27bookmark%27%20visit%20to%20the%20information%20in%20the%20Google%20Analytics%20campaign%20cookie.%0A%0AMany%20people%20be&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/05/20/how-google-analytics-tracks-bookmark-visits/feed/</wfw:commentRss>
		<slash:comments>38</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>Twitter and Google Analytics: What to Track</title>
		<link>http://cutroni.com/blog/2008/09/02/tracking-twitter/</link>
		<comments>http://cutroni.com/blog/2008/09/02/tracking-twitter/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 03:59:37 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[camapign tracking]]></category>
		<category><![CDATA[google-analytics]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/?p=565</guid>
		<description><![CDATA[A couple of weeks ago I decided to start Twittering. I&#8217;ve had a Twitter account for a while, but never really got into it. But after observing some friends for a while, and reading up on how others use Twitter, I started to see some value in the service. One thing I&#8217;ve noticed is the [...]<p><a href="http://cutroni.com/blog/2008/09/02/tracking-twitter/">Twitter and Google Analytics: What to Track</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I decided to start <a href="http://www.twitter.com/justincutroni">Twittering</a>.  I&#8217;ve had a Twitter account for a while, but never really got into it.  But after observing some friends for a while, and reading up on how others use Twitter, I started to see some value in the service.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/09/phpynzbpkpm.jpg" alt="" title="Twitter!" class="aligncenter size-full wp-image-581" /></p>
<p>One thing I&#8217;ve noticed is the amount of promotion done with Twitter.  Whether it be self promotion, like me promoting a blog post, or corporate promotion, like a sale, people are driving traffic to websites using tweets (posts on Twitter).  Check out how CNN is driving traffic to their <a href="http://twitter.com/politicalticker">Political Ticker blog</a> using Twitter.</p>
<p>Here&#8217;s another great example that was mentioned on the <a href="http://www.grokdotcom.com/2008/08/28/threadless-left-me-shirtless/">GokDotCom blog</a>.  Bryan Eisenberg found a t-shirt coupon posted as a tweet and passed the information on to his coworkers.  Here&#8217;s the original tweet that Bryan read and sent on via email (I assume he used email):</p>
<blockquote><p>Who wants a FREE $50 gift code? Here it is: TLTW7897 First come, first serve &#8211; and all tees are ON SALE FOR $12!! http://tinyurl.com/yqe9f</p></blockquote>
<p>This got me thinking, how are people tracking Twitter as a marketing activity using Google Analytics?</p>
<h2>Default Tracking Method</h2>
<p>By default, traffic from Twitter will be tracked as referral traffic in Google Analytics.  if someone clicks on a link to your site from a tweet you will see &#8216;www.twitter.com&#8217; in the Referrals report.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/09/phpc3ezlypm.jpg" alt="" title="Google Analytics Referral Report." class="aligncenter size-full wp-image-594" /></p>
<p>This data will give you a basic idea of how much traffic your tweets are generating.  It&#8217;s good, but there is an issue.</p>
<p>What happens if your tweet gets passed along to others, as it did in Bryan&#8217;s case?  Bryan&#8217;s co-workers never clicked on a link at twitter.com, they received a link in an email.  How can we identify these visitors as coming from Twitter and not an email?</p>
<h2>Preferred Tracking Method</h2>
<p>A better way to track a Twitter campaign would be to use GA&#8217;s campaign tracking feature.  This method will track anyone visiting the site as a result of your tweet, regardless of where they clicked on the URL.  It doesn&#8217;t matter if it&#8217;s in an email client, hosted email app. etc.</p>
<p>Here&#8217;s how to make it happen.</p>
<p>Most tweets that include a URL use some type of URL shortening service, like <a href="http://www.tinyurl.com">Tinyurl.com</a>.  This service shortens a URL by creating a redirect  that is hosted on www.tinyurl.com.</p>
<p>The cool thing about Tiny URL is you can add GA&#8217;s campaign tracking parameters to your Tiny URL, thus encoding campaign info into the URL you use in your tweet.  When someone forwards your tweet using email the tiny URL will contain campaign info identifying the visitor&#8217;s source as your Twitter campaign.</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/09/phpetokzapm.jpg" alt="" title="Tiny URL upload form." class="aligncenter size-full wp-image-598" /></p>
<p>This is the secret to tracking tweets with GA: adding campaign information to your tiny URL.</p>
<p>Here&#8217;s an example.  Here&#8217;s a tweet that I posted with a link to this blog:</p>
<blockquote><p>Help me test tracking Twitter with Google Analytics: Please click on this link http://tinyurl.com/5eyfjo</p></blockquote>
<p>I added GA campaign parameters to the Tiny URL in the tweet above.  If you click the tiny URL in my tweet you get this URL:</p>
<p><code>http://www.cutroni.com/blog/?utm_campaign=blog&amp;<br />
utm_source=twitter&amp;utm_medium=micro-blog</code></p>
<p>The campaign information in the URL will bucket the visitor as part of the blog campaign and as someone who was reached by the &#8216;micro-blogging&#8217; medium.  Here&#8217;s how the data looks in the All Traffic Sources report:</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/09/phpkamz79pm.jpg" alt="" title="Google Analytics All Traffic Sources report for a Twitter campaign." class="aligncenter size-full wp-image-595" /></p>
<p>There it is in all its glory.  But let&#8217;s dig deeper.  I&#8217;m really interested in knowing how people are using Twitter.  Are they on their mobile (like me) or PC?  This can have a big impact on how they interact with my tweet.  Let&#8217;s segment the tweet by OS:</p>
<p><img src="http://www.cutroni.com/blog/wp-content/uploads/2008/09/phpi72qgwpm.jpg" alt="" title="Segmented Twitter data in Google Analytics." class="aligncenter size-full wp-image-596" /></p>
<p>7 of 25 users are on the <a href="http://ww.apple.com/iphone">iPhone</a>, interesting.  I know that I&#8217;m an iPhone user and it&#8217;s one of the only reasons I twitter.  It&#8217;s just easy on the iPhone! :)</p>
<p>So if you&#8217;re using Twitter to drive traffic to a site:</p>
<p>1.  Always use a Tiny URL<br />
2.  Always add Google Analytics campaign tracking information to your Tiny URL</p>
<p>If you&#8217;re unfamiliar with campaign tracking you may want to check out these posts:</p>
<p><a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/">Google Analytics Campaign Tracking Pt. 0: An Overview</a><br />
<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><br />
<a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/">Google Analytics Campaign Tracking Pt. 2: The EpikOne Link Tagging Tool</a></p>
<p><strong>Update: </strong>You can use a number of URL shortening services such as <a href="http://www.tweetburner.com">TwwetBurner</a> and <a href="http://snipurl.com/">SnipURL</a>.  Both of these services also provide some basic reports on the number of clicks your shortened URLs generate.</p>
<p>Good luck!</p>
<p><a href="http://cutroni.com/blog/2008/09/02/tracking-twitter/">Twitter and Google Analytics: What to Track</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=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F09%2F02%2Ftracking-twitter%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%2F09%2F02%2Ftracking-twitter%2F&amp;title=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track" 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%2F09%2F02%2Ftracking-twitter%2F&amp;title=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track&amp;bodytext=A%20couple%20of%20weeks%20ago%20I%20decided%20to%20start%20Twittering.%20%20I%27ve%20had%20a%20Twitter%20account%20for%20a%20while%2C%20but%20never%20really%20got%20into%20it.%20%20But%20after%20observing%20some%20friends%20for%20a%20while%2C%20and%20reading%20up%20on%20how%20others%20use%20Twitter%2C%20I%20started%20to%20see%20some%20value%20in%20the%20se" 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%2F09%2F02%2Ftracking-twitter%2F&amp;title=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track&amp;notes=A%20couple%20of%20weeks%20ago%20I%20decided%20to%20start%20Twittering.%20%20I%27ve%20had%20a%20Twitter%20account%20for%20a%20while%2C%20but%20never%20really%20got%20into%20it.%20%20But%20after%20observing%20some%20friends%20for%20a%20while%2C%20and%20reading%20up%20on%20how%20others%20use%20Twitter%2C%20I%20started%20to%20see%20some%20value%20in%20the%20se" 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%2F09%2F02%2Ftracking-twitter%2F&amp;t=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track" 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%2F09%2F02%2Ftracking-twitter%2F&amp;title=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track&amp;source=Analytics+Talk+&amp;summary=A%20couple%20of%20weeks%20ago%20I%20decided%20to%20start%20Twittering.%20%20I%27ve%20had%20a%20Twitter%20account%20for%20a%20while%2C%20but%20never%20really%20got%20into%20it.%20%20But%20after%20observing%20some%20friends%20for%20a%20while%2C%20and%20reading%20up%20on%20how%20others%20use%20Twitter%2C%20I%20started%20to%20see%20some%20value%20in%20the%20se" 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=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F09%2F02%2Ftracking-twitter%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%2F09%2F02%2Ftracking-twitter%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%2F09%2F02%2Ftracking-twitter%2F&amp;title=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track&amp;annotation=A%20couple%20of%20weeks%20ago%20I%20decided%20to%20start%20Twittering.%20%20I%27ve%20had%20a%20Twitter%20account%20for%20a%20while%2C%20but%20never%20really%20got%20into%20it.%20%20But%20after%20observing%20some%20friends%20for%20a%20while%2C%20and%20reading%20up%20on%20how%20others%20use%20Twitter%2C%20I%20started%20to%20see%20some%20value%20in%20the%20se" 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%2F09%2F02%2Ftracking-twitter%2F&amp;title=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track" 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=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F09%2F02%2Ftracking-twitter%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%2F09%2F02%2Ftracking-twitter%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%2F09%2F02%2Ftracking-twitter%2F&amp;submitHeadline=Twitter%20and%20Google%20Analytics%3A%20What%20to%20Track&amp;submitSummary=A%20couple%20of%20weeks%20ago%20I%20decided%20to%20start%20Twittering.%20%20I%27ve%20had%20a%20Twitter%20account%20for%20a%20while%2C%20but%20never%20really%20got%20into%20it.%20%20But%20after%20observing%20some%20friends%20for%20a%20while%2C%20and%20reading%20up%20on%20how%20others%20use%20Twitter%2C%20I%20started%20to%20see%20some%20value%20in%20the%20se&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/09/02/tracking-twitter/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>Tracking YouTube Videos with Google Analytics</title>
		<link>http://cutroni.com/blog/2008/07/29/tracking-youttube-videos-with-google-analytics/</link>
		<comments>http://cutroni.com/blog/2008/07/29/tracking-youttube-videos-with-google-analytics/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 19:13:15 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[Event Tracking]]></category>
		<category><![CDATA[Tracking]]></category>
		<category><![CDATA[google-analytics]]></category>
		<category><![CDATA[video-tracking]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[web-2.0]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/2008/07/29/tracking-youttube-videos-with-google-analytics/</guid>
		<description><![CDATA[A while back, Google Analytics and YouTube introduced YouTube Insight, a tool to provide more information about the people viewing your videos on www.youtube.com. It&#8217;s pretty cool stuff and if you&#8217;re posting videos to YouTube it provides a lot of great information. But what about YouTube videos that are embedded in a site? What&#8217;s the [...]<p><a href="http://cutroni.com/blog/2008/07/29/tracking-youttube-videos-with-google-analytics/">Tracking YouTube Videos 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>A while back, Google Analytics and YouTube introduced <a href="http://analytics.blogspot.com/2008/03/youtube-now-offers-more-analytics.html">YouTube Insight</a>, a tool to provide more information about the people viewing your videos on <a href="http://youtube.com">www.youtube.com</a>.  It&#8217;s pretty cool stuff and if you&#8217;re posting videos to YouTube it provides a lot of great information.</p>
<p><img id="image525" src="http://www.cutroni.com/blog/wp-content/uploads/2008/07/picture-2_530x439shkl.png" alt="YouTube Insight: Information about those viewing your videos on www.youtube.com." /></p>
<p>But what about YouTube videos that are embedded in a site?  What&#8217;s the best way to measure interactions with these videos?  You could use some basic metrics like Avg. Time on Page and Avg. Time on Site, but they&#8217;re averages and, well, averages suck.  Fear not, there is a better way.</p>
<p>We can track almost every aspect of an embedded YouTube video using Event Tracking, a Google Analytics beta feature.</p>
<p><img id="image526" hspace="7" vspace="7" src="http://www.cutroni.com/blog/wp-content/uploads/2008/07/chrome-motorcycle1_300x225shkl.jpg" alt="CHROME" align="right"/></p>
<p>There is one catch.  In order to track an embedded YouTube video you must use the &#8216;chromeless&#8217; YouTube player.  A chromeless video player has no controls which means you must create all of the controls yourself.  This results in a fair amount of coding.</p>
<p>Why do we have to use the chromeless player?  The chromeless player let&#8217;s us add JavaScript code (i.e. GA Event tracking code) to user actions, thus giving us the ability to capture visitor actions as events.  I&#8217;ll do my best to walk you through all of the code.</p>
<p>You can read more about the <a href="http://code.google.com/apis/youtube/chromeless_player_reference.html">chromeless YouTube player</a> on the <a href="http://code.google.com/apis/youtube/developers_guide_protocol.html">YouTube developer site</a>.</p>
<p>Let&#8217;s get started.</p>
<h2>Event Data Model</h2>
<p>Before we look at any code let&#8217;s talk about data and analysis.  One of the keys to any successful event tracking implementation is a clear definition of the data we want to collect.  Remember, event tracking is really a flexible data collection tool.  We need to explicitly define the data we want to collect.</p>
<p>I want to track three primary things related to the embedded video:</p>
<p>1.  Which video does the visitor choose to watch?<br />
2.  How do they interact with the video player (i.e how do they use the controls)?<br />
3.  How much time do they spend watching each video?</p>
<p>Now let&#8217;s translate these needs into the Google Analytics Event model which consists of Objects, Actions, Labels and Values.</p>
<h3>Objects</h3>
<p>The object is the part of the page that we want to track. Defining the object in this case is pretty simple: we want to track the YouTube video player, so we&#8217;ll create one object and call it &#8220;YouTube Video Player&#8221;.  The object will literally be created in the code and I&#8217;ll explain how later.</p>
<h3>Actions</h3>
<p>Actions are the interactions that the visitor exerts on the object. What we want to track, and what we can track, really depend on what interactions we can capture.  In this example, the actions we can capture are directly related to the chromeless YouTube player and what it &#8216;bubbles up&#8217; for visitor interactions.</p>
<p>Based on the chromeless player, and the data needs we have defined, here are the actions that we are going to track:</p>
<ul>
<li><strong>Player Loaded</strong>: Indicates the YouTube player has loaded.  No video has been loaded into the player, but the player is ready for a video.</li>
<li><strong>Video Started</strong>: Indicates the user has chosen a video and it has started playing in the player.</li>
<li><strong>Play</strong>: User has restart the video after it has been paused.</li>
<li><strong>Pause</strong>: Video has been paused.</li>
<li><strong>Mute</strong>: Video has been muted.</li>
<li><strong>Unmute</strong>: Video has been unmuted.</li>
<li><strong>Error</strong>: An error has occurred.</li>
<li><strong>Ended</strong>: Selected video has ended, either intentionally or on purpose by the visitor.</li>
<li><strong>Get Embed Code</strong>: Request HTML code to embed the video in a site.</li>
<li><strong>Get Video URL</strong>: Request YouTube URL for the current video.</li>
</ul>
<p>Like the object, actions are actually created in the code and we&#8217;ll see how later.</p>
<p>There are other things that we can track, but I&#8217;ve decided to limit it to the above list.  Why?  I don&#8217;t think there is a lot of insight that can be gained from some of the other information that is available to us.  Plus the above actions will cover the data needs we&#8217;ve defined.</p>
<p><img id="image531" src="http://www.cutroni.com/blog/wp-content/uploads/2008/07/sew-label_300x300shkl.jpg" alt="Google Analytics Event Labels." align="right" hspace="7" vspace="7" /></p>
<h3>Labels</h3>
<p>Labels are the content of the object.  In the case of most video player object, the label will be the name of the video playing.  In this example you can choose three potential videos from a drop down box.  The name of the video will become the label that is tracked in Google Analytics.</p>
<ul>
<li>Apollo 11 Launch</li>
<li>About the YouTube API</li>
<li>Phish &#8211; Weekapaug Groove</li>
<li>Authors@Google: Avinash Kaushik</li>
</ul>
<h3>Values</h3>
<p>This is where things can get a bit unique.  The value collected by GA&#8217;s Event tracking is just a plain integer.  All values associated with actions are summed and averaged.  So we <em>can&#8217;t</em> mix different types of data, like monetary values (which may be in dollars) and time (which may be in seconds).  For this example, we&#8217;re going to track time, so the values will be in seconds and will represent the total time that each video played.</p>
<p>I&#8217;m only going to associate a value with a single actions: Ended.  When a video ends we&#8217;re going to record the total number of seconds played for that video.</p>
<h2>The Example</h2>
<p>Now that we&#8217;ve created the data model for tracking a YouTube player, we need to create a YouTube player to track. :) Remember we can only access visitor actions when we use the chromeless YouTube player.</p>
<p>Here&#8217;s a simple page that I created using the chromeless player and Google Analytics Event Tracking.</p>
<p><iframe src="http://sandbox.epikone.us/ytanalytics/index2.html" height="500" width="535"></iframe></p>
<p>If the above iFrame is not visible, you can view the entire code <a href="http://sandbox.epikone.us/ytanalytics/index2.html">here</a>.</p>
<p>For those interested, this test page is actually a modification of the <a href="http://code.google.com/apis/youtube/js_example_1.html">YouTube API example</a>.</p>
<p>To start the tracking, select a video from the drop down and it will start playing.  Then experiment with some of the controls.  All actions that we defined in our event model will be tracked.</p>
<p>If you want to change videos just choose a new video from the drop down box.</p>
<p>I don&#8217;t want to go over too much of the code, but here&#8217;s the JavaScript behind the tracking.</p>
<p><iframe src="http://sandbox.epikone.us/ytanalytics/index2.txt" height="500" width="535"></iframe></p>
<p>If the above iFrame is not visible, you can view the entire code <a href="http://sandbox.epikone.us/ytanalytics/index2.txt">here</a>.</p>
<p>A majority of the code is not Google Analytics code, but rather YouTube player code.  What I&#8217;ve done is added the Event Tracking code in the appropriate places to capture the visitor interactions.  Setting up the event tracking code is really pretty simple.</p>
<p>The first thing I did was create the Object, which is called &#8216;YouTube Video Player&#8217;.  I created the object in the main GA page tag.</p>
<pre>
<code>&lt;script type='text/javascript'&gt;
var pageTracker = _gat._getTracker("UA-XXXXXXX-X");
pageTracker._initData();
pageTracker._trackPageview();

// Create the event tracking object
var ytpEventTracker =
pageTracker._createEventTracker("YouTube Video Player");
var eventLabel;
&lt;/script&gt;</code>
</pre>
<p>After creating the object I added the _trackEvent() method wherever I want to capture a visitor action, like Play or Pause. Here&#8217;s how I capture the Play action:</p>
<pre>
<code>function play() {
  if (ytplayer) {
    ytplayer.playVideo();
    ytpEventTracker._trackEvent("Play",eventLabel);
  }
}</code>
</pre>
<p>Most of the Play code is actually YouTube code.  The only GA specific code is <code>ytpEventTracker._trackEvent("Play",eventLabel);</code>.</p>
<p>We pass three values to <code>_trackEvent()</code>.  The first is the name of the action and this value will appear in the GA Actions report.  The second value is the lable value which will appear in the Labels report.  I should note that <code>eventLabel</code> is the name of the video (per the data model) that is currently playing when the visitor clicks on Play.</p>
<p>The final value, which is not shown above, is the value value.  In this example, the value is the total number of seconds played.  This is only recorded for the Ended action.</p>
<p>If you look at the example code, all I really did was add <code>ytpEventTracker._trackEvent()</code> to all the actions that I wanted to track.</p>
<h2>The Results</h2>
<p>Enough with all the techno-mumbo-jumbo.  Let&#8217;s look at some of the data starting at the top of our hierarchy: the Object report.</p>
<p><img id="image532" src="http://www.cutroni.com/blog/wp-content/uploads/2008/07/picture-6_560x210shkl.png" alt="Google Analytics Object report." /></p>
<p>Noting too exciting here.  We&#8217;re only tracking a single object here, hence the one line of data.  The data can be a little confusing.  The total number of events is really the total number of actions that occurred.  The number of unique events is the number of visits that included an event.</p>
<p>But let&#8217;s dig a bit deeper.  Let&#8217;s see which video was most popular by viewing the labels associated with the YouTube Video Player object.  All I need to do is click on the Object name to view the associate labels and actions, and then choose &#8216;Labels&#8217; using the Detail Level link above the table tabs.</p>
<p><img id="image533" src="http://www.cutroni.com/blog/wp-content/uploads/2008/07/picture-7_560x330shkl.png" alt="Google Analytics Label report." /></p>
<p>Here we can see that &#8216;Phish-Weekapaug Groove&#8217; was the most popular video, when based on time.  It had a higher total value than the other videos.  Sorry Avinash. :)</p>
<p>One thing to notice is that measuring the popularity of each video based on Events is not correct.  Just because a label has the most actions does not mean that it is the most popular.</p>
<p>Remember, an action can occur ever time a visitor interacts with the player.  In this example it would be more accurate to judge popularity based on time.</p>
<p>Now let&#8217;s see how people interacted with the most popular video.  What actions did visitors perform when &#8216;Phish-Weekapaug Groove&#8217; was playing?</p>
<p>All I need to do is click on the label name to see the actions associated with the label.</p>
<p><img id="image534" src="http://www.cutroni.com/blog/wp-content/uploads/2008/07/picture-8_560x399shkl.png" alt="Google Analytis Action report." /></p>
<p>Cool, here we can see that the video was started 32 times, but only completed  12 times.  It was viewed a total of 1775 seconds but only an average of 143 seconds.</p>
<p>What does it all mean?  I know that the Phish video is 179 seconds long.  So, on average, visitors viewed 80% of it.  I can also tell, by the number of unique events, that the Phish video was viewed multiple times in the same visit.  It must be pretty popular.</p>
<p>I also want to point out that we can view the data in other ways.  We can navigate directly to the Actions report to see a list of all the actions, regardless of the object or label they are associated with.  This is a great way to get a feel for the most commonly used features of our YouTube player.</p>
<p><img id="image536" src="http://www.cutroni.com/blog/wp-content/uploads/2008/07/picture-9_560x406shkl.png" alt="Google Analytics Actions report." /></p>
<h2>Conclusion</h2>
<p>So was this really worth it?  Sure, I think so.  I wanted to create a real life example that demonstrates some of the ways to use Event Tracking.  I also wanted to use YouTube as an example because so may people use it as a platform to distribute video.</p>
<p>While it may seem like a lot of work to track video and other web 2.0 technologies it is vital.  If you&#8217;re spending money producing videos, or if you&#8217;re selling video ad space, you need to know how people interact with your player and content.  It&#8217;s the perfect use for Event Tracking.</p>
<p><a href="http://cutroni.com/blog/2008/07/29/tracking-youttube-videos-with-google-analytics/">Tracking YouTube Videos 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%20YouTube%20Videos%20with%20Google%20Analytics%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F07%2F29%2Ftracking-youttube-videos-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%2F07%2F29%2Ftracking-youttube-videos-with-google-analytics%2F&amp;title=Tracking%20YouTube%20Videos%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%2F07%2F29%2Ftracking-youttube-videos-with-google-analytics%2F&amp;title=Tracking%20YouTube%20Videos%20with%20Google%20Analytics&amp;bodytext=A%20while%20back%2C%20Google%20Analytics%20and%20YouTube%20introduced%20YouTube%20Insight%2C%20a%20tool%20to%20provide%20more%20information%20about%20the%20people%20viewing%20your%20videos%20on%20www.youtube.com.%20%20It%27s%20pretty%20cool%20stuff%20and%20if%20you%27re%20posting%20videos%20to%20YouTube%20it%20provides%20a%20lot%20of%20gr" 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%2F07%2F29%2Ftracking-youttube-videos-with-google-analytics%2F&amp;title=Tracking%20YouTube%20Videos%20with%20Google%20Analytics&amp;notes=A%20while%20back%2C%20Google%20Analytics%20and%20YouTube%20introduced%20YouTube%20Insight%2C%20a%20tool%20to%20provide%20more%20information%20about%20the%20people%20viewing%20your%20videos%20on%20www.youtube.com.%20%20It%27s%20pretty%20cool%20stuff%20and%20if%20you%27re%20posting%20videos%20to%20YouTube%20it%20provides%20a%20lot%20of%20gr" 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%2F07%2F29%2Ftracking-youttube-videos-with-google-analytics%2F&amp;t=Tracking%20YouTube%20Videos%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%2F07%2F29%2Ftracking-youttube-videos-with-google-analytics%2F&amp;title=Tracking%20YouTube%20Videos%20with%20Google%20Analytics&amp;source=Analytics+Talk+&amp;summary=A%20while%20back%2C%20Google%20Analytics%20and%20YouTube%20introduced%20YouTube%20Insight%2C%20a%20tool%20to%20provide%20more%20information%20about%20the%20people%20viewing%20your%20videos%20on%20www.youtube.com.%20%20It%27s%20pretty%20cool%20stuff%20and%20if%20you%27re%20posting%20videos%20to%20YouTube%20it%20provides%20a%20lot%20of%20gr" 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%20YouTube%20Videos%20with%20Google%20Analytics&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F07%2F29%2Ftracking-youttube-videos-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%2F07%2F29%2Ftracking-youttube-videos-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%2F07%2F29%2Ftracking-youttube-videos-with-google-analytics%2F&amp;title=Tracking%20YouTube%20Videos%20with%20Google%20Analytics&amp;annotation=A%20while%20back%2C%20Google%20Analytics%20and%20YouTube%20introduced%20YouTube%20Insight%2C%20a%20tool%20to%20provide%20more%20information%20about%20the%20people%20viewing%20your%20videos%20on%20www.youtube.com.%20%20It%27s%20pretty%20cool%20stuff%20and%20if%20you%27re%20posting%20videos%20to%20YouTube%20it%20provides%20a%20lot%20of%20gr" 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%2F07%2F29%2Ftracking-youttube-videos-with-google-analytics%2F&amp;title=Tracking%20YouTube%20Videos%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%20YouTube%20Videos%20with%20Google%20Analytics&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2008%2F07%2F29%2Ftracking-youttube-videos-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%2F07%2F29%2Ftracking-youttube-videos-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%2F07%2F29%2Ftracking-youttube-videos-with-google-analytics%2F&amp;submitHeadline=Tracking%20YouTube%20Videos%20with%20Google%20Analytics&amp;submitSummary=A%20while%20back%2C%20Google%20Analytics%20and%20YouTube%20introduced%20YouTube%20Insight%2C%20a%20tool%20to%20provide%20more%20information%20about%20the%20people%20viewing%20your%20videos%20on%20www.youtube.com.%20%20It%27s%20pretty%20cool%20stuff%20and%20if%20you%27re%20posting%20videos%20to%20YouTube%20it%20provides%20a%20lot%20of%20gr&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/07/29/tracking-youttube-videos-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Google Analytics Campaign Tracking Pt. 2: The EpikOne Link Tagging Tool</title>
		<link>http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/</link>
		<comments>http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 19:15:46 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[google-analytics]]></category>
		<category><![CDATA[on-line-marketing]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/</guid>
		<description><![CDATA[In Part 1 of this series I explained that Google Analytics campaign tracking is based on a technology called link tagging. Link tagging is the process of adding business information to the URLs that we use in our on-line ads. But how do we actually tag these links? Some marketing campaigns can have hundreds, or [...]<p><a href="http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/">Google Analytics Campaign Tracking Pt. 2: The EpikOne Link Tagging Tool</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/">Part 1</a> of this series I explained that <a title="Google Analytics" href="http://www.google.com/analytics">Google Analytics</a> campaign tracking is based on a technology called link tagging.  Link tagging is the process of adding business information to the URLs that we use in our on-line ads.  But how do we actually tag these links?  Some marketing campaigns can have hundreds, or thousands, of destination URLs. Google has provided a tool for us called the <a href="http://www.google.com/support/analytics/bin/answer.py?answer=27255&#038;query=url+builder&#038;topic=&#038;type=">URL Builder</a>.  It&#8217;s great if you only have one or two links to tag, but it can&#8217;t handle hundreds of links.</p>
<p>To manage our link tagging effort we&#8217;ve created a tool in Google Spreadsheets that automatically generates tagged destination URLs.  All you need to do is fill in the values for the Google Analytics tracking variables and a built in formula does the rest.  Here&#8217;s a link to the file.  Please help yourself :)</p>
<p><a class="imSmallTxt" onclick="javascript:urchinTracker('/blog/outbound/epikone-link-tagging-tool');" href="http://spreadsheets.google.com/ccc?key=p7c_HKcmspSUfEYSO0gskKw&#038;hl=en">http://spreadsheets.google.com/ccc?key=p7c_HKcmspSUfEYSO0gskKw&#038;hl=en</a></p>
<p><a title="EpikOne Link Tagging Tool" class="imagelink" href="http://www.cutroni.com/blog/wp-content/uploads/2006/11/linking.gif"><img width="516" height="67" alt="EpikOne Link Tagging Tool" id="image134" src="http://www.cutroni.com/blog/wp-content/uploads/2006/11/linking.gif" /></a></p>
<p><strong>How to Use The Tool</strong></p>
<p>1. Click on the above link to open the Google Spreadsheet.  Once open, use the menu in the top left corner (<font size="-1"></font><font face="Tahoma">File > Export >xls) </font>to export the file to your hard drive.</p>
<p>2.  Once you have the file on your machine, open it using MS Excel.</p>
<p>3.  Delete all the demo data in the file EXCEPT the equation in cell G8.  Cell G8 contains the equation that does all the work.</p>
<p>4.  Enter your campaign information into the corresponding columns.  Enter a dash (-) for all variables that you are not using.  You should always use the campaign, medium and source variables.</p>
<p>5.  Add the destination URL to the destination URL cell.  Don&#8217;t worry if your destination URL already contains query string variables, the tool is smart enough to handle them.</p>
<p>6. Cell G8 will automatically build your destination URL.</p>
<p>7.  Continue entering your campaign data in new rows.</p>
<p>8.  Copy the formula in cell G8 to other rows.  The tagged destination URL will be  created automatically.</p>
<p>After you have your destination URLs you can paste them into your on-line ads.</p>
<p>Let me know  if you find this tool useful or a complete pain in the as*.  Got a better tool and feel like sharing?  Post a comment below!</p>
<p>*** Note: EpikOne assumes no liability for those that choose to use this file. ***<!--bb3c2cd04d618066d25a7f62e8d9651b--><!--f462f647cd273c1fe9d8425d148e2417--></p>
<p><a href="http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/">Google Analytics Campaign Tracking Pt. 2: The EpikOne Link Tagging Tool</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%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool&amp;bodytext=In%20Part%201%20of%20this%20series%20I%20explained%20that%20Google%20Analytics%20campaign%20tracking%20is%20based%20on%20a%20technology%20called%20link%20tagging.%20%20Link%20tagging%20is%20the%20process%20of%20adding%20business%20information%20to%20the%20URLs%20that%20we%20use%20in%20our%20on-line%20ads.%20%20But%20how%20do%20we%20actually" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool&amp;notes=In%20Part%201%20of%20this%20series%20I%20explained%20that%20Google%20Analytics%20campaign%20tracking%20is%20based%20on%20a%20technology%20called%20link%20tagging.%20%20Link%20tagging%20is%20the%20process%20of%20adding%20business%20information%20to%20the%20URLs%20that%20we%20use%20in%20our%20on-line%20ads.%20%20But%20how%20do%20we%20actually" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%2F&amp;t=Google%20Analytics%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool&amp;source=Analytics+Talk+&amp;summary=In%20Part%201%20of%20this%20series%20I%20explained%20that%20Google%20Analytics%20campaign%20tracking%20is%20based%20on%20a%20technology%20called%20link%20tagging.%20%20Link%20tagging%20is%20the%20process%20of%20adding%20business%20information%20to%20the%20URLs%20that%20we%20use%20in%20our%20on-line%20ads.%20%20But%20how%20do%20we%20actually" 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%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool&amp;annotation=In%20Part%201%20of%20this%20series%20I%20explained%20that%20Google%20Analytics%20campaign%20tracking%20is%20based%20on%20a%20technology%20called%20link%20tagging.%20%20Link%20tagging%20is%20the%20process%20of%20adding%20business%20information%20to%20the%20URLs%20that%20we%20use%20in%20our%20on-line%20ads.%20%20But%20how%20do%20we%20actually" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool" 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%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool%2F&amp;submitHeadline=Google%20Analytics%20Campaign%20Tracking%20Pt.%202%3A%20The%20EpikOne%20Link%20Tagging%20Tool&amp;submitSummary=In%20Part%201%20of%20this%20series%20I%20explained%20that%20Google%20Analytics%20campaign%20tracking%20is%20based%20on%20a%20technology%20called%20link%20tagging.%20%20Link%20tagging%20is%20the%20process%20of%20adding%20business%20information%20to%20the%20URLs%20that%20we%20use%20in%20our%20on-line%20ads.%20%20But%20how%20do%20we%20actually&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/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Campaign Tracking Pt. 1: Link Tagging</title>
		<link>http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/</link>
		<comments>http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 15:38:13 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Campaign Tracking]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/</guid>
		<description><![CDATA[What is Link Tagging? To track your marketing campaigns Google Analytics uses a technology called link tagging. This provides a fine level of detail about marketing efforts. The data we gather from link tagging helps us make informed business decisions about our marketing spend. With link tagging, we add additional information to the destination URL [...]<p><a href="http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/">Google Analytics Campaign Tracking Pt. 1: Link Tagging</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>What is Link Tagging? </strong></p>
<p>To track your marketing campaigns <a title="Google Analytics" href="http://www.google.com/analytics">Google Analytics</a> uses a technology called link tagging.  This provides a fine level of detail about marketing efforts.  The data we gather from link tagging helps us make informed business decisions about our marketing spend.</p>
<p>With link tagging, we add additional information to the destination URL used in an ad.  The technical name for this additional information is the <a href="http://en.wikipedia.org/wiki/Query_string">query string</a>.  Here&#8217;s an example:<br />
<code>http://www.cutroni.com/landing_page.php?utm_campaign=fall-sale<br />
&amp;utm_medium=banner&amp;utm_source=boston.com&amp;utm_content=text-only</code></p>
<p>*** NOTE: I moved some text to a second line for readability ***</p>
<p>Everything after the question mark is called the <em>query string</em>. Within the query string we have a number of <em>parameters</em>.  Each parameter is separated by an ampersand (&#038;).  Pulling apart the above query string we find the following parameters:</p>
<p><code>utm_campaign=fall-sale<br />
utm_medium=banner<br />
utm_source=boston.com<br />
utm_content=text-only</code></p>
<p>Each parameter can be further divided into two parts; a <em>variable </em>(the text on the left side of the equals sign) and a <em>value </em>(the text on the right side of the equal sign).  Let&#8217;s break the above parameters into variable &#8211; value pairs:</p>
<table style="border:1px solid black;" cellspacing="0" cellpadding="4">
<tr>
<td style="border:1px solid black;">Parameter</td>
<td style="border:1px solid black;">Variable</td>
<td style="border:1px solid black;">Value</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_campaign=fall-sale</td>
<td style="border:1px solid black;">utm_campaign</td>
<td style="border:1px solid black;">fall-sale</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_medium=banner</td>
<td style="border:1px solid black;">utm_medium</td>
<td style="border:1px solid black;">banner</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_source=boston.com</td>
<td style="border:1px solid black;">utm_source</td>
<td style="border:1px solid black;">boston.com</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_content=text-only</td>
<td style="border:1px solid black;">utm_content</td>
<td style="border:1px solid black;">text-only</td>
</tr>
</table>
<p>Ok, stick with me.  We&#8217;ve gone from a query string, to parameters, to variables and values.  Now, let&#8217;s start to explain what all of this means.  What are the variables and values?  I&#8217;ll start by explaining the variables:</p>
<table style="border:1px solid black;" cellspacing="0" cellpadding="4">
<tr>
<td style="border:1px solid black;">Variable</td>
<td style="border:1px solid black;">Meaning</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_campaign</td>
<td style="border:1px solid black;">The name of the campaign.  Think of this as a bucket.  It holds all of our marketing activities.  For example, we may be buying some keywords on Google, running some banner ads and sending out an email all to advertise our winter ski sale.  However, these three activities are all part of a bigger marketing campaign, our &#8216;Winter Ski Sale&#8217;.</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_medium</td>
<td style="border:1px solid black;">I like to think of the medium as the mechanism, or how the message is delivered to the recipient (i.e. email, banner, CPC, etc).  What is the &#8216;distribution method&#8217; that is used to get our message out to our clients?</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_source</td>
<td style="border:1px solid black;">Think of utm_source as the &#8216;who&#8217;.  Who are you partnering with to push your message. If you&#8217;re tagging CPC links the source may be Google, Yahoo! or MSN.  This could also be the name of a service that will be pushing banner ads for you.</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_content</td>
<td style="border:1px solid black;">The version of the ad (used for A/B testing).  You can identify two versions of the same ad using this variable.</td>
</tr>
<tr>
<td style="border:1px solid black;">utm_term</td>
<td style="border:1px solid black;">The search term purchased (if you&#8217;re buying keywords).  This is not always used and is NOT included in the above example.</td>
</tr>
</table>
<p>It&#8217;s important to note that you do not always need to use every variable.  The core variables are utm_campaign, utm_source and utm_medium.  You should always use those three. With Campaign, Medium and Source you&#8217;ll reap the most benefit from Google Analytics.</p>
<p>Just to recap, link tagging is the process of adding additional information to the destination URLs we use in our ads.  This additional information consists of variables and values.</p>
<p>Here&#8217;s the really cool part, the <em>values</em>. <strong>The value for each variable is a piece of business information that will end up in Google Analytics</strong>. Let me clarify that, you&#8217;re actually taking information that is specific to your business, like the name of a marketing campaign, and placing it in Google Analytics. GA will display it, exactly as it is typed, in a series of reports called the Marketing Campaign Results (see Part 3 of this series). This is extremely powerful because you can look at your analytics data through the lens of your business.</p>
<p>So now we know everything about what link tagging is, but what happens after we tag our links?</p>
<p>When someone clicks on a tagged link Google Analytics, using the urchin.js JavaScript, stores all the values in a cookie on the visitor&#8217;s machine.  That way we can track the traffic generated by each marketing campaign. When a visitor completes one of our goals we can view the marketing activity that drove them to the site.</p>
<p>It&#8217;s important to understand that the cookie will persist until 2038.  It&#8217;s also important to understand that the cookie will be updated with other information.  For details about how Google Analytics stores various referral information please see the following post: <a href="http://www.cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/">How Does Google Analytics Track Conversion Referrals?</a></p>
<p><strong>How to Tag Your Links </strong></p>
<p>The process of Link Tagging is simple.  Start by identifying the information that you need to place in the <strong>variables</strong>.  You need to identify the campaigns, mediums and sources that you use in your marketing activities and place it in your destination URLs.  Then modify your destination URLs to include the new variables and values.<br />
How do you do that?  You can use any text editor, the <a href="http://www.google.com/support/analytics/bin/answer.py?answer=27255&#038;query=url+builder&#038;topic=&#038;type=">Google Analytics URL Builder</a> or the special tool I discuss in Part 2 of this series.  I&#8217;m partial to the special tool :)</p>
<p>Remember, if you&#8217;re placing links to your site in cyber-space, you should be tagging them.</p>
<p><a href="http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/">Google Analytics Campaign Tracking Pt. 1: Link Tagging</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%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging&amp;bodytext=What%20is%20Link%20Tagging%3F%20%0A%0ATo%20track%20your%20marketing%20campaigns%20Google%20Analytics%20uses%20a%20technology%20called%20link%20tagging.%20%20This%20provides%20a%20fine%20level%20of%20detail%20about%20marketing%20efforts.%20%20The%20data%20we%20gather%20from%20link%20tagging%20helps%20us%20make%20informed%20business%20dec" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging&amp;notes=What%20is%20Link%20Tagging%3F%20%0A%0ATo%20track%20your%20marketing%20campaigns%20Google%20Analytics%20uses%20a%20technology%20called%20link%20tagging.%20%20This%20provides%20a%20fine%20level%20of%20detail%20about%20marketing%20efforts.%20%20The%20data%20we%20gather%20from%20link%20tagging%20helps%20us%20make%20informed%20business%20dec" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%2F&amp;t=Google%20Analytics%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging&amp;source=Analytics+Talk+&amp;summary=What%20is%20Link%20Tagging%3F%20%0A%0ATo%20track%20your%20marketing%20campaigns%20Google%20Analytics%20uses%20a%20technology%20called%20link%20tagging.%20%20This%20provides%20a%20fine%20level%20of%20detail%20about%20marketing%20efforts.%20%20The%20data%20we%20gather%20from%20link%20tagging%20helps%20us%20make%20informed%20business%20dec" 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%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging&amp;annotation=What%20is%20Link%20Tagging%3F%20%0A%0ATo%20track%20your%20marketing%20campaigns%20Google%20Analytics%20uses%20a%20technology%20called%20link%20tagging.%20%20This%20provides%20a%20fine%20level%20of%20detail%20about%20marketing%20efforts.%20%20The%20data%20we%20gather%20from%20link%20tagging%20helps%20us%20make%20informed%20business%20dec" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging" 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%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-1-link-tagging%2F&amp;submitHeadline=Google%20Analytics%20Campaign%20Tracking%20Pt.%201%3A%20Link%20Tagging&amp;submitSummary=What%20is%20Link%20Tagging%3F%20%0A%0ATo%20track%20your%20marketing%20campaigns%20Google%20Analytics%20uses%20a%20technology%20called%20link%20tagging.%20%20This%20provides%20a%20fine%20level%20of%20detail%20about%20marketing%20efforts.%20%20The%20data%20we%20gather%20from%20link%20tagging%20helps%20us%20make%20informed%20business%20dec&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/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/feed/</wfw:commentRss>
		<slash:comments>101</slash:comments>
		</item>
		<item>
		<title>Google Analytics Campaign Tracking Pt. 0: An Overview</title>
		<link>http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/</link>
		<comments>http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 13:55:02 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[google-analytics]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/</guid>
		<description><![CDATA[One of the most useful features in Google Analytics is its ability to track your online marketing campaigns. We all know that GA works great with AdWords, but it can also be used to track your banner ads, CPC ads and even your off line ads (which I&#8217;ve posted about before). If you&#8217;re doing any [...]<p><a href="http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/">Google Analytics Campaign Tracking Pt. 0: An Overview</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>One of the most useful features in <a title="Google Analytics" href="http://www.google.com/analytics">Google Analytics</a> is its ability to track your online marketing campaigns. We all know that GA works great with AdWords, but it can also be used to track your banner ads, CPC ads and even your off line ads (which <a href="http://www.cutroni.com/blog/2006/06/12/tracking-offline-advertising-with-google-analytics/">I&#8217;ve posted about before</a>). If you&#8217;re doing any online advertising you should be tracking its performance at the most granular level possible.</p>
<p>With that said, I&#8217;ve put together a series of posts that will dive into Google Analytics Campaign Tracking.  I wanted to preface the series with a &#8216;summary&#8217; post so people know where I&#8217;m going.</p>
<p><a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/"><strong>Part 1: Link Tagging</strong></a></p>
<p>I explain the technology behind Google Analytics link tagging.  Don&#8217;t worry, this isn&#8217;t too technical and it is really important stuff to know.</p>
<p><a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/"><strong>Part 2: EpikOne Link Tagging Tool</strong></a></p>
<p>I&#8217;ll give you guys access to an internal tool that we use to manage our link tagging effort.  Hopefully this tool will save everyone some time.</p>
<p><a href="http://www.cutroni.com/blog/2007/03/04/google-analytics-campaign-tracking-part-3-reports-and-analysis/"><strong>Part 3: Reports and Analysis</strong></a></p>
<p>We put our knowledge to work and start looking at some reports.</p>
<p><strong>Part 4: Tips &#038; Best Practices<br />
</strong></p>
<p>This is a brain dump.  Everything I&#8217;ve learned in the past 2 years about tracking online campaigns with Google Analytics.<br />
So sit back, relax and get ready.</p>
<p><a href="http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/">Google Analytics Campaign Tracking Pt. 0: An 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%20Campaign%20Tracking%20Pt.%200%3A%20An%20Overview%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-overview%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%200%3A%20An%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-overview%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%200%3A%20An%20Overview&amp;bodytext=One%20of%20the%20most%20useful%20features%20in%20Google%20Analytics%20is%20its%20ability%20to%20track%20your%20online%20marketing%20campaigns.%20We%20all%20know%20that%20GA%20works%20great%20with%20AdWords%2C%20but%20it%20can%20also%20be%20used%20to%20track%20your%20banner%20ads%2C%20CPC%20ads%20and%20even%20your%20off%20line%20ads%20%28which%20I%27v" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-overview%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%200%3A%20An%20Overview&amp;notes=One%20of%20the%20most%20useful%20features%20in%20Google%20Analytics%20is%20its%20ability%20to%20track%20your%20online%20marketing%20campaigns.%20We%20all%20know%20that%20GA%20works%20great%20with%20AdWords%2C%20but%20it%20can%20also%20be%20used%20to%20track%20your%20banner%20ads%2C%20CPC%20ads%20and%20even%20your%20off%20line%20ads%20%28which%20I%27v" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-overview%2F&amp;t=Google%20Analytics%20Campaign%20Tracking%20Pt.%200%3A%20An%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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-overview%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%200%3A%20An%20Overview&amp;source=Analytics+Talk+&amp;summary=One%20of%20the%20most%20useful%20features%20in%20Google%20Analytics%20is%20its%20ability%20to%20track%20your%20online%20marketing%20campaigns.%20We%20all%20know%20that%20GA%20works%20great%20with%20AdWords%2C%20but%20it%20can%20also%20be%20used%20to%20track%20your%20banner%20ads%2C%20CPC%20ads%20and%20even%20your%20off%20line%20ads%20%28which%20I%27v" 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%20Campaign%20Tracking%20Pt.%200%3A%20An%20Overview&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-overview%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%200%3A%20An%20Overview&amp;annotation=One%20of%20the%20most%20useful%20features%20in%20Google%20Analytics%20is%20its%20ability%20to%20track%20your%20online%20marketing%20campaigns.%20We%20all%20know%20that%20GA%20works%20great%20with%20AdWords%2C%20but%20it%20can%20also%20be%20used%20to%20track%20your%20banner%20ads%2C%20CPC%20ads%20and%20even%20your%20off%20line%20ads%20%28which%20I%27v" 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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-overview%2F&amp;title=Google%20Analytics%20Campaign%20Tracking%20Pt.%200%3A%20An%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%20Campaign%20Tracking%20Pt.%200%3A%20An%20Overview&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-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%2F2006%2F11%2F10%2Fgoogle-analytics-campaign-tracking-pt-0-an-overview%2F&amp;submitHeadline=Google%20Analytics%20Campaign%20Tracking%20Pt.%200%3A%20An%20Overview&amp;submitSummary=One%20of%20the%20most%20useful%20features%20in%20Google%20Analytics%20is%20its%20ability%20to%20track%20your%20online%20marketing%20campaigns.%20We%20all%20know%20that%20GA%20works%20great%20with%20AdWords%2C%20but%20it%20can%20also%20be%20used%20to%20track%20your%20banner%20ads%2C%20CPC%20ads%20and%20even%20your%20off%20line%20ads%20%28which%20I%27v&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/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How Does Google Analytics Track Conversion Referrals?</title>
		<link>http://cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/</link>
		<comments>http://cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 13:33:34 +0000</pubDate>
		<dc:creator>Justin Cutroni</dc:creator>
				<category><![CDATA[About Google Analytics]]></category>
		<category><![CDATA[Campaign Tracking]]></category>
		<category><![CDATA[Common Problems]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[google-analytics]]></category>
		<category><![CDATA[link-tagging]]></category>
		<category><![CDATA[online-marketing]]></category>

		<guid isPermaLink="false">http://www.epikone.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/</guid>
		<description><![CDATA[Visitor campaign information is stored in a cookie on the visitor&#8217;s machine. This cookie stores the referral information for the visitor&#8217;s session. This cookie tracks organic referrals, tagged campaign links, un-tagged referral links and direct visits. Each time a visitor visits your site the Google Analytics Tracking code updates this cookie with the appropriate campaign [...]<p><a href="http://cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/">How Does Google Analytics Track Conversion Referrals?</a> is a post from: <a href="http://cutroni.com/blog">Analytics Talk by Justin Cutroni</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Visitor campaign information is stored in a cookie on the visitor&#8217;s machine.  This cookie stores the referral information for the visitor&#8217;s session.  This cookie tracks organic referrals, tagged campaign links, un-tagged referral links and direct visits.</p>
<p>Each time a visitor visits your site the Google Analytics Tracking code updates this cookie with the appropriate campaign information.  When the cookie is updated GA discards the previous campaign information.  As a result GA only tracks the current campaign information, not previous campaign information.</p>
<p>With that said, there is a &#8216;pecking order&#8217; regarding which activities will overwrite the the data in the campaign tracking cookie.  Let&#8217;s review how GA buckets your traffic in terms of referral information:</p>
<ul>
<li>Campaigns: links that you have <a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-1-link-tagging/">tagged</a> with campaign information</li>
<li>Referrals: untagged links on other web page</li>
<li>Direct: people who type your URL into a browser</li>
<li>Organic: organic search engine traffic</li>
</ul>
<p>Here is how GA updates the campaign tracking cookie based on referrer:</p>
<ul>
<li>Direct traffic is always overwritten by referrals, organic and tagged campaigns</li>
<li>New campaign, referral or organic link that brings a visitor to the site always overrides the existing campaign cookie</li>
</ul>
<p>Here&#8217;s an example.  A visitor visits your site from a newsletter with tagged links.  They look around and decide to leave.  When they leave your site the campaign tracking cookie will persist and indicate that they originated  from the newsletter.</p>
<p>The same visitor decides to come back the next day and types your URL into the browser.  The campaign cookie will still indicate that the visitor arrived via your newsletter because the second visit was a direct visit, and direct traffic does not overwrite existing campaign information.</p>
<p>With that all said, you can configure GA to <strong>NOT</strong> overwrite the campaign data that is stored in the tracking cookies.  This let&#8217;s you identify the first campaign that brought the visitor to your site. Here is the link:</p>
<p><a href="http://www.google.com/support/analytics/bin/answer.py?answer=27247">http://www.google.com/support/analytics/bin/answer.py?answer=27247</a></p>
<p>However, this technique does NOT prevent the Google Analytics Tracking Code from updating the campaign cookie if a visitor arrives by organic search or untagged referral link.  This technique can only be used to prevent tagged campaign links from overwriting previous referral information from a tagged campaign link.</p>
<p>So how do you get around this?  Well we&#8217;ve come up with a hack that we&#8217;re using with a few of our clients.  The goal is to store all referral information about a specific visitor across all of their visits so we get a better understanding of the sales cycle.</p>
<p>The Google Analytics Tracking Code re-writes the data in the campaign tracking cookie every time the visitor hits the site.  We need a mechanism that can store data across multiple sessions and would only update the referral data and not overwrite it.  To do this we wrote some JavaScript that uses the custom segment functionality to track the visitor&#8217;s referral information.</p>
<p>Here&#8217;s a brief outline for what the JavaScript does:</p>
<ul>
<li>When visitor lands on the site check the previous referral information.</li>
<li>If there is no previous referral info then gather the referral info and store it in a custom segment using utmSetVar()</li>
<li>If there is previous referral info, then UPDATE the custom segment to include the current referral information</li>
</ul>
<p>While this isn&#8217;t an ideal situation it does help.  Using the User-defined report we can identify conversion rates for the various combinations of referral information that drove the visitor to your site during the sales cycle.</p>
<p>Obviously this takes some technical know-how.  But if you&#8217;re working with a client, and the client wants to know EVERY step in the process then this is a hack that can help.</p>
<p>So there you have.  Some information about how Google Analytics tracks referral information.  I think there are two key things to remember.</p>
<ol>
<li>Not all referral information is created equal</li>
<li>You can configure GA to let your campaign information persist</li>
</ol>
<p>You may also be interested in the series I wrote about Campaign Tracking with Google Analytics:<br />
<a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/">Google Analytics Campaign Tracking Pt. 0: An Overview</a><br />
<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><br />
<a href="http://www.cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-2-the-epikone-link-tagging-tool/">Google Analytics Campaign Tracking Pt. 2: The EpikOne Link Tagging Tool</a><br />
<a href="http://www.cutroni.com/blog/2007/03/04/google-analytics-campaign-tracking-part-3-reports-and-analysis/">Google Analytics Campaign Tracking Pt. 3: Reports and Analysis</a></p>
<p>Thoughts?  Questions?  Leave a comment.<!--36b360ebd2f76657fa1e21cc0f96f6a9--></p>
<p><a href="http://cutroni.com/blog/2006/11/10/how-does-google-analytics-track-conversion-referals/">How Does Google Analytics Track Conversion Referrals?</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=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F%20-%20http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%2F&amp;title=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F" 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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%2F&amp;title=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F&amp;bodytext=Visitor%20campaign%20information%20is%20stored%20in%20a%20cookie%20on%20the%20visitor%27s%20machine.%20%20This%20cookie%20stores%20the%20referral%20information%20for%20the%20visitor%27s%20session.%20%20This%20cookie%20tracks%20organic%20referrals%2C%20tagged%20campaign%20links%2C%20un-tagged%20referral%20links%20and%20direct%20vis" 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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%2F&amp;title=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F&amp;notes=Visitor%20campaign%20information%20is%20stored%20in%20a%20cookie%20on%20the%20visitor%27s%20machine.%20%20This%20cookie%20stores%20the%20referral%20information%20for%20the%20visitor%27s%20session.%20%20This%20cookie%20tracks%20organic%20referrals%2C%20tagged%20campaign%20links%2C%20un-tagged%20referral%20links%20and%20direct%20vis" 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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%2F&amp;t=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F" 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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%2F&amp;title=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F&amp;source=Analytics+Talk+&amp;summary=Visitor%20campaign%20information%20is%20stored%20in%20a%20cookie%20on%20the%20visitor%27s%20machine.%20%20This%20cookie%20stores%20the%20referral%20information%20for%20the%20visitor%27s%20session.%20%20This%20cookie%20tracks%20organic%20referrals%2C%20tagged%20campaign%20links%2C%20un-tagged%20referral%20links%20and%20direct%20vis" 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=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F&amp;link=http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%2F&amp;title=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F&amp;annotation=Visitor%20campaign%20information%20is%20stored%20in%20a%20cookie%20on%20the%20visitor%27s%20machine.%20%20This%20cookie%20stores%20the%20referral%20information%20for%20the%20visitor%27s%20session.%20%20This%20cookie%20tracks%20organic%20referrals%2C%20tagged%20campaign%20links%2C%20un-tagged%20referral%20links%20and%20direct%20vis" 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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%2F&amp;title=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F" 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=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F&amp;body=http%3A%2F%2Fcutroni.com%2Fblog%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%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%2F2006%2F11%2F10%2Fhow-does-google-analytics-track-conversion-referals%2F&amp;submitHeadline=How%20Does%20Google%20Analytics%20Track%20Conversion%20Referrals%3F&amp;submitSummary=Visitor%20campaign%20information%20is%20stored%20in%20a%20cookie%20on%20the%20visitor%27s%20machine.%20%20This%20cookie%20stores%20the%20referral%20information%20for%20the%20visitor%27s%20session.%20%20This%20cookie%20tracks%20organic%20referrals%2C%20tagged%20campaign%20links%2C%20un-tagged%20referral%20links%20and%20direct%20vis&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/2006/11/10/how-does-google-analytics-track-conversion-referals/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
	</channel>
</rss>
