<?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>Search Engine Marketing Blog &#187; Analytics</title>
	<atom:link href="http://www.matthewsdiehl.com/category/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthewsdiehl.com</link>
	<description>by Matthew S. Diehl</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:52:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Track Calls to Action for Lower Funnel Attrition</title>
		<link>http://www.matthewsdiehl.com/analytics/track-calls-to-action-for-lower-funnel-attrition/</link>
		<comments>http://www.matthewsdiehl.com/analytics/track-calls-to-action-for-lower-funnel-attrition/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:10:40 +0000</pubDate>
		<dc:creator>matthewdiehl</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.matthewsdiehl.com/?p=595</guid>
		<description><![CDATA[Finally! Your site is done. You have a great design, it has been optimized for organic search and you are even running PPC to generate immediate traffic. But, are you getting the most out of the money/time you have spent to get to this point? You should be able to answer YES to that because [...]


<strong>Related posts:<strong><ul><li><a href='http://www.matthewsdiehl.com/google/two-google-tools-to-analyze-and-improve-site-speed/' rel='bookmark' title='Permanent Link: Two Google Tools to Analyze and Improve Site Speed'>Two Google Tools to Analyze and Improve Site Speed</a></li>
<li><a href='http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/' rel='bookmark' title='Permanent Link: Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic'>Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p><div id="attachment_617" class="wp-caption aligncenter" style="width: 490px">
	<a href="http://www.matthewsdiehl.com/wp-content/uploads/2009/10/strong-sales-pipelines.jpg"><img src="http://www.matthewsdiehl.com/wp-content/uploads/2009/10/strong-sales-pipelines.jpg" alt="Create Sales Funnels Strong Enough to Support THREE Bears!" title="strong-sales-pipelines" width="490" height="214" class="size-full wp-image-617" /></a>
	<p class="wp-caption-text">Create Sales Funnels Strong Enough to Support THREE Bears!</p>
</div><br />
<br />
<strong>Finally! Your site is done. You have a great design, it has been optimized for organic search and you are even running PPC to generate immediate traffic. But, are you getting the most out of the money/time you have spent to get to this point?</strong></p>
<p>You should be able to answer YES to that because you have setup goals, funnels and conversion tracking. You are quantifing it with the sales, leads, sign-ups or other goals you are tracking. Looks great, you are making money or have the leads &#038; sign-ups that you will convert into cash in the bank. <em>But, (yes another but!) is that really the most sales, leads, signups or whatever your site could be generating?</em></p>
<p><span id="more-595"></span></p>
<p>The goals, funnels and conversion tracking that you have setup only tell you part of the story. There is something that occurs to get visitors from one page to another &#8211; a click. Those clicks fall on your site&#8217;s ability to get visitors to perform the next action and that duty is left up to your Call to Action buttons or engagment elements. </p>
<p>Here is how you can track those to help you setup testing to maximize the number of sales, leads, etc. that your site can produce for you.</p>
<p>In Google Analytics (GA) there is a feature called <strong>Event Tracking</strong>. Originally designed to help track interaction with Flash, event tracking has become highly useful in tracking other events or actions on websites that are outside the normal reporting features of GA. </p>
<p>Now, this isn&#8217;t something that requires any setup in Google Analytics but requires you to add a tiny code snippet to your website that sends the data to GA for you to later analyze.</p>
<p>Here is that piece of code:<br />
<code>pageTracker._trackEvent(category, action, optional_label, optional_value)</code></p>
<p>The category, action, optional_label, optional_value are all pieces of the code you will change to uniquely identify your calls to action. Here is the scheme that I have found useful:</p>
<ul>
<li><strong>Category</strong> &#8211; Name this the after the page that the call to action you are tracking resides ie. Homepage, XYZ-Product-Page, Campaign-Landing-Page, etc.</li>
<li><strong>Action</strong> &#8211; This is a descriptor, I usually have &#8220;click&#8221; assigned to this because I am tracking clicks on the call to actions</li>
<li><strong>Optional_Label </strong>- This is where you will uniquely name each of your calls to action so you can test out different engagement elements for the pages ie. Red-Button, Themed-Button, etc.</li>
<li><strong>Optional_Value </strong>- This isn&#8217;t important to this tracking so this can be left blank.</li>
</ul>
<p>Here is a filled in example:<br />
<code>pageTracker._trackEvent('dallas-weddings', 'click', 'left-hand-red')</code></p>
<p>Now for the implementation on you page.</p>
<p>Since we are tracking clicks on calls to action we want this event to occur when the click occurs so it needs to be placed within an <code>anchor tag</code>.  Keep in mind that Google Analytics runs on Javascript so you will be using the onClick command to pass this to GA. Here is what it will look like fully implemented:</p>
<p><a href="http://www.matthewsdiehl.com/wp-content/uploads/2009/10/event-tracking-code.jpg"><img src="http://www.matthewsdiehl.com/wp-content/uploads/2009/10/event-tracking-code.jpg" alt="event-tracking-code" title="event-tracking-code" width="500" height="32" class="aligncenter size-full wp-image-607" /></a></p>
<p>Now, with that piece of code in place you will begin to accrue data on the clicks. Here is where to find the reporting in the GA console:</p>
<p><a href="http://www.matthewsdiehl.com/wp-content/uploads/2009/10/event-tracking-menu.jpg"><img src="http://www.matthewsdiehl.com/wp-content/uploads/2009/10/event-tracking-menu.jpg" alt="event-tracking-menu" title="event-tracking-menu" width="258" height="514" class="aligncenter size-full wp-image-597" /></a></p>
<p>Based on these reports you can make the best decision on what works for your website. Select the best calls to action that captures visitor attention and reduces attrition from your funnels. This will produce higher conversion numbers and help better understand the full potential your site has.</p>


<p><strong>Related posts:<strong><ul><li><a href='http://www.matthewsdiehl.com/google/two-google-tools-to-analyze-and-improve-site-speed/' rel='bookmark' title='Permanent Link: Two Google Tools to Analyze and Improve Site Speed'>Two Google Tools to Analyze and Improve Site Speed</a></li>
<li><a href='http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/' rel='bookmark' title='Permanent Link: Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic'>Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthewsdiehl.com/analytics/track-calls-to-action-for-lower-funnel-attrition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic</title>
		<link>http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/</link>
		<comments>http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 16:58:57 +0000</pubDate>
		<dc:creator>matthewdiehl</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.matthewsdiehl.com/?p=480</guid>
		<description><![CDATA[I don&#8217;t know about everyone else but when I am working on a post I tend to refresh the preview page constantly. This adds a bit of bloat to the Google Analytics reports for site traffic. So, here is an easy way to clean up analytics to exclude preview traffic working on a WordPress powered [...]


<strong>Related posts:<strong><ul><li><a href='http://www.matthewsdiehl.com/google/not-cuil-google-analytics/' rel='bookmark' title='Permanent Link: Not &#8220;Cuil&#8221; Google Analytics'>Not &#8220;Cuil&#8221; Google Analytics</a></li>
<li><a href='http://www.matthewsdiehl.com/analytics/bypassing-the-google-analytics-overview-pages/' rel='bookmark' title='Permanent Link: Bypassing the Google Analytics Overview Pages'>Bypassing the Google Analytics Overview Pages</a></li>
<li><a href='http://www.matthewsdiehl.com/analytics/782-million-for-web-analytics-companies-in-2008/' rel='bookmark' title='Permanent Link: $78.2 million for Web Analytics Companies in 2008'>$78.2 million for Web Analytics Companies in 2008</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>I don&#8217;t know about everyone else but when I am working on a post I tend to refresh the preview page constantly. This adds a bit of bloat to the Google Analytics reports for site traffic. So, here is an easy way to clean up analytics to exclude preview traffic working on a WordPress powered blog or site.</p>
<p><strong>Step 1:</strong> Figure out the piece of the URL that distinguishes the preview page from all the other pages or posts on the site.</p>
<p><span id="more-480"></span></p>
<p>WordPress makes this one easy, here is an example of a preview page from my site: http://www.matthewsdiehl.com/?p=480&amp;<strong>preview=true</strong></p>
<p>I have bolded the key element to setting up this exclude filter. The &#8220;preview=true&#8221; sets this URL apart from the rest and is what we want to exclude from our reporting.</p>
<p>Now we are off to Google Analytics&#8230;</p>
<p><strong>Step 2:</strong> When looking at your list of profiles in the lower right hand corner of the screen look for an option called &#8220;Filter Manager&#8221;. Looks something like this:</p>
<p><div id="attachment_483" class="wp-caption alignleft" style="width: 298px">
	<a href="http://www.matthewsdiehl.com/wp-content/uploads/2009/07/filter-manager.jpg"><img class="size-full wp-image-483  " style="border: 0px;" title="filter-manager" src="http://www.matthewsdiehl.com/wp-content/uploads/2009/07/filter-manager.jpg" alt="google analytics filter manager" width="298" height="85" /></a>
	<p class="wp-caption-text">Google Analytics Filter Manager</p>
</div><br />
<br clear="all" /></p>
<p><strong>Step 3</strong>: Click the &#8220;+ Add Filter&#8221; button in the upper right hand corner of the filter list table. Looks like this:</p>
<p><div id="attachment_486" class="wp-caption alignleft" style="width: 103px">
	<a href="http://www.matthewsdiehl.com/wp-content/uploads/2009/07/add-filter.jpg"><img class="size-full wp-image-486 " style="border: 0px;" title="add-filter" src="http://www.matthewsdiehl.com/wp-content/uploads/2009/07/add-filter.jpg" alt="Google Analytics Add Filter Button" width="103" height="51" /></a>
	<p class="wp-caption-text">Google Analytics Add Filter Button</p>
</div><br />
<br clear="all" /></p>
<p><strong>Step 4</strong>: Set the following fields like so:</p>
<p>Filter Name: Exclude Preview Traffic<br />
Filter Type [pull down]: Custom filter<br />
Filter Type [radio buttons]: Exclude<br />
Filter Field [pull down]: Request URI<br />
Filter Pattern: preview=true<br />
Case Sensitive [radio buttons]: no</p>
<p>Then add the profiles this filter should be applied to.</p>
<p>The filter should look like this:</p>
<p><div id="attachment_487" class="wp-caption alignleft" style="width: 150px">
	<a href="http://www.matthewsdiehl.com/wp-content/uploads/2009/07/exclude-preview-filter.jpg" target="-blank"><img class="size-thumbnail wp-image-487 " style="border: 0px;" title="exclude-preview-filter" src="http://www.matthewsdiehl.com/wp-content/uploads/2009/07/exclude-preview-filter-150x150.jpg" alt="Filter Settings to Exclude Preview" width="150" height="150" /></a>
	<p class="wp-caption-text">Filter Settings to Exclude Preview</p>
</div><br />
<br clear="all" /></p>
<p>Now save changes and you are done!</p>


<p><strong>Related posts:<strong><ul><li><a href='http://www.matthewsdiehl.com/google/not-cuil-google-analytics/' rel='bookmark' title='Permanent Link: Not &#8220;Cuil&#8221; Google Analytics'>Not &#8220;Cuil&#8221; Google Analytics</a></li>
<li><a href='http://www.matthewsdiehl.com/analytics/bypassing-the-google-analytics-overview-pages/' rel='bookmark' title='Permanent Link: Bypassing the Google Analytics Overview Pages'>Bypassing the Google Analytics Overview Pages</a></li>
<li><a href='http://www.matthewsdiehl.com/analytics/782-million-for-web-analytics-companies-in-2008/' rel='bookmark' title='Permanent Link: $78.2 million for Web Analytics Companies in 2008'>$78.2 million for Web Analytics Companies in 2008</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bypassing the Google Analytics Overview Pages</title>
		<link>http://www.matthewsdiehl.com/analytics/bypassing-the-google-analytics-overview-pages/</link>
		<comments>http://www.matthewsdiehl.com/analytics/bypassing-the-google-analytics-overview-pages/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 16:16:14 +0000</pubDate>
		<dc:creator>matthewdiehl</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.matthewsdiehl.com/?p=119</guid>
		<description><![CDATA[The latest updates to Google Analytics brought about some great new tools including the Advanced Segments and Custom Reporting features. These both have proven to quite useful to me so far. However there was one change that at first I thought was a good idea but now find it to be a waste of time [...]


<strong>Related posts:<strong><ul><li><a href='http://www.matthewsdiehl.com/google/not-cuil-google-analytics/' rel='bookmark' title='Permanent Link: Not &#8220;Cuil&#8221; Google Analytics'>Not &#8220;Cuil&#8221; Google Analytics</a></li>
<li><a href='http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/' rel='bookmark' title='Permanent Link: Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic'>Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic</a></li>
<li><a href='http://www.matthewsdiehl.com/google/screenshots-of-updated-google-analytics-standard-segmentations/' rel='bookmark' title='Permanent Link: Screenshots of Updated Google Analytics Standard Segmentations'>Screenshots of Updated Google Analytics Standard Segmentations</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>The latest updates to Google Analytics brought about some great new tools including the Advanced Segments and Custom Reporting features. These both have proven to quite useful to me so far.</p>
<p>However there was one change that at first I thought was a good idea but now find it to be a waste of time and useless. What I am talking about are the new &#8220;Overview&#8221; pages both the all accounts and individual account overview pages.</p>
<p><span id="more-119"></span></p>
<p>The All Accounts Overview page has now added two additional clicks for me to get to my client&#8217;s website reports. On top of that the page is slow to load. Also, changing the list size or flipping between pages requires even more load time and doesn&#8217;t always work properly. What a mess!</p>
<p>Luckily, the Individual Account Overview page is quicker to load. But not always, depending on the number of profiles in an individual account which can add even more time wasted.</p>
<p>Here is the trick to get past those pages and save yourself a little time.</p>
<p>Previously I was using this as my go to link: <a rel="nofollow" href="https://www.google.com/analytics/settings/" target="_blank">https://www.google.com/analytics/settings/</a> but that has now been changed to the All Accounts Overview page.</p>
<p>So update your bookmarks to go to this url when going into Google Analytics: <a rel="nofollow" href="https://www.google.com/analytics/reporting/" target="_blank">https://www.google.com/analytics/reporting/</a></p>
<p>And that is how you avoid the slow and annoying &#8220;Overview&#8221; pages that are now part of Google Analytics.</p>


<p><strong>Related posts:<strong><ul><li><a href='http://www.matthewsdiehl.com/google/not-cuil-google-analytics/' rel='bookmark' title='Permanent Link: Not &#8220;Cuil&#8221; Google Analytics'>Not &#8220;Cuil&#8221; Google Analytics</a></li>
<li><a href='http://www.matthewsdiehl.com/analytics/cleaning-up-analytics-exclude-wordpress-preview-traffic/' rel='bookmark' title='Permanent Link: Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic'>Cleaning Up Analytics &#8211; How to Exclude WordPress Preview Traffic</a></li>
<li><a href='http://www.matthewsdiehl.com/google/screenshots-of-updated-google-analytics-standard-segmentations/' rel='bookmark' title='Permanent Link: Screenshots of Updated Google Analytics Standard Segmentations'>Screenshots of Updated Google Analytics Standard Segmentations</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthewsdiehl.com/analytics/bypassing-the-google-analytics-overview-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$78.2 million for Web Analytics Companies in 2008</title>
		<link>http://www.matthewsdiehl.com/analytics/782-million-for-web-analytics-companies-in-2008/</link>
		<comments>http://www.matthewsdiehl.com/analytics/782-million-for-web-analytics-companies-in-2008/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 16:34:43 +0000</pubDate>
		<dc:creator>matthewdiehl</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.matthewsdiehl.com/?p=23</guid>
		<description><![CDATA[There are a wealth of analytics companies trying to each grab their own share of the pie in this highly competitive niche software industry. However, there are four companies that have caught the attention of venture capitalist as potential shining stars trying to break away from the pack. Each company is offering a slightly different [...]


<strong>Related posts:<strong><ul><li><a href='http://www.matthewsdiehl.com/google/not-cuil-google-analytics/' rel='bookmark' title='Permanent Link: Not &#8220;Cuil&#8221; Google Analytics'>Not &#8220;Cuil&#8221; Google Analytics</a></li>
<li><a href='http://www.matthewsdiehl.com/daily-recap/all-your-knowledge-are-belong-to-me-4-8-2009/' rel='bookmark' title='Permanent Link: All Your Knowledge are Belong to Me &#8211; 4-8-2009'>All Your Knowledge are Belong to Me &#8211; 4-8-2009</a></li>
<li><a href='http://www.matthewsdiehl.com/social-media/top-100-social-brands-of-2008-by-industry/' rel='bookmark' title='Permanent Link: Top 100 Social Brands of 2008 by Industry'>Top 100 Social Brands of 2008 by Industry</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>There are a wealth of analytics companies trying to each grab their own share of the pie in this highly competitive niche software industry. However, there are four companies that have caught the attention of venture capitalist as potential shining stars trying to break away from the pack. Each company is offering a slightly different product homing in on different types of metrics and features website owners and advertisers are interested in.</p>
<p>Already in 2008, <a title="VentureBeat" href="http://www.venturebeat.com" target="_blank">Venture<span style="color: #ff0000;">Beat</span></a> has reported that these four analytics companies have received new venture capital coming in at a total of <strong>$78.2 million</strong>.</p>
<p><span id="more-23"></span></p>
<p>The first report came on February 15th when <a title="Nuconomy Analytics Tool" href="http://www.nuconomy.com/" target="_blank">NuConomy</a> secured a <a title="NuConomy $3 M Venuture Deal" href="http://venturebeat.com/2008/02/15/analytics-company-nuconomy-raises-3m-to-bury-the-page-view/" target="_blank">deal for $3 million</a>. NuConomy&#8217;s tool has drawn interest from the industry and capitalists due to its more in-depth cross-compare feature. This allows sites to cross-compare items like videos and images to site traffic.</p>
<p>The second deal reported by VentureBeat was a <a title="$60 M deal for Coremetrics" href="http://venturebeat.com/2008/04/04/web-analytics-company-coremetrics-raises-60m/" target="_blank">$60 million deal </a>for <a title="Coremetrics" href="http://www.coremetrics.com/" target="_blank">Coremetrics</a>. Coremetrics has separated itself from the pack by providing an analytics tool that combines other marketing tools. On top of the analytics tool Coremetrics has integrated several tools including search engine bid marketing, email marketing and cross sell applications.</p>
<p>In May, we saw the creator of the <a title="Website Grader" href="http://www.websitegrader.com/" target="_blank">free website grader tool</a>, <a title="HubSpot" href="http://www.hubspot.com/" target="_blank">HubSpot</a> secure their share of the cash by <a title="$12 M raised by HubSpot" href="http://venturebeat.com/2008/05/16/marketing-software-company-hubspot-raises-12m/" target="_blank">raising $12 million</a>. HubSpot has been working on a tool that focuses on &#8220;inbound marketing&#8221;. HubSpot&#8217;s tool will not only show how you acquired the traffic to your site but how you are performing on converting those visitors into paying customers.</p>
<p>Finally, a few short weeks ago at the beginning of June, <a title="Enquisite Analytics" href="http://www.enquisite.com/" target="_blank">Enquisite</a> was able to<a title="$3.2 M for Enquisite" href="http://venturebeat.com/2008/06/05/enquisite-raises-32-million-round-for-search-analytics-service/" target="_blank"> raise $3.2 million </a>for their analytics software. Enquisite&#8217;s analytics tool is focusing on search analytics by providing in-depth data on organic and PPC performance. The tool is &#8220;smart&#8221; in the fact it will automatically tweak campaigns based on keyword traffic as well as provide ad effectiveness data similar to what Nielsen does for TV ads.</p>
<p>So, is 2008 the year for web analytics companies? So far so good it seems.</p>


<p><strong>Related posts:<strong><ul><li><a href='http://www.matthewsdiehl.com/google/not-cuil-google-analytics/' rel='bookmark' title='Permanent Link: Not &#8220;Cuil&#8221; Google Analytics'>Not &#8220;Cuil&#8221; Google Analytics</a></li>
<li><a href='http://www.matthewsdiehl.com/daily-recap/all-your-knowledge-are-belong-to-me-4-8-2009/' rel='bookmark' title='Permanent Link: All Your Knowledge are Belong to Me &#8211; 4-8-2009'>All Your Knowledge are Belong to Me &#8211; 4-8-2009</a></li>
<li><a href='http://www.matthewsdiehl.com/social-media/top-100-social-brands-of-2008-by-industry/' rel='bookmark' title='Permanent Link: Top 100 Social Brands of 2008 by Industry'>Top 100 Social Brands of 2008 by Industry</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.matthewsdiehl.com/analytics/782-million-for-web-analytics-companies-in-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
