<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Adam Howitt Consulting Blog - Google Analytics</title>
			<link>http://www.adamhowitt.com/blog/index.cfm</link>
			<description>Evolve your website</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 08:26:47 -0400</pubDate>
			<lastBuildDate>Sat, 23 Jan 2010 10:17:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>adam@adamhowitt.com</managingEditor>
			<webMaster>adam@adamhowitt.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>adam@adamhowitt.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Adam Howitt Consulting Blog</title>
				<link>http://www.adamhowitt.com/blog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>0% Bounce Rate? Really?</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2010/1/23/0-Bounce-Rate-Really</link>
				<description>
				
				&lt;p&gt;You updated your website and your bounce rate dropped to zero percent or thereabouts - time to celebrate, right? Maybe.&lt;/p&gt;
&lt;h3&gt;Understanding Bounce Rates&lt;/h3&gt;
&lt;p&gt;Just a quick recap for the uninitiated - bounce rate represents the visitor who came to your site, looked at a single page and left without interacting with your website in any way. The goal of bounce rate is to count visitors who were so unimpressed that they didn&apos;t feel the need to find out any more about you or your company.&lt;/p&gt;
&lt;p&gt;Reducing your bounce rate should be a good thing and generally is but be very suspicious of a bounce rate of zero or a drop so substantial to be practically zero if your pages never performed so well before.&lt;/p&gt;
&lt;h3&gt;Troubleshooting Bounce Rates&lt;/h3&gt;
&lt;p&gt;Note that I only said &quot;be suspicious&quot; and not reject them outright. All you need to do is to understand if there is anything artificially affecting your bounce rate. If you can prove that each page generates a single pageview in Google Analytics you can crack open the champagne and dance in the streets.&lt;/p&gt;
&lt;p&gt;What are some of the factors that can lead to inflated bounce rates?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;AJAX tracking code&lt;/strong&gt;. I&apos;ve seen AJAX and jQuery code extensions that load content and send a trackpageview on document ready. In some cases if someone interacts with a dynamic section of your site, you want that interaction to be recorded as an interaction and not a bounce but if the trackPageview call occurs when the document has finished loading you&apos;ll see your average pageviews per visit jump to 2 or close to 2 for this reason. The first &quot;hit&quot; is real - the visitor was tracked with the normal tracking code at the end of your page. The second &quot;hit&quot; happened without the user touching their mouse or keyboard so you should take steps to disable this trackPageview in this instance. By all means track it if the user did something to make the content load though.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;iFrame content&lt;/strong&gt;. If your page includes an iFrame showing content from another part of your site that also has the tracking code you will probably see similar symptoms to the AJAX description above of inflated pageviews per visit and decreased time on page to practically zero.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Duplicate tracking code&lt;/strong&gt;. This is probably the most common culprit I&apos;ve seen. View the source code of one of your 0% bounce rate pages and search for ga.js and urchin.js in the code. Make sure you&apos;re viewing the source as displayed in your browser instead of the server side code because you&apos;ll be getting the exact picture of what is being sent to google vs. forgetting a file that get&apos;s included on the server side. To view the source code right click in some white space on the page you&apos;re testing and select view source from the popup. If you have one of each on the page or two of either with the same user account &quot;UA-xxxxxxx-x&quot; string you have a problem. In certain circumstances you might have two user accounts tracking a page but if you&apos;re reading this post, my guess is that you aren&apos;t at that point in your analytics sophistication!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Third party vendor&lt;/strong&gt;. Technically the same as a duplicate tracking code issue but slightly different. You might have a web page hosted on someone&apos;s platform like wordpress or site builder type setups. A common issue here is using built in Google Analytics tracking features provided by the vendor but using a designer&apos;s template that includes Google Analytics tracking too. &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Tools of the Trade&lt;/h3&gt;
&lt;p&gt;If the tips above weren&apos;t enough to get you an answer there are a couple of tools you can use to see what is being sent to Google Analytics when your page loads&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Packet sniffers&lt;/strong&gt;. These tools are fairly technical but your developers may be familiar with these kind of tools. They capture the web requests leaving your computer so you can review them and look for any traffic to _utm.gif. &lt;a href=&quot;http://www.wireshark.org/download.html&quot;&gt;Wireshark&lt;/a&gt; and &lt;a href=&quot;http://www.ethereal.com/download.html&quot;&gt;Ethereal&lt;/a&gt; are the most technical tools to use and not specifically dedicated to browser only traffic&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;HTTP Proxies&lt;/strong&gt;. Another technical tool you can change your browser settings to use an HTTP proxy that intercepts browser only traffic and will give you less background noise than a packet sniffer. I don&apos;t have any examples of these but someone in IT might be able to help&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Proxy Browser extensions&lt;/strong&gt;. The tools I use most are browser extensions that listen to the traffic from your browser but don&apos;t require an IT degree to install and use. Firefox has &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/3829&quot;&gt;LiveHTTPHeaders&lt;/a&gt; which works more like a proxy and shows you the traffic it is capturing. For Safari you can turn on the develop menu from the advanced preferences screen and look at the resources panel for your page looking for _utm.gif requests. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Analytics Tools&lt;/strong&gt;. If you are spending a lot of time on Analytics work for multiple clients or multiple internal sites, I recommend buying a copy of &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/4001&quot;&gt;WASP&lt;/a&gt;, recently acquired by &lt;a href=&quot;http://www.kaushik.net/avinash/&quot;&gt;Avinash Kaushik&lt;/a&gt;&apos;s company (so it can only get better). As it is, it sits in Firefox in the corner and quietly reports the Analytics solutions deployed on your server including tracking mechanisms used by the advertisers if you have banners too. Click Google Analytics when you see it and it shows you the Google Analytics hits described in the most user friendly way to tell you what was sent to Google. It deconstructs the variables in a Google Analytics request to make it easier to read. If you see two tabs in the panel that pops up that both say Google Analytics you&apos;ll be able to see what is being sent. Looking at the trackPageview title should give you a clue as to what is being reported.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Still stuck?&lt;/h3&gt;
&lt;p&gt;If you&apos;re still stuck at this point, fear not! I&apos;ve worked through many of these issues with my clients and I can help you get to the bottom of your issue and work with your developers to fix the problem. Send a request through our &lt;a title=&quot;Contact Adam Howitt Consulting&quot; href=&quot;/contact.cfm&quot;&gt;contact form&lt;/a&gt; and I will be in touch.&lt;/p&gt;
				
				</description>
						
				
				<category>Google Analytics</category>				
				
				<pubDate>Sat, 23 Jan 2010 10:17:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2010/1/23/0-Bounce-Rate-Really</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Google Analytics change to setVar to affect bounce rate and time on page</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2009/1/29/Google-Analytics-change-to-setVar-to-affect-bounce-rate-and-time-on-page</link>
				<description>
				
				&lt;p&gt;Google announced on Tuesday that as of Wednesday January 27th calls to the setVar method (used to create custom segments on your site) will no longer be counted as an interaction hit. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;What is an interaction hit?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Prior to January 27th, a call to setVar would be logged as an interaction hit meaning that if it followed a call to trackPageView, the bounce rate for that page would be 0% and the time on page would be tiny, reflecting the difference between the first call and the second call.&lt;/p&gt;
&lt;p&gt;This change is a positive move since bounce rate has long been considered a critical measure of success of marketing campaigns from all sources. &amp;nbsp;If you drive someone to a page and they leave immediately it is called a bounce and indicates that the messaging used to lure them to your site conflicts with what they were able to see when they arrived on your site (in the 8 seconds they typically spend on a given page). &amp;nbsp;Similarly if your time on page was underreported you might mistakenly waste time optimizing a problem that doesn&apos;t exist.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Who does this affect?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;A significant number of people who use Google Analytics &quot;out of the box&quot; won&apos;t be affected by this change as setVar is only something you implement as a conscious decision to group visitors into custom segments. &amp;nbsp;If in doubt, right click on a page on your site and click view source then look for setVar in the code (Control+F will pull up a search dialog).&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Why use segmentation?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You might choose to group landing pages into custom segments so you can compare the effect of landing pages on visitor behaviour. &amp;nbsp;Another common application is to use segments to label a visitor by their perceived intent. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I might track visitors landing on my site into segments based on source to differentiate the behaviour of visitors from social networking sites from that of other referral sources. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why? &amp;nbsp;The custom segments extend beyond the first visit and will only be changed if the visitor receives a subsequent segment, since the last referal before a sale is commonly accepted as the key influencer. &amp;nbsp;That said, if social networking sites deliver a lot of traffic but convert poorly into sales, I can see that trend across the larger group rather than look at myspace, facebook and twitter separately. &amp;nbsp;Similarly, the bounce rate and browsing habits might be very different so I would want to isolate this behavior from paid search to make sure I&apos;m not optimizing to a biassed crowd.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Alternatives to setVar&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Google recently launched a beta program for &quot;Advanced Segments&quot; located in the top right of the dashboard. &amp;nbsp;It allows you to pick from pre-defined segments and create your own. &amp;nbsp;It is a subset of the functionality provided by custom segments since it only tracks visits, not visitors, but is still incredibly useful. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example, you can compare behaviour on the site between browsers. &amp;nbsp;Looking for patterns here like drastically higher bounce rates could mean that your site renders poorly in one browser or actually appears broken to visitors for that browser. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have two segments I created to identify visitors who started on my blog and another to track visitors who began their visit on my home page. &amp;nbsp;Believe me, the insight this provides may help you divert the CEO&apos;s demands to put every new toy on the home page...&lt;/p&gt;
&lt;p&gt;I encourage you to play with the advanced segments feature, create some segments and compare behavior against the site and other similar but distinct segments to look for trends. &amp;nbsp;If you need help with this tool, of course you can contact me through the &lt;a title=&quot;Contact Adam Howitt Consulting Inc.&quot; href=&quot;/contact.cfm&quot;&gt;contact form&lt;/a&gt; on the site or leave me a question in the comments.&lt;/p&gt;
				
				</description>
						
				
				<category>Google Analytics</category>				
				
				<pubDate>Thu, 29 Jan 2009 11:11:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2009/1/29/Google-Analytics-change-to-setVar-to-affect-bounce-rate-and-time-on-page</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Double your conversion rate, quadruple your sales?</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2009/1/12/Double-your-conversion-rate-quadruple-your-sales</link>
				<description>
				
				&lt;p&gt;Sound unrealistic? &amp;nbsp;It depends where you start from of course but one client I&apos;m currently working with was able to turn up the heat through some simple changes to an estimate form pivotal to his business.&lt;/p&gt;
&lt;p&gt;My client, &lt;a title=&quot;Ship cars throughout the US&quot; href=&quot;http://www.auto-transporter.com/&quot;&gt;Auto-Transporter.com&lt;/a&gt;, ships cars around the US for people relocating or just heading south for the Winter. The goal of his website is to get visitors to submit an estimate form to his sales team. &amp;nbsp;He came to me looking for help developing a profitable Google AdWords campaign but I believe that is the last step of any optimization project, never a beginning. &amp;nbsp;Here&apos;s why.&lt;/p&gt;
&lt;p&gt;If your site converts 10% of your visitors and you get 1000 visitors a day you&apos;ll get 100 leads. &amp;nbsp;To double your leads with Google AdWords you&apos;ll need double the traffic. &amp;nbsp;Every day. &amp;nbsp;One thousand clicks at a typical cost-per-click of $1.50 is going to cost $1500 per day, $45,000 per month. &amp;nbsp;It&apos;s not sustainable for most businesses and depending on your experience with AdWords, you may end up attracting clicks from visitors outside your target audience, resulting in lower than expected conversions.&lt;/p&gt;
&lt;p&gt;The best way to get an additional 100 leads is to double the conversion rate of your site from 10% to 20%. &amp;nbsp;The same 1000 visitors a day now yields 200 leads and, since conversion rates tend to be consistent (for most businesses), you&apos;ll pay once for the work and reap the rewards day after day with no extra expenditure. &amp;nbsp;If you run the same Google AdWords campaign after optimizing your site you&apos;ll have four times as many leads!&lt;/p&gt;
&lt;p&gt;Just to be clear about conversion rates staying the same - it depends on what you do to market your business. &amp;nbsp;A hugely succesful marketing campaign that provides more information than your website does is likely to drive a spike in conversion rates but it masks the issues on your website. &amp;nbsp;Seasonal businesses are another exception but for the most part let&apos;s go with the consistency theory for the sake of argument.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Improving Conversion rates&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Okay, so how did we impact conversion rates? &amp;nbsp;We started by ensuring that every page in his site was &lt;span style=&quot;font-weight: bold;&quot;&gt;tagged with Google Analytics&lt;/span&gt; to help get a clear picture of what was happening on his site. &amp;nbsp;After confirming that the tracking codes were in place we waited a week to gather some meaningful data. &amp;nbsp;After all, it&apos;s hard to know if you&apos;ve improved something if you don&apos;t measure it!&lt;/p&gt;
&lt;p&gt;In our next meeting we used the data to decide how to &lt;span style=&quot;font-weight: bold;&quot;&gt;track the goal&lt;/span&gt; of estimate form completions as a goal in the Google Analytics reporting interface. &amp;nbsp;We &lt;span style=&quot;font-weight: bold;&quot;&gt;created a two step funnel&lt;/span&gt; to capture data about the number of visitors who saw the estimate page vs. those who submitted it successfully.&lt;/p&gt;
&lt;p&gt;Another week passed as we collected the data to begin a meaningful discussion. &amp;nbsp;The funnel showed us that 25% of &amp;nbsp;visitors would submit it, or put another way 75% left without submitting the form. &amp;nbsp;Think about this for a second. &amp;nbsp;75% of people didn&apos;t do what he wanted them to do. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;The goals in Google Analytics are smart enough to know that a visitor who saw the form, clicked around on the site and then came back to submit it is still a succesful visit and a conversion.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold; &quot;&gt;Why do people leave?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;There are many reasons why people leave sites and I&apos;m sure you can think of others but some I have come across are:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Not ready to buy&lt;/span&gt;: Does your form alienate people who aren&apos;t ready to buy?&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Form is buggy&lt;/span&gt;: Is it broken somehow in one or many web browsers?&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Confusion&lt;/span&gt;: Is it confusing in the way it is laid out or are the questions confusing or hard to answer?&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Restrictive&lt;/span&gt;: Do the options you offer as pre-selected answers to questions cover everything people might want to select?&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Intrusive&lt;/span&gt;: Does the form require too much personal information too soon? &amp;nbsp;If you need just one way to get in touch with the customer is it clear or does it appear that they should submit everything?&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Intimidating&lt;/span&gt;: Is the form too long or does it look to complicated?&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Lack of information&lt;/em&gt;: Did the visitors receive enough information prior to arriving at the form to be able to submit it? &amp;nbsp;Is there anything they need to know to be able to answer the questions?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is all well and good but how do you identify the issues? &amp;nbsp;Google Analytics only tells you who came, who left and who submitted the form but provides no further insight into the underlying problems.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Form Analytics Tool&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To dig deeper you need to use a form analytics tool and I can&apos;t recommend &lt;a href=&quot;http://www.clicktale.com?a_aid=c45ce94c&amp;amp;a_bid=147de29d&quot;&gt;&lt;img src=&quot;http://aff.clicktale.com/scripts/sb.php?a_aid=c45ce94c&amp;amp;a_bid=147de29d&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;ClickTale&lt;/a&gt; enough. &amp;nbsp;The script is installed on your form and the thank you page just like the Google Analytics tracking code. &amp;nbsp;The full tutorial of Clicktale is beyond the scope of this article and the tool packs many more secret powers but I use it primarily for form analytics. &amp;nbsp;Try to pick a plan matching the number of pageviews your form sees each day unless you&apos;re installing the script throughout your site, in which case you&apos;ll need a bigger plan. &amp;nbsp;I like their model because even if you don&apos;t pick the right plan, it will record as many pageviews as you&apos;ve paid for each day and no more but distributes these recordings throughout the day.&lt;/p&gt;
&lt;p&gt;We waited a week for &lt;a href=&quot;http://www.clicktale.com?a_aid=c45ce94c&amp;amp;a_bid=147de29d&quot;&gt;ClickTale&lt;/a&gt; to gather enough data about the form behavior then logged in to see what the tool could reveal. &amp;nbsp;We selected the last week as the date range for the form analytics report and after a brief pause the form is shown with key statistics across the top of the frame. &amp;nbsp;These include conversion rate, drop rate, completion time, blank field rate and refill rate.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Conversion rate&lt;/span&gt; is something we&apos;ve seen before in Google Analytics but just to reiterate, it represents the percentage of visitors who turned into leads in this case. &amp;nbsp;You can consider this an absolute measure of success for your form since increasing leads generates more sales! &amp;nbsp;As the page loads you&apos;ll also see a funnel with more detail about how many people saw the form, started it vs. didn&apos;t, tried to submit the completed form vs. didn&apos;t and finally those who successfully submitted the completed form vs. those who were unable to submit it successfully. &amp;nbsp;This last point means a visitor submitted the form but something was wrong with either their data, or there was a technical problem.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Drop rate&lt;/span&gt; is the number of visitors who started the form but didn&apos;t submit it. &amp;nbsp;A high drop rate lets you know that visitors are getting stuck somewhere and if you click on the summary along the top it swaps out the conversion rate panel with a drop report panel highlighting the fields on your form where people most commonly stop filling out the form.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Completion time&lt;/span&gt; is the average time taken for visitors to complete the form over the period. &amp;nbsp;It took an average visitor 8 minutes to complete the estimate form for the period we reviewed. &amp;nbsp;Click the completion time summary to see the time taken to complete each field and find the fields where people are scratching their heads!&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Blank field rate&lt;/span&gt; tells you what percentage of fields on the form are typically left empty. &amp;nbsp;Click the blank field rate summary to see an analysis of which fields were skipped most commonly. &amp;nbsp;If you really don&apos;t need the information that is being skipped you can reduce the complexity of the form and drive conversion rates by removing them. &amp;nbsp;If you do need the information, maybe you&apos;re asking the question in a way that isn&apos;t immediately obvious. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Refill rate&lt;/span&gt; indicates what percentage of your visitors tried to answer a given field but were asked to try again. &amp;nbsp;The summary covers the whole form but click that number to see the detail behind the failure rate of each field. &amp;nbsp;A high refill rate suggests either a poorly worded question or a field that is allowing people to enter the wrong thing - like a date field that doesn&apos;t make the format obvious. &amp;nbsp;While a web server can convert most date formats into the form it needs, people will spend less time thinking if you make it so obvious that they never get it wrong in the first place.&lt;/p&gt;
&lt;p&gt;People are empowered by forms they can fill in easily but project their anger about a complex form at your company and are unlikely to come back, unless you have some kind of monopoly. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;After reviewing my client&apos;s &lt;a href=&quot;http://www.clicktale.com?a_aid=c45ce94c&amp;amp;a_bid=147de29d&quot;&gt;Clicktale&lt;/a&gt; data we removed some fields, renamed some and changed the options on others and just one week later he saw a 50% increase in number of leads submitted and &lt;span style=&quot;font-weight: bold;&quot;&gt;conversion rates climbed from 25% to 36%&lt;/span&gt;. &amp;nbsp;Drop rate fell from 35% to 27%, completion time fell to just two minutes from eight minutes, half as many fields were left blank (11 down to 6) and the refill rate dropped from 4.7% to 2.7%!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As you can see it&apos;s a big improvement from changes that took a couple of hours to implement. &amp;nbsp;We&apos;ve contracted a designer to provide some different form designs to test based on the feedback from the last review and we expect to continue to improve.&lt;/p&gt;
&lt;p&gt;Fixing some of the issues on your forms is a cheap and effective way of increasing conversion rates which lead ultimately to a sustainable increase in revenue for the cost of less than a day of the Google AdWords campaign.&lt;/p&gt;
				
				</description>
						
				
				<category>ClickTale</category>				
				
				<category>Google Analytics</category>				
				
				<pubDate>Mon, 12 Jan 2009 07:13:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2009/1/12/Double-your-conversion-rate-quadruple-your-sales</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Seth Godin says my seminar is a lost cause</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2008/12/3/Seth-Godin-says-my-seminar-is-a-lost-cause</link>
				<description>
				
				&lt;p&gt;Well, close. &amp;nbsp;Jeff just sent me an &lt;a title=&quot;Evolution vs Gravity&quot; href=&quot;http://sethgodin.typepad.com/seths_blog/2008/12/gravity-is-just.html&quot; target=&quot;_self&quot;&gt;article from Seth&apos;s blog&lt;/a&gt; pointing out that marketing evolution is much harder than marketing gravity because gravity is something people already believe in.&lt;/p&gt;
&lt;p&gt;I&apos;m banking on people believing that &lt;a title=&quot;Website Evolution Seminar&quot; href=&quot;http://webevolutionseminar.com&quot; target=&quot;_self&quot;&gt;evolving your website&lt;/a&gt; is cheaper and more productive than starting from scratch or paying for AdWords campaigns. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;The seminar follows a logical flow from fixing the problems for the visitors you get before chasing new visitors with SEO and AdWords campaigns.&lt;/p&gt;
&lt;p&gt;The morning shows you how to use Google Analytics to analyze the traffic you get to find the problems on your website. &amp;nbsp;Next I&apos;ll cover Google Website Optimizer to help you split test a theory without fighting with the CEO over what goes on the home page.&lt;/p&gt;
&lt;p&gt;The afternoon starts with Search Engine Optimization basics to make sure you&apos;re getting the best free traffic possible before you invest in pay-per-click, the focus of the last session of the day. &amp;nbsp;Google AdWords can be expensive if the material covered in the first 3 sessions isn&apos;t addressed and I&apos;ll teach you how to change the way you buy your campaigns to get the most for your dollar.&lt;/p&gt;
&lt;p&gt;The first one day seminar is December 17th in Chicago and space is restricted to a cozy crowd of 10 to promote interaction and make sure everyone goes home with a personal action plan. &amp;nbsp;If you can&apos;t make it to Chicago for the day, let me know if you think there is a demand for the seminar in your city.&lt;/p&gt;
&lt;p&gt;Sign up now for &lt;a title=&quot;Web Evolution Seminar&quot; href=&quot;http://webevolutionseminar.com&quot; target=&quot;_self&quot;&gt;Website Evolution&lt;/a&gt;!&lt;/p&gt;
				
				</description>
						
				
				<category>Google AdWords</category>				
				
				<category>Google Website Optimizer</category>				
				
				<category>Google Analytics</category>				
				
				<category>Search Engine Optimization</category>				
				
				<pubDate>Wed, 03 Dec 2008 06:44:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2008/12/3/Seth-Godin-says-my-seminar-is-a-lost-cause</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Website Evolution Seminar</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2008/11/25/Website-Evolution-Seminar</link>
				<description>
				
				&lt;p&gt;Up the expertise you bring to the table. One-day intensive covers designing for search engine results, split testing of Web pages, using Analytics to arrive at a best design. Google tools provide you with a slam-dunk answers to every client design request.&lt;/p&gt;
&lt;p&gt;I&apos;m running a one-day four session seminar from the offices of Adam Howitt Consulting in Chicago on Wednesday, December 17th 2008.&lt;/p&gt;
&lt;p&gt;Find out more about &lt;a title=&quot;Website Evolution Seminar Chicago&quot; href=&quot;http://adamhowitt.com/website-evolution.cfm&quot; target=&quot;_self&quot;&gt;Website Evolution!&lt;/a&gt;&lt;/p&gt;
				
				</description>
						
				
				<category>Google AdWords</category>				
				
				<category>Google Website Optimizer</category>				
				
				<category>Google Analytics</category>				
				
				<category>Search Engine Optimization</category>				
				
				<pubDate>Tue, 25 Nov 2008 11:39:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2008/11/25/Website-Evolution-Seminar</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Cross Domain Funnels in Google Analytics</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2008/9/2/Cross-Domain-Funnels-in-Google-Analytics</link>
				<description>
				
				&lt;p&gt;I&apos;ve been battling Google Analtyics for the last week for two customers with a similar issue - each has a multi-step goal configured starting on one domain and ending on another.&lt;/p&gt;
&lt;p&gt;As &lt;a title=&quot;Add tracking code to store and cart pages&quot; href=&quot;http://www.google.com/support/analytics/bin/answer.py?answer=55532&amp;amp;ctx=sibling&quot; target=&quot;_self&quot;&gt;I understood it&lt;/a&gt; you add the tracking code to your store site and your third party shopping cart pages.&amp;nbsp; What I didn&apos;t realize and have never witnessed before, is that you must add the code to &lt;strong&gt;every page &lt;/strong&gt;in your store and &lt;strong&gt;every page &lt;/strong&gt;in your third party cart.&amp;nbsp; I found this out when I found a different &lt;a title=&quot;Add cross domain linker code to EVERY page&quot; href=&quot;http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;amp;answer=55503&quot; target=&quot;_self&quot;&gt;Google Support&lt;/a&gt; page on the topic than the one I had read earlier.&lt;/p&gt;
&lt;p&gt;The first &lt;strong&gt;symptom that something was wrong&lt;/strong&gt; was a funnel with a required step only reporting the first page despite a simple series of steps defined. &amp;nbsp;&amp;nbsp; I just couldn&apos;t understand why the second page which was part of the same domain was no longer tracking since I added the cross-domain linker updates.&lt;/p&gt;
&lt;p&gt;Next I re-read the page I referenced first above and realized that the cross-domain script goes on the destination as well as the source page but it didn&apos;t fix the funnel.&amp;nbsp; However, I was able to use the GA Navigation Summary (Content &amp;gt; Top Content &amp;gt; Page detail &amp;gt; Navigation Summary) to find each page of the flow.&amp;nbsp; Everything was being tracked here but not in my funnel. Hmm.&amp;nbsp; If you are on the Navigation Summary you should see step 2 of your funnel as the exit to step 1 but that wasn&apos;t the case.&lt;/p&gt;
&lt;p&gt;I searched for step 2 in the content dropdown and found it so I clicked that to see the Navigation summary for step 2.&amp;nbsp; Here I saw entrances but no step 1 as previous pages.&amp;nbsp; Stranger still, I could see step 3 (on the shopping cart domain) as a next page!&amp;nbsp; For step 3 as the navigation summary though - I couldn&apos;t see step 4 so I was missing 1 &amp;amp; 4.&lt;/p&gt;
&lt;p&gt;It was clear GA wasn&apos;t tracking the progression from step 1 &amp;gt; step 2 and starting a visit with step 2 somehow, recording step 3 next then ignoring the progression to step 4.&lt;/p&gt;
&lt;p&gt;The light bulb moment came when I guessed correctly that the use of the linker script on step 2 and 3 meant step 1 was tracked with one cookie before step 2 announced the need to mark pages as part of the domain &quot;none&quot; so it created a second cookie.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The step 3 page also uses the &quot;none&quot; domain and so continues with the second cookie since the linker has passed enough info along to set a matching cookie on the new domain.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Step 4 (thank you on shopping cart) didn&apos;t have the linker script so GA created a third cookie because the shopping cart domain didn&apos;t match the &quot;none&quot; domain set by the linker on step 3.&lt;/p&gt;
&lt;p&gt;I ran a test and, sure enough, my funnel started working again.&amp;nbsp; Pah.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;bottom line&lt;/strong&gt; is that when I re-read the wording on the reference pages, I&apos;d missed the subtle fact that you don&apos;t just tag the pages involved in the link but every page in your domain that are to be tracked when you do anything with third party domains to make sure your Google Analytics setuprecords every click.&lt;/p&gt;
				
				</description>
						
				
				<category>Google Analytics</category>				
				
				<pubDate>Tue, 02 Sep 2008 21:08:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2008/9/2/Cross-Domain-Funnels-in-Google-Analytics</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Google Adds Site Search to Google Analytics</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2007/11/2/Google-Adds-Site-Search-to-Google-Analytics</link>
				<description>
				
				&lt;p&gt;One of the most important but least tracked aspects of your website is how people use search to find things on your site.&amp;nbsp; Google Analytics has been updated to include a new section for tracking site searches by category.&lt;/p&gt;
&lt;p&gt;I&apos;ll explain why it&apos;s important to track search, describe each of the new reports Google Analytics provides, offer some conclusions you may be able to draw from the reports and then explain how to configure Google Analytics to track searches.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Why track searches?&lt;br /&gt;&lt;/strong&gt;People typically resort to searching your site when they are either in a hurry or can&apos;t find what they are looking for.&amp;nbsp; It can also be argued that if they are in a hurry and can&apos;t find what they are looking for that you still have an issue in that your site doesn&apos;t make the important information obvious enough.&amp;nbsp; Given that the average person spends around 8 seconds on each page of your site you might notice that it seems like everyone is in a hurry! &amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;What reports will using Google Analytics provide to help me?&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Visits: Who searched and when?
&lt;ul&gt;
&lt;li&gt;When did visitors use site search? - Trends over time to let you know when people are searching.&amp;nbsp; The drop down box on this report allows you to dig deeper to see how many visitors searched, total unique searches, how many result pages were viewed per search, percentage of people leaving after seeing your search results page (hint: they didn&apos;t find what they were looking for), percentage of people refining their search to be more specific (hint: your search results were not very helpful), time spent on your site after they searched and lastly how many results did they user click on to find what they needed.&amp;nbsp; All of these sub-reports should help you be more critical of your current embedded search.&amp;nbsp; If people are constantly refining searches or leaving but you know the content they needed was there, maybe it&apos;s time to consider Google&apos;s site search or another service.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;How do visitors who searched compare to those who didn&apos;t? - This report has the standard 3 tabs you may be familiar with from elsewhere in Google Analytics &quot;Site usage&quot;, &quot;Goal Conversion&quot; and &quot;Ecommerce&quot;.&amp;nbsp; The site usage tab allows you to use the drop down boxes to compare visitors that searched against those who did not in terms of how many pages were viewed, how many people after just one page (a &quot;bounce&quot;).&amp;nbsp; If you have configured goals for your site you can switch to the goal conversion tab and, for example, compare visitors who added an item to their cart who used search versus those who did not to see if searches are more or less likely to purchase from you.&amp;nbsp; If you have e-commerce configured for analytics you can go one step further and the e-commerce tab will tell you if you get more revenue from people who search than those who don&apos;t.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Search: What did visitors search for?
&lt;ul&gt;
&lt;li&gt;Which search terms did visitors use? This report can tell you what the top terms used to search your site were and gives you the same 3 tabs as the previous report.&amp;nbsp; This means that you can see whether people were more likely to leave your site or buy something based on the terms they used to search.&amp;nbsp; Clearly if you do track revenue based on visitors to your site and you see that a popular search term results in substantial revenue, it is a strong indicator that this item or product isn&apos;t prominent enough in your navigation but has good demand.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Which categories did visitors search?&amp;nbsp; This report tells you how many people are using the more advanced category based searches. You can investigate whether one category of search causes more people to leave the site or purchase something than the other categories of search.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Content: Where did visitors search?
&lt;ul&gt;
&lt;li&gt;Where did visitors start their searches?&amp;nbsp; Searchers always have a starting page and this report can tell you which page was the last page they visited before they gave up clicking your navigation and tried to search instead.&amp;nbsp; This doesn&apos;t necessarily mean that the starting page was the dud because they may have bounced around your site with the navigation first.&amp;nbsp; People want to be successful and feel empowered when they use your site and you can improve this feeling by making visitors feel like they were able to find what they needed by clicking.&amp;nbsp; It&apos;s a small victory but it makes people feel a little happier to use your site so if they resort to searching it can be very disappointing.&amp;nbsp; &lt;/li&gt;
&lt;li&gt;Which pages did visitors find?&amp;nbsp; Once they searched, where did they end up?&amp;nbsp; This report will tell you where people went for each type of search.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;What should you look for?&lt;br /&gt;&lt;/strong&gt;Take a look at the top 10 search terms on the site and think about the role of your website.&amp;nbsp; Are any of the search terms valid terms for someone interested in reaching the ultimate goal of your website?&amp;nbsp; The ultimate goal might be signing up for a newsletter, filling out an application, buying something or submitting a contact form.&amp;nbsp; If the terms are for this type of content then you may have an information architecture problem.&amp;nbsp; The solution to this problem is broader than the scope of this post but you should probably gather some of your team together to brainstorm some ideas.&amp;nbsp; Here are some general pointers but for more information checkout Steve Krug&apos;s &quot;&lt;a title=&quot;Don&apos;t make me think&quot; href=&quot;http://www.amazon.com/exec/obidos/ASIN/0321344758/thesurgerepor-20&quot; target=&quot;_self&quot;&gt;Don&apos;t make me think&lt;/a&gt;&quot;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Emphasis is an accent&lt;/strong&gt;.&amp;nbsp; If everything on a page is emphasized, nothing on a page is emphasized. &amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prioritize&lt;/strong&gt;.&amp;nbsp; Your web page reads from top to bottom so the most important messages should appear at the top.&amp;nbsp; There is only one number one slot on the page.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Keep it above the fold&lt;/strong&gt;.&amp;nbsp; Not everything deserves to appear in the top part of the page, the trick is deciding which content doesn&apos;t belong there.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Think like your visitor&lt;/strong&gt;.&amp;nbsp; Try to get some people who are unfamiliar with your website to review any different concepts for reorganizing your pages to make sure they can find the new elements you introduce.&amp;nbsp; An alternative is to try the Google Website Optimizer to test the new designs side by side, otherwise known as an A/B test.&amp;nbsp; Google serves your new and the old design to a fraction of your existing traffic so you can monitor changes in search behavior and navigation behavior.&amp;nbsp; Ultimately you can track how many more people converted/ purchased/ signed up because of the new design and make the switch if you have positive results.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;To setup search analytics for your site in &lt;a title=&quot;Google Analytics&quot; href=&quot;http://analytics.google.com&quot; target=&quot;_self&quot;&gt;Google Analytics&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Analytics Settings for the site where you want to monitor searches&lt;/li&gt;
&lt;li&gt;Click the edit link on the far right of the &quot;Main Website Profile Information&quot; section&lt;/li&gt;
&lt;li&gt;You should see a site search section with &quot;don&apos;t track site search&quot; selected&lt;/li&gt;
&lt;li&gt;Change this to &quot;Do track site search&quot; and you should see a new field appear for query parameter and categories&lt;/li&gt;
&lt;li&gt;The query parameter is the part of your URL which is used to tell your web server which search term was used.&amp;nbsp; To work this out, go to the search box on your site, enter a search term and hit submit.&amp;nbsp; Look at the URL on the search results page and you should see something like q=my+search+term or search=my+search+term or something similar.&amp;nbsp; &quot;q&quot; and &quot;search&quot; are query string parameters and &quot;my+search_term&quot; is the search term.&amp;nbsp; You may have more than one pair of parameters and search terms, especially if your search has options like cat=my+category where you filter a search based on a category of your website.&lt;/li&gt;
&lt;li&gt;Enter a list of each query string parameter found in the previous step, separated by commas. So we would use q or search for our example above.&lt;/li&gt;
&lt;li&gt;If you found that you do have different categories of search like &quot;search people&quot;, &quot;search offices&quot;, &quot;search products&quot; and there is a query string parameter used to differentiate each search type, select yes where it asks &quot;Do you use categories for site search?&quot; and enter the list of category parameter names.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
				
				</description>
						
				
				<category>Google Analytics</category>				
				
				<pubDate>Fri, 02 Nov 2007 10:00:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2007/11/2/Google-Adds-Site-Search-to-Google-Analytics</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Tracking customers beyond domain boundaries</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2007/9/13/Tracking-customers-beyond-domain-boundaries</link>
				<description>
				
				&lt;p&gt;When a user clicks a link on your site, taking them to a new domain or sub-domain, your Google Analytics reports show an abandonment from the first domain and a referral on the second.&amp;nbsp; This poses problems if you are trying to track things like a sales funnel because you get artificially high abandonment rates.&lt;/p&gt;
&lt;p&gt;You can install the Google script on both domains but because the cookie is tied to the first domain it is recorded as an abandonment for one and a referral for the second site you go to.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To get around this Google has instructions about &lt;a title=&quot;Tracking domain changes in Google Analytics&quot; href=&quot;http://www.google.com/support/googleanalytics/bin/answer.py?answer=55532&amp;amp;hl=en%20&quot; target=&quot;_self&quot;&gt;tracking domain changes&lt;/a&gt; as your customers navigate from one domain to another and back again.&lt;/p&gt;
&lt;p&gt;The intent of this approach is for things like third party shopping carts where you may have control over the layout to be able to show your script but the domain name is that of the provider.&amp;nbsp;&lt;/p&gt;
				
				</description>
						
				
				<category>Google Analytics</category>				
				
				<pubDate>Thu, 13 Sep 2007 14:44:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2007/9/13/Tracking-customers-beyond-domain-boundaries</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Profitable Online Marketing with Google Analytics</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2007/9/10/Profitable-Online-Marketing-with-Google-Analytics</link>
				<description>
				
				&lt;p&gt;After 9 years of working for other people I&apos;ve decided to go solo and start my own &lt;a title=&quot;Adam Howitt Consulting&quot; href=&quot;http://www.adamhowitt.com&quot; target=&quot;_self&quot;&gt;consulting business&lt;/a&gt;.&amp;nbsp; The site is rudimentary right now as I only handed in my notice today.&amp;nbsp; As regular readers may be aware, I&apos;ve evolved from an entry level programmer to a Senior Application Architect in my current role since getting my Masters in Software Engineering and developed an interest in implementing &lt;a title=&quot;Google Technologies presentation&quot; href=&quot;index.cfm?t=Google_Technology_Presentation_selling_out_fast&amp;amp;mode=entry&amp;amp;entry=73714B13-86F9-13EE-784190BF9FD83CD4&amp;amp;dv=link&quot; target=&quot;_self&quot;&gt;Google technologies&lt;/a&gt;.&amp;nbsp; In my spare time I&apos;ve been fostering a worldwide smash-hit, &lt;a title=&quot;WalkJogRun.net&quot; href=&quot;http://www.walkjogrun.net&quot; target=&quot;_self&quot;&gt;WalkJogRun.net&lt;/a&gt;, with over 4,000 visitors per day and 100,000 routes worldwide.&amp;nbsp; I&apos;m addicted to Google Analytics and have a white paper due out under my current employers, &lt;a title=&quot;Duo Consulting&apos;s Blog&quot; href=&quot;http://www.duoconsulting.com/blog&quot; target=&quot;_self&quot;&gt;Duo Consulting&lt;/a&gt;, explaining how to monitor the effectiveness of your marketing campaigns and tune the content on your website.&lt;br /&gt; &lt;br /&gt; The last three years at Duo has been a fantastic experience for me giving me the freedom to explore exciting new technologies and all under billable hours because our clients are willing to try new things.&amp;nbsp; I&apos;ve load tested and refined the &lt;a title=&quot;Chicago Park District Program Browser&quot; href=&quot;http://programs.chicagoparkdistrict.com/programBrowser&quot; target=&quot;_self&quot;&gt;Chicago Park District programs website&lt;/a&gt; to support as many as 3,000 transactions in the first 3 minutes of registration every quarter, debugged and load tested third-party ColdFusion CMS tools and built a &lt;a title=&quot;Cicada Mashup&quot; href=&quot;http://cicadas.lcfpd.org/cicadamap/&quot; target=&quot;_self&quot;&gt;Cicada Emergence Google Mashup&lt;/a&gt; in the last year alone.&amp;nbsp; I&apos;ve implemented Google Analytics for many of our clients resulting in important business changing results.&amp;nbsp; Clients have paused underperforming ad campaigns, monitored the performance of redesign work, reallocated advertising dollars and even redesigned their shopping cart checkout process on the strength of tell-tale numbers through my analysis.&lt;br /&gt; &lt;br /&gt; The primary focus of my new business will be helping clients to install Google Analytics, establish their goals for the websites and then monitor the effectiveness of their sites and the advertising campaigns they create.&amp;nbsp; I&apos;ll help them identify areas of their sites underperforming and evaluate their ad campaigns to get the most out of every dollar.&amp;nbsp; I have colleagues who can help with content development, Duo will be my first referral as far as deeper restructuring work and I can do development work too. &amp;nbsp;&lt;br /&gt; &lt;br /&gt; The secondary focus for my business will be to load test web applications and either help developers benchmark the sites or discover the bottlenecks and resolve them.&amp;nbsp; I see this as a huge opportunity as the web continues to grow and web applications surpass the lowly traffic expectations they were initially conceived to handle.&amp;nbsp; In some cases the trouble will be at the database level, sometimes it is the JVM, sometimes it&apos;s an innocuous ColdFusion funciton like createUUID that hit the OS behind the scenes and crash JRun every 10 concurrent visitors. &amp;nbsp;&lt;br /&gt; If you have read any of my posts in the past and value the expertise you have found, or if you have read this description and think you or someone you know would value from this kind of service, please pass on the link or get in touch.&amp;nbsp; I can be reached by email at adamhowitt@gmail.com or by phone at +1 (312) 714 9229.&amp;nbsp; Thanks for reading and stay tuned for more of the same tips, tricks and commentary.&lt;/p&gt;
				
				</description>
						
				
				<category>Google Analytics</category>				
				
				<pubDate>Mon, 10 Sep 2007 20:51:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2007/9/10/Profitable-Online-Marketing-with-Google-Analytics</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Google Technology Presentation selling out fast</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2007/6/12/Google-Technology-Presentation-selling-out-fast</link>
				<description>
				
				&lt;p&gt;I&apos;ve just had some exciting news that my &quot;&lt;a title=&quot;Using Google Tools to optimize content for business results&quot; href=&quot;http://www.webcontent2007.com/programsDetails.html#google&quot; target=&quot;_self&quot;&gt;Using Google Tools to optimize content for business results&lt;/a&gt;&quot; presentation at &lt;a title=&quot;Web Content 2007&quot; href=&quot;http://www.webcontent2007.com/speakers.html&quot; target=&quot;_self&quot;&gt;Web Content 2007&lt;/a&gt; is filling up fast.&amp;nbsp; The presentation explains how to manage the risk assoicated with making changes to your website through Google&apos;s A/B testing tool &quot;Website Optimizer&quot; and how to use Google Analytics to measure the effectiveness of your changes.&amp;nbsp; It wraps up with an explanation about how to run a profitable Google AdWords campaign.&lt;/p&gt;
&lt;p&gt;If you are interested in attending, the two day seminar is in Chicago on June 18th and 19th and includes &lt;strong&gt;Jason Fried&lt;/strong&gt; of &lt;a title=&quot;37signals &quot; href=&quot;http://37signals.com&quot; target=&quot;_self&quot;&gt;37signals&lt;/a&gt; amongst other big names.&lt;/p&gt;
				
				</description>
						
				
				<category>Google AdWords</category>				
				
				<category>Google Website Optimizer</category>				
				
				<category>Google Analytics</category>				
				
				<pubDate>Tue, 12 Jun 2007 16:09:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2007/6/12/Google-Technology-Presentation-selling-out-fast</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>MVC - Most Valuable Customer</title>
				<link>http://www.adamhowitt.com/blog/index.cfm/2007/6/6/MVC--Most-Valuable-Customer</link>
				<description>
				
				&lt;p&gt;There was a great question about my &lt;a title=&quot;Google Analytics E-commerce&quot; href=&quot;index.cfm?mode=entry&amp;amp;entry=1250F628-102D-1072-4AF7D32147A187AE&quot; target=&quot;_self&quot;&gt;Google Analytics e-commerce post&lt;/a&gt; this morning so I wanted to repost the solution I offered here.&amp;nbsp; Greg wanted to know how to work out which referers and keywords drive the most revenue for his site when customers return over a period of a few months.&lt;/p&gt;
&lt;p&gt;First I&apos;ll show you how to find high revenue customers generally then address your issue where people spend money over several months.&lt;/p&gt;
&lt;p&gt;In the new reporting interface if you go to the &quot;traffic sources&quot; menu item on the left of your reporting interface and select &quot;all traffic sources&quot; you are nearly there. If you have correctly configured e-commerce tracking you should see three tabs above the table of results on the page &quot;Site usage&quot;, &quot;Goal Conversion&quot; and &quot;Ecommerce&quot;. Select &quot;Ecommerce&quot; and the table shows different columns. Left-click your mouse on the column &quot;revenue&quot; and your report is now a sorted list of the referring sites generating the highest revenue for you.&lt;/p&gt;
&lt;p&gt;The other sort order you can use would be to click the &quot;average value&quot; comment to see which site refers the customers with the highest average order value which sounds like it might be what you are looking for.&lt;/p&gt;
&lt;p&gt;The last report you may want to look at is under &quot;Traffic Sources&quot; &amp;gt; &quot;Keywords&quot; then select the &quot;Ecommerce&quot; tab and sort the table by &quot;revenue&quot; or &quot;average value&quot;.&lt;/p&gt;
&lt;p&gt;Google&apos;s cookie typically will keep track of a returning customer to your site so the original referer is maintained. This means the reports I describe above will still help you identify the best keywords and sites for visitors who keep coming back - just look for the highest average revenue referer and keyword.&lt;/p&gt;
&lt;p&gt;If you need to track the average number of transactions per referer you can either set a cookie on the visitors browser incremented each time they place an order and pass that as a custom parameter on the checkout page or a more robust solution would be to query your customer order database on the checkout page to count how many orders they have placed and pass it in the same way. This is more robust because it doesn&apos;t rely on the client not deleting cookies periodically. This solution would also allow you to track a different stat too - you could pass the lifetime revenue as a custom parameter on the checkout page. A filter would allow you to translate the values into revenue bands and then under &quot;Visitors&quot; &amp;gt; &quot;User Defined&quot; you could review each revenue band. You have the option of looking at each user defined value cross-referenced by segment (the dropdown) so you can see which referers and keywords are responsible for the highest lifetime value customers.&lt;/p&gt;
				
				</description>
						
				
				<category>Google Analytics</category>				
				
				<pubDate>Wed, 06 Jun 2007 07:01:00 -0400</pubDate>
				<guid>http://www.adamhowitt.com/blog/index.cfm/2007/6/6/MVC--Most-Valuable-Customer</guid>
				
			</item>
			
		 	
			</channel></rss>