<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>AB Testing - analytics</title>
			<link>http://alwaysbetesting.com/abtest/index.cfm</link>
			<description>Always be testing... your guide to continuous improvement.</description>
			<language>en-us</language>
			<pubDate>Thu, 02 Sep 2010 20:19:19 -0700</pubDate>
			<lastBuildDate>Thu, 08 Oct 2009 07:42:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>andyed@gmail.com</managingEditor>
			<webMaster>andyed@gmail.com</webMaster>
			
			
			
			
			
			<item>
				<title>Statistics 202: Statistical Aspects of Data Mining</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/10/8/Statistics-202-Statistical-Aspects-of-Data-Mining</link>
				<description>
				
				Highly recommended - a Standford class delivered at Google with the lectures available on Google Video / Youtube.

The course uses both the open source stats tool R as well as Excel for the heavy and lightweight ways to get things done.

The slides are at &lt;a href=&quot;http://www.stats202.com/original_index.html&quot;&gt;stats202.com&lt;/a&gt;.

Navigating the YouTube UI to work through these vids is painful, so I created a playlist with the videos. Click through for the larger format video:
&lt;object width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/p/2E64AA09CB0A6C6C&amp;amp;hl=en&amp;amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/p/2E64AA09CB0A6C6C&amp;amp;hl=en&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;480&quot; height=&quot;385&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

Happy data-mining!
				
				</description>
						
				
				<category>tools</category>				
				
				<category>analytics</category>				
				
				<pubDate>Thu, 08 Oct 2009 07:42:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/10/8/Statistics-202-Statistical-Aspects-of-Data-Mining</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Monitoring Branded Traffic with Google Analytics</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/9/7/Monitoring-Branded-Traffic-with-Google-Analytics</link>
				<description>
				
				Tracking branded traffic is a useful activity for any business.  Branded traffic refers to users who seek out your business by name, either through historical familiarity or perhaps the translation of offline marketing into online activity.  Thus, it can measure the effectiveness of offline advertising and the growth of a loyal custom user base, with the help of return rate metrics.

In some cases, these visits show up as &quot;&lt;strong&gt;direct traffic&lt;/strong&gt;&quot; in analytics.  This means the visit came in without a referring URL in the CGI headers.  Clicking a link from a site to visit another site will pass the preceding site&apos;s URL in this referral section of the HTTP headers, that part of web &quot;clicks&quot; that&apos;s invisible to the average user.  When a user types in a URL directly, or clicks a bookmark, this field is empty.  Alas, the utility of an empty referrer at indicating branded traffic has degraded over the years as firewall products begin to block the passing of the referrer due to potential privacy concerns.

Another phenomena has worked to decrease the comprehensiveness of direct traffic as a measure of branded search.  The pervasiveness and ease of user of internet search engine in modern browsers has led users to simplify the task of reaching a destination down to one tool: the search box.  While it&apos;s theoretically more efficient to enter the URL in the url bar, many users simply use their default search engine for keywords and URL entry (&lt;a href=&quot;http://surfmind.com/muzings/?p=119&quot;&gt;est. 5% of search engine queries&lt;/a&gt; from Teevan, Adar, Jones, &amp; Potts. SIGIR 2007) because the simplicity of one operation overrides the efficiency gain of a dedicate search box.  

The large number of domain squatters with mis-spelling and typos of popular destinations producing generally useless experiences make the search engines popularity skew to error correction on URLs an especially nice change to a cybersquatter&apos;s shop of trinkets.  

So I recommend creating a Google Analytics advanced segment that captures both direct traffic and inbound search referrals with query terms that uniquely identify your business.  For some names, this may not be viable, but for most you can capture a large percent of the direct navigation.  For instance, myweddingfavors.com gets branded searches for &quot;my wedding favors&quot; and &quot;myweddingfavors.com&quot;.  The &lt;em&gt;my&lt;/em&gt; term is the key signal that the query is branded.

Here&apos;s an example of the config:&lt;br/&gt;
&lt;a href=&quot;http://www.flickr.com/photos/andyed/3898519357/&quot;&gt;
&lt;img src=&quot;http://farm3.static.flickr.com/2478/3898519357_ba2168e1d4.jpg&quot; border=&quot;0&quot; align=&quot;center&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
Be sure to name your segment for the site you set it up on as segments are shared across sites in an account.

&lt;a href=&quot;http://www.flickr.com/photos/andyed/3899300786/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3453/3899300786_74a4e26f05_m.jpg&quot; align=&quot;right&quot; title=&quot;Traffic Report for Branded Segment&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;And here&apos;s a report validating the conclusions:&lt;br/&gt;

&lt;ul&gt;
&lt;ol&gt;85% of &lt;a href=&quot;http://iblipper.com&quot;&gt;iBlipper&lt;/a&gt; branded traffic is type-in and other components of direct&lt;/ol&gt;
&lt;ol&gt;As it should be, no referring sites are included in iblipper branded&lt;/ol&gt;
&lt;ol&gt;Over a third of search engine traffic is branded.
&lt;/ol&gt;
&lt;/ul&gt;
				
				</description>
						
				
				<category>analytics</category>				
				
				<pubDate>Mon, 07 Sep 2009 22:15:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/9/7/Monitoring-Branded-Traffic-with-Google-Analytics</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Bing! You&apos;ve got SERP Position</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/6/30/Bing-Youve-got-SERP-Position</link>
				<description>
				
				The &lt;a href=&quot;http://alwaysbetesting.com/abtest/includes/seopositionplus.js&quot;&gt;SEO Position Plus&lt;/a&gt; script has been updated to pull page offset from Bing.com -- thanks to Stomper &lt;a href=&quot;http://www.bunkbedsnow.com/&quot;&gt;Jim MacKay&lt;/a&gt;.  Get it at the normal place and keep an eye on &lt;a href=&quot;http://gist.github.com/138555&quot;&gt;http://gist.github.com/138555&lt;/a&gt;.
				
				</description>
						
				
				<category>search</category>				
				
				<category>tools</category>				
				
				<category>analytics</category>				
				
				<pubDate>Tue, 30 Jun 2009 21:26:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/6/30/Bing-Youve-got-SERP-Position</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Using Open Source Tools to Understand Your Data: R &amp; GGobi</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/6/14/Using-Open-Source-Tools-to-Understand-Your-Data</link>
				<description>
				
				&lt;a href=&quot;http://www.flickr.com/photos/32717188@N05/3615075818/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3645/3615075818_c5914b7c82_m.jpg&quot; align=&quot;right&quot; border=&quot;0&quot; padding=&quot;6&quot;/&gt;&lt;/a&gt;
I&apos;ve been a long time, occasional, user of an open source alternative to high-end statistic packages like SAS &amp; SPSS called &quot;R&quot;.  I recently spent some time learning an associated data exploration tool called &quot;&lt;a href=&quot;http://www.ggobi.org/&quot;&gt;GGobi&lt;/a&gt;&quot; and the integration with &lt;a href=&quot;http://www.ggobi.org/rggobi/&quot;&gt;R (rggobi)&lt;/a&gt;.


While R is a worthy tool for data summarization, stats, plotting, and cleaning, GGobi is especially useful for exploration.  It features &quot;linked plots&quot; in which mousing over a point in one plot highlights it in all other plot windows.  I&apos;m a big fan of the scatterplot matrix (shown to right) for understanding relationships between variables and distribution shapes.

This is probably overkill for basic website stats from Google Analytics, but is very useful for more complex data. I&apos;ve crafted a screencast that walks through the basics of reading a CSV and launching GGobi through R.  It then goes on create a scatterplot matrix and apply a custom color scheme.

&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/OIkuQFQLMeo&amp;hl=en&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/OIkuQFQLMeo&amp;hl=en&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

The dataset in use here is data volunteered from Firefox users about their bookmarks and history data-stores. Details of the analysis are &lt;a href=&quot;http://surfmind.com/muzings/?p=339&quot;&gt;described here&lt;/a&gt;.

Getting a handle on R is pretty much a pre-requisite for getting value from GGobi.  There are lots of great resources online including &lt;a href=&quot;http://www.statmethods.net/index.html&quot;&gt;Statmethods.net Quick-R&lt;/a&gt; but the essential reference action is to add &lt;a href=&quot;http://rseek.org&quot;&gt;R-Seek.org&lt;/a&gt; to your browser search box.
				
				</description>
						
				
				<category>analytics</category>				
				
				<pubDate>Sun, 14 Jun 2009 05:12:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/6/14/Using-Open-Source-Tools-to-Understand-Your-Data</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Google Analytics API Roundup</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/4/27/Google-Analytics-API-Roundup</link>
				<description>
				
				Man, you gotta love the internet. Within a week of the general &lt;a href=&quot;http://analytics.blogspot.com/2009/04/attention-developers-google-analytics.html&quot;&gt;availability of the Google Analytics API&lt;/a&gt; there&apos;s an explosion of interesting new works and open source creations.  While some folks may have had access before the announcement, the checkin streams on github show there&apos;s no time like the present.

There are two Ruby wrappers: &lt;a href=&quot;http://github.com/cannikin/gattica/tree/master&quot;&gt;Gattica&lt;/a&gt; and &lt;a href=&quot;http://github.com/vigetlabs/garb/tree/master&quot;&gt;Garb&lt;/a&gt; as well as one in &lt;a href=&quot;http://blog.clintecker.com/post/100021441/python-google-analytics-client-how-to-use-it-and-how&quot;&gt;Python&lt;/a&gt;. (Update: See this &lt;a href=&quot;http://analytics.blogspot.com/2009/05/nine-new-google-analytics-api-client.html&quot;&gt;offc. Google Analytics blog post&lt;/a&gt; for more)

&lt;a href=&quot;http://www.flickr.com/photos/andyed/3478724430/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3304/3478724430_fa8168ebfa.jpg?v=0&quot; width=&quot;50%&quot; border=&quot;0&quot; align=&quot;right&quot;&gt;&lt;/a&gt;
I did a bit of hacking over the weekend and adapted one of the &lt;a href=&quot;http://code.google.com/p/ga-api-javascript-samples/&quot;&gt;code samples&lt;/a&gt; to present a word cloud of search referral keywords.  Bounce rate is mapped to opacity and frequency to sum of traffic from all phrases including the word.

Mad props to the Juice Analytics folks for their &lt;a href=&quot;http://vascodegapi.juiceanalytics.com/&quot;&gt;Google API explorer tool&lt;/a&gt; for making it easy to get a grasp on the capabilities and restrictions. There are some &lt;a href=&quot;http://www.viget.com/extend/introducing-garb-access-the-google-analytics-data-export-api-with-ruby/&quot;&gt;hard to predict limitations&lt;/a&gt; on the factor and metric combinations allowed. Also notable in limitations is no support for &lt;a href=&quot;http://groups.google.com/group/google-analytics-data-export-api/browse_thread/thread/7c7b8b1a100d23a8&quot;&gt;eventing data&lt;/a&gt;.

There&apos;s sure to be lots of &lt;a href=&quot;http://del.icio.us/andyed/googleanalytics&quot;&gt;interesting things to come&lt;/a&gt;.  I&apos;m not especially interested in tools that mimic the functionality of the web site in desktop application form, but rather in tools that go beyond the analyses that GA enables. &lt;a href=&quot;http://code.google.com/apis/analytics/docs/gdata/gdataGallery.html&quot;&gt;Check out Google&apos;s gallery&lt;/a&gt; for a mix of the two.

The &lt;a href=&quot;http://www.desktop-reporting.com/index.html&quot;&gt;desktop reporting.com&lt;/a&gt; folks have a basic replication widget available with the promise of fancier stuff to come. The Juice Analytics folks have a &lt;a href=&quot;https://www.concentrateme.com/features/&quot;&gt;keyword research tool called Concentrate&lt;/a&gt;.

We&apos;re pondering keyword applications as well, along with traffic source, automated diagnostics, and more advanced path analyses. What would you like to see available from your Google Analytics data?

Finally, if you&apos;d like to try the keyword cloud view on your site, here&apos;s &lt;a href=&quot;http://alwaysbetesting.com/abtest/tools/gaviz/keywordcloud.html&quot;&gt;the link for the exceptionally quick keyword cloud hack&lt;/a&gt; above.  Works best in Safari / Chrome at the moment strangely.
				
				</description>
						
				
				<category>tools</category>				
				
				<category>analytics</category>				
				
				<pubDate>Mon, 27 Apr 2009 19:07:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/4/27/Google-Analytics-API-Roundup</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>SEO Position Plus: Log Your Exact Google Rank with Google Analytics</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/4/22/Log-Your-Exact-Google-Rank-with-Google-Analytics</link>
				<description>
				
				&lt;a href=&quot;http://flickr.com/photos/andyed/3159804584/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3081/3159804584_4cd3dc0cbe.jpg?v=0&quot; border=&quot;0&quot; align=&quot;right&quot; hspace=&quot;4&quot;&gt;&lt;/a&gt;We&apos;ve been working hard on SEO Position over the last few months and the latest version has been in use by Stomper members for a while now.

With the &lt;a href=&quot;http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html&quot;&gt;announcement of updates&lt;/a&gt; to the Google referral string it&apos;s now important to update the script and there&apos;s some serious new features.

For those unfamiliar with the SEO Position script, in the picture above/right, the query &quot;analytics motion charts&quot; generated a click from Page 1 of the Google results while &quot;motion charts&quot; generated a click from Page 2.
&lt;br clear=&quot;right&quot;/&gt;
SEO Position &lt;em&gt;Plus&lt;/em&gt; tracks more types of referrals than the original script.  All the categories logged to Google Analytics events are prefixed with SEO.
&lt;table style=&quot;max-width:480px&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;
&lt;a href=&quot;http://www.flickr.com/photos/andyed/3465188389/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3500/3465188389_393a982c3e_m.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;(Google | Yahoo | AOL | Live | MSN) Page&lt;/strong&gt;: tracks page number of referrals from different engines&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Google Site&lt;/strong&gt;: Distinguishes subdomains &amp; verticals like news, reader, corp, etc.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Google TLD&lt;/strong&gt;: Find you average ranking by page number by Country&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Google Images&lt;/strong&gt;: Pull out keywords, traffic flow, etc. from Google image referrals&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;a href=&quot;http://blog.mivamerchant.com/40/keyword-position-tracking-with-google-analytics/&quot;&gt;Mark at MivaMerchant&lt;/a&gt; wrote up a great tutorial (Stomper Members: See my video in the portal).

So that&apos;s all cool and useful, but the last item &lt;strong&gt;&quot;SEO Google Position&quot;&lt;/strong&gt; captures the exact rank of the result clicked on Google to generate this visit.  The announcement says the referral change is being rolled out and we&apos;re currently only seeing it for 1/10 to 1/40 of traffic.

I expect the data volume to increase and for this to provide much better data on ranking, ranking changes, and the ROI on ranking changes.

Here&apos;s what you&apos;ll get when a referral comes through with the new &lt;em&gt;cd&lt;/em&gt; parameter:&lt;br/&gt;
&lt;a href=&quot;http://www.flickr.com/photos/andyed/3465171109/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3013/3465171109_a1f532503f.jpg?v=0&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;
The script is available at &lt;a href=&quot;http://alwaysbetesting.com/abtest/includes/seopositionplus.js&quot;&gt;/abtest/includes/seopositionplus.js&lt;/a&gt; and is released as open source under the Mozilla Public License.  Use it for free for whatever you like, but if you make it better, you have to share!
&lt;br/&gt;&lt;br/&gt;
Place the script following your Google Analytics code/
Copy the &lt;a href=&quot;http://alwaysbetesting.com/abtest/includes/seopositionplus.js&quot;&gt;SEOpositionPlus file&lt;/a&gt; to your server and add the following line beneath your call to pageTracker:
&lt;br&gt;
&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 128);&quot;&gt;&lt;span style=&quot;color: rgb(128, 0, 0);&quot;&gt;&amp;lt;script src=&lt;span style=&quot;color: rgb(0, 0, 255);&quot;&gt;&quot;seopositionplus.js&quot;&lt;/span&gt; type=&lt;span style=&quot;color: rgb(0, 0, 255);&quot;&gt;&quot;text/javascript&quot;&lt;/span&gt; language=&lt;span style=&quot;color: rgb(0, 0, 255);&quot;&gt;&quot;javascript&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 128);&quot;&gt;&lt;span style=&quot;color: rgb(128, 0, 0);&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
				
				</description>
						
				
				<category>search</category>				
				
				<category>analytics</category>				
				
				<pubDate>Wed, 22 Apr 2009 10:27:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/4/22/Log-Your-Exact-Google-Rank-with-Google-Analytics</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>SEO Position &amp; UI Links Google Analytics Scripts Updated</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/1/28/SEO-Position-Google-Analytics-Script-Updated</link>
				<description>
				
				The &lt;a href=&quot;http://alwaysbetesting.com/abtest/index.cfm/2009/1/2/Using-the-new-Google-Eventing-for-SEO-Reporting&quot;&gt;SEO Position script&lt;/a&gt; now supports Yahoo, MSN &amp; Live, in addition to Google.  The name of the event has changed from &quot;Google SEO&quot; to Google.  Thanks to Jim M. from &lt;a href=&quot;http://www.bunkbedsnow.com&quot;&gt;Bunk Beds Now&lt;/a&gt; for the help expanding the script.

Alas, it was not originally apparent that logging a source event will flip the bit on &quot;user bounce&quot; and deflate your bouce rate for a page. Rapid detection of near-page-1 rankings may be worth the trade-off.
&lt;a href=&quot;http://flickr.com/photos/andyed/3245496094/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3104/3245496094_6f3081e9bd.jpg?v=0&quot; border=0 align=&quot;right&quot;&gt;&lt;/a&gt;

I&apos;ve also updated the &lt;a href=&quot;http://alwaysbetesting.com/abtest/index.cfm/2008/4/22/Tracking-UI-Level-Links-An-Open-Source-Script&quot;&gt;UI Region Logger&lt;/a&gt; to use eventing instead of synthetic page views.  Just flip the ui_useEventing boolean to true in the script source.

Read more in the orginal post, but to recap, this script requires that you tag key areas of your interface with a UI attribute.  For example, you&apos;d add ui=&quot;sidebar&quot; to the div that contains your sidebar.  With every click, the script walks up the DOM and checks if there&apos;s a UI label above it.  I&apos;m looking forward to providing a tool to do a heatmap style visualization of click regions once I build up a good data set with this one.  The data is much easier to isolate than in the prior exit link mode.

The image shows the first data from this site with one click on the tag cloud in the right sidebar and 2 clicks in the tools menu.
				
				</description>
						
				
				<category>search</category>				
				
				<category>analytics</category>				
				
				<pubDate>Wed, 28 Jan 2009 08:41:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/1/28/SEO-Position-Google-Analytics-Script-Updated</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Using the new Google Eventing for SEO Reporting</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/1/2/Using-the-new-Google-Eventing-for-SEO-Reporting</link>
				<description>
				
				I&apos;m a huge fan of metrics about activities within a page like scroll depth or form abandonment analyses.  Google Analytic&apos;s new eventing facilities (almost out of beta it seems!) enable this kinds of data logging and reporting.

&lt;h2&gt;Intro to GA Eventing&lt;/h2&gt;
You get 4 slots of data to log to:
&lt;ul&gt;
&lt;li&gt;Action&lt;/li&gt;
&lt;li&gt;Category&lt;/li&gt;
&lt;li&gt;Label&lt;/li&gt;
&lt;li&gt;Value&lt;/li&gt;
&lt;/ul&gt;
&lt;br/&gt;
The &lt;a href=&quot;http://code.google.com/apis/analytics/docs/eventTrackerGuide.html&quot;&gt;official eventing docs&lt;/a&gt; describe an example for a Video action with categories for play/pause/stop and labels of the video name. 
&lt;br/&gt;&lt;br/&gt;
&lt;h2&gt;Ranking Insights&lt;/h2&gt;
I&apos;ve developed a script that enables ranking information to be logged to GA events.  I pull the &lt;em&gt;page offset&lt;/em&gt; (e.g. the start parameter) from the Google search referral string.  
&lt;br/&gt;&lt;br/&gt;The reporting options are somewhat limited for events -- you can&apos;t pivot any report outside of the Event section by this data as of yet.  It took a couple iterations to get the logging design to a useful point.
&lt;br/&gt;
&lt;h3&gt;Rankings by Page&lt;/h3&gt;
Using the Label report, we can see event data by Page with average rank (labeled &quot;average value&quot; in the data grid).  The usage tab on this report will let you assess engagement by bounce rate and page views.
&lt;br/&gt;
&lt;a href=&quot;http://flickr.com/photos/andyed/3158970337/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3099/3158970337_e710000850.jpg?v=0&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;br/&gt;If you&apos;re logging multiple categories of events, you&apos;ll want to drill down to labels through the Google SEO category.
&lt;br/&gt;&lt;br/&gt;
&lt;h3&gt;Rankings by Keyword&lt;/h3&gt;
Using the drop down pivot to select keyword will get your average ranking per keyword, across all page.
&lt;br/&gt;
&lt;a href=&quot;http://flickr.com/photos/andyed/3159804584/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3081/3159804584_4cd3dc0cbe.jpg?v=0&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;h3&gt;Uh, Google...&lt;/h3&gt;
Why did I have to write code to get this data?  Hard to say, webmaster tools gives you some data on ranking position.  This, along with accurate reporting of image search referrals should be built into google analytics.  
&lt;h2&gt;A Word from Our Sponsor&lt;/h2&gt;
This script is brought to you, in full open source fashion, by StomperNet LLC. The latest offering from StomperNet is Formula 5 -- a training program designed to help you amplify your business success.  The program works with multiplicative effects, beyond those demonstrated in &lt;a href=&quot;http://alwaysbetesting.com/abtest/tools/funnel/&quot;&gt;my conversion funnel&lt;/a&gt; modeler to encompass your entire business.  &lt;a href=&quot;https://stompernet.infusionsoft.com/go/F5/SN304&quot;&gt;Check it out now&lt;/a&gt;.

&lt;h2&gt;Get the Script&lt;/h2&gt;
The script is a dozen or so lines of designed to be placed after your call to GA&apos;s pageTracker function.  You do have to be running the new ga.js scripts, not the legacy urchin.js.
&lt;br/&gt;&lt;br/&gt;
Copy the &lt;a href=&quot;http://alwaysbetesting.com/abtest/tools/seoposition.js&quot;&gt;SEOposition file&lt;/a&gt; to your server and add the following line beneath your call to pageTracker:
&lt;br/&gt;
&lt;code&gt;
&lt;script src=&quot;seoposition.js&quot; type=&quot;text/javascript&quot; language=&quot;javascript&quot;&gt;&lt;/script&gt;
&lt;/code&gt;
&lt;br/&gt;&lt;br/&gt;
The script is &lt;a href=&quot;http://alwaysbetesting.com/abtest/tools/seoposition.js&quot;&gt;seoPosition.js&lt;/a&gt; and is released under the Mozilla Public License (MPL).  The MPL is a friendly open source license allowing any type of use but requiring that enhancemnts to the existing file be contributed back to open source.  This work was inspired by a &lt;a href=&quot;http://andrescholten.nl/index.php/seo-rankings-meten-met-google-analytics/&quot;&gt;filter hack from andrescholten.nl&lt;/a&gt; -- I didn&apos;t want to go through that trouble on every site. Thanks to DaveL @ &lt;a href=&quot;www.e-tail.be&quot;&gt;E-Tail.be&lt;/a&gt; for calling my attention to this.

&lt;br/&gt;&lt;br/&gt;
				
				</description>
						
				
				<category>analytics</category>				
				
				<pubDate>Fri, 02 Jan 2009 15:01:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/1/2/Using-the-new-Google-Eventing-for-SEO-Reporting</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Hands on with Google Analytics Motion Charts</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/11/6/Hands-on-with-Google-Analytics-Motion-Charts</link>
				<description>
				
				I was very excited earlier this week to discover I had access to the new &lt;a href=&quot;http://www.techcrunch.com/2008/10/22/google-analytics-gets-a-major-ugrade-adsense-custom-reports-api-bubble-charts/&quot;&gt;Google Analytics beta features&lt;/a&gt;.  Custom reports are certainly a useful tool; they allow you to construct both large scale exploratory views as well as concise views in which the viewer doesn&apos;t have to ask &quot;which metrics should I look at?&quot;

The big payoff is in the new Motion Chart visualizations which attempts to capture 5 dimensions through the mapping of attributes to x, y, size, color animated over time.

While you could check out the &lt;a href=&quot;http://uk.youtube.com/view_play_list?p=AFDC0271A9E3C759&quot;&gt;official videos&lt;/a&gt;, here&apos;s a look at my recent foray into creating an iPhone (web) application.

Pictured are referrals from the Apple web application directory, where &lt;a href=&quot;http://www.apple.com/webapps/entertainment/iblipper.html&quot;&gt;iBlipper landed Sept. 10th&lt;/a&gt;. On the x-axis are unique searches, or phrases typed into the &lt;a href=&quot;http://www.iblipper.com&quot;&gt;iBlipper application&lt;/a&gt;.  The y-axis is a correlated metric, time on site, and size is mapped to % new users. 
&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; width=&quot;754&quot; height=&quot;560&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://content.screencast.com/users/andyed/folders/Jing/media/bb90530e-2337-42c5-bc2e-7a2d98d84f15/bootstrap.swf&quot;&gt;&lt;/param&gt; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;&lt;/param&gt; &lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot;&gt;&lt;/param&gt; &lt;param name=&quot;flashVars&quot; value=&quot;thumb=http://content.screencast.com/users/andyed/folders/Jing/media/bb90530e-2337-42c5-bc2e-7a2d98d84f15/FirstFrame.jpg&amp;content=http://content.screencast.com/users/andyed/folders/Jing/media/bb90530e-2337-42c5-bc2e-7a2d98d84f15/00000022.swf&amp;width=754&amp;height=560&quot;&gt;&lt;/param&gt; &lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt; &lt;param name=&quot;scale&quot; value=&quot;showall&quot;&gt;&lt;/param&gt; &lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt; &lt;param name=&quot;base&quot; value=&quot;http://content.screencast.com/users/andyed/folders/Jing/media/bb90530e-2337-42c5-bc2e-7a2d98d84f15/&quot;&gt;&lt;/param&gt; &lt;embed src=&quot;http://content.screencast.com/users/andyed/folders/Jing/media/bb90530e-2337-42c5-bc2e-7a2d98d84f15/bootstrap.swf&quot; quality=&quot;high&quot; bgcolor=&quot;#FFFFFF&quot; width=&quot;754&quot; height=&quot;560&quot; type=&quot;application/x-shockwave-flash&quot; allowScriptAccess=&quot;always&quot; flashVars=&quot;thumb=http://content.screencast.com/users/andyed/folders/Jing/media/bb90530e-2337-42c5-bc2e-7a2d98d84f15/FirstFrame.jpg&amp;content=http://content.screencast.com/users/andyed/folders/Jing/media/bb90530e-2337-42c5-bc2e-7a2d98d84f15/00000022.swf&amp;width=754&amp;height=560&quot; allowFullScreen=&quot;true&quot; base=&quot;http://content.screencast.com/users/andyed/folders/Jing/media/bb90530e-2337-42c5-bc2e-7a2d98d84f15/&quot; scale=&quot;showall&quot;&gt;&lt;/embed&gt; &lt;/object&gt;

We can watch as page 1-5 deliver less and less traffic as the app drops off the category independent list and falls down the entertainment app list in the default recency ordering.

Pay close attention to the axis values -- there are some subtle interpretations available from mixing engagement, volume, and loyalty (% new visits in this case).
&lt;a href=&quot;http://flickr.com/photos/andyed/3009796860/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3205/3009796860_6f232694b5_m.jpg&quot; align=&quot;right&quot; title=&quot;Log Log transform showing a different type of engagement for visits from &apos;Best Entertainment Apps&apos;&quot; border=&quot;0&quot; hspace=&quot;10&quot; vspace=&quot;10&quot;/&gt;&lt;/a&gt;


For instance, iBlipper briefly landed on the top 10 entertainment apps list, url of /webapps/entertainment/index_top.html.  These users seemed to spend more time on the site w/o entering their own search phrases, suggesting a less directed choice in visiting iBlipper and more passive usage of the application. This is shown by the green dot highlighted to the right higher in time on site than average for the unique searches compared to most other referral paths.

&lt;br clear=&quot;right&quot;&gt;&lt;br/&gt;
I&apos;ll leave you with some power user tricks for using motion charts:
&lt;ul&gt;
&lt;li&gt;Filters applied in a report view control the data shown in the visualization. In the video case, I&apos;ve filtered by referrals including &apos;/webapp&apos;, a unique signature for the Apple directory&lt;/li&gt;
&lt;li&gt;There&apos;s a subtle option on the x &amp; y axis to code by lin(ear) or log(arithmic).  Adjusting &lt;a href=&quot;http://en.wikipedia.org/wiki/Log-log_graph&quot;&gt;both axes to logarithmic&lt;/a&gt; can greatly inform on the underlying mechanisms.&lt;/li&gt;
&lt;/ul&gt;
				
				</description>
						
				
				<category>analytics</category>				
				
				<pubDate>Thu, 06 Nov 2008 22:37:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/11/6/Hands-on-with-Google-Analytics-Motion-Charts</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Tracking UI Level Links: An Open Source Script</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/4/22/Tracking-UI-Level-Links-An-Open-Source-Script</link>
				<description>
				
				One of the challenges with the current complex site designs is that multiple links to the same destination tend to appear on the same page.
&lt;br/&gt;&lt;br/&gt;
This does not allow you to understand how your allocation of real estate is being used without resorting to really fancy analytics packages.
&lt;br/&gt;&lt;br/&gt;
To solve this problem I developed a script that upon every click, walks up the document object model (DOM) looking for a an attribute on an HTML tag of &lt;em&gt;ui&lt;/em&gt;.
&lt;br/&gt;&lt;br/&gt;
If it finds one before it hits the BODY tag, then it adds a parameter to the link called &lt;em&gt;ui&lt;/em&gt; with the value of that attribute, allowing you to understand which links on a page are being used.  Shown below is a report from Google Analytics for this site showing how people arrive at my bio page:
&lt;br/&gt;&lt;a href=&quot;http://flickr.com/photos/andyed/2435775424/&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2337/2435775424_c96597fc5d.jpg?v=0&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
If you visit my bio from the About menu at the top of my blog, it adds ui=nav. 
&lt;br/&gt;&lt;br/&gt;
I&apos;ve licensed the script under the MPL and you&apos;re welcome to use it on your site, providing you share any enhancements. Grab it at &lt;a href=&quot;http://alwaysbetesting.com/abtest/includes/logger.js&quot;&gt;http://alwaysbetesting.com/abtest/includes/logger.js&lt;/a&gt;.
&lt;br/&gt;&lt;br/&gt;
All you have to do is include the script on your page and add &lt;em&gt;ui=element_name&lt;/em&gt; attributes to key HTML elements that make up your site structure.
&lt;br/&gt;&lt;br/&gt;
Because this happens with Javascript, and only when the user clicks, there&apos;s no danger of creating duplicate content for the search engine spiders.  Alas, that means it doesn&apos;t fix typical analytics overlay views either for duplicate links, but you can typically see the source element in your path reports.
				
				</description>
						
				
				<category>analytics</category>				
				
				<pubDate>Tue, 22 Apr 2008 21:51:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/4/22/Tracking-UI-Level-Links-An-Open-Source-Script</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Google Analytic Gems #2: Quantifying Deliberative Conversions</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/4/8/Google-Analytic-Gems-2-Quantifying-Deliberative-Conversions</link>
				<description>
				
				Another little known gem in Google Analytics is the Time to Purchase and Visits to Purchase.
&lt;br/&gt;&lt;br/&gt;

For &lt;a href=&quot;http://www.myweddingfavors.com&quot;&gt;MyWeddingFavors&lt;/a&gt;, where the purchase is an exceptionally meaningful one for our customers, some 40% of our sales happen on subsequent visits:&lt;br/&gt;
&lt;a href=&quot;http://flickr.com/photos/22582943@N03/2386699401/&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2341/2386699401_9f2cd07a96.jpg?v=0&quot; border=&quot;0&quot;&gt;&lt;/a&gt;.

Careful though!  Looking into Days to Purchase, we see only 25% of sales happen on a different day than the introduction to the customer.&lt;br/&gt;

&lt;a href=&quot;http://flickr.com/photos/22582943@N03/2386699375/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3028/2386699375_92b7ce5d47.jpg?v=0&quot; border=0&quot;&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
So many (15%) of our shopping experiences are stretched out over a day, while only 25% happen on a subsequent day visit.  Understanding this pattern has some serious implications for design, business strategy, and e-commerce feature set.
				
				</description>
						
				
				<category>e-commerce</category>				
				
				<category>metrics</category>				
				
				<category>analytics</category>				
				
				<pubDate>Tue, 08 Apr 2008 06:42:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/4/8/Google-Analytic-Gems-2-Quantifying-Deliberative-Conversions</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Google Analytic Gems #1: Split Test Evaluation with Only New Users</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/4/3/Hidden-Gems-in-Google-Analytics</link>
				<description>
				
				A question on LinkedIn, now closed, asked &quot;what are some hard to find but useful reports in GA?&quot;  While clicks to task completion is far from the ultimate metric, Google Analytics does suffer from some slightly onerous depth issues for specific data points.  

We do a lot of split testing with Google Analytics by defining custom segments and serving each segment a different UI.  One issue with understanding the impact of new features, particularly for sites with lots of repeat visitors (e.g. content / blog sites vs ecommerce), is the novelty effect.  New features, or even simple changes in layout, can have a short term halo as users notice and engage with the changed content.

Google Analytics does allow you to look at your user defined segments for new and repeat visitors, but it does require a few clicks.  Follow along with the picture:

&lt;a href=&quot;http://flickr.com/photos/22582943@N03/2387375189/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3293/2387375189_d10f1c2387.jpg?v=0&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;br/&gt;
Starting in the visitors submenu (1), the New &amp; Returning report allows you to drill into New users (2).  The segment drop down has lots of useful pivots, including &quot;user defined&quot; (3).

Picture #4 shows the results for new users of a split test that moved an mailing list subscribe box from left to right.  The magnitude of the effect diminished over time as we tested this.  However, by drilling into only new users, we see the original effect size.  Looking at all users, the effect is smaller, and looking at returning users, the effect is smaller still.

Dealing with the halo effect is one of the reservations that was expressed during &quot;AB Testing: Designer Friend or Foe&quot; at SXSW.  Splitting users into new and returning is one of the easiest strategies for seeing through this confound.
				
				</description>
						
				
				<category>analytics</category>				
				
				<pubDate>Thu, 03 Apr 2008 09:26:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/4/3/Hidden-Gems-in-Google-Analytics</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Getting Serious About Testing: Learn from the Pros</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/3/16/Getting-Serious-About-Testing-Learn-from-the-Pros</link>
				<description>
				
				Last week&apos;s SXSW panel on &lt;a href=&quot;http://www.mattheerema.com/archive/sxsw-2008-panel-ab-testing-design-friend-or-foe&quot;&gt;AB Testing: Designer Friend or Foe&lt;/a&gt; left me &lt;a href=&quot;http://chatlogs.meebo.com/room/abtestingdesignfriendorfoeb2a704fa/logs/2008/03/09/#line67&quot;&gt;wishing&lt;/a&gt; for a more robust treatment of the experimental design issues around online testing.  It was a great panel, and I appreciated the real world experience of the panelists, but aside from Micah, the approach was very much from a design world.  This is fine, but issues came up that stats exist to solve, and the distinction between multivariate and AB testing was glossed over.  

In particular, designed well, multivariate testing can be used to test hypotheses about user models, not just a way to play roulette with font colors and sizes.

There is a robust body of knowledge that lives between statistics, traditional experimental psychology, cognitive modeling, and resting on the shoulders of giants in practical business success through experimentation.

The &lt;a href=&quot;http://exp-platform.com&quot;&gt;Exp Platform&lt;/a&gt;, led by &lt;a href=&quot;http://ai.stanford.edu/~ronnyk/&quot;&gt;Ronny Kohavi&lt;/a&gt;, at MSFT publishes from this position of strength.  Their latest, &lt;a href=&quot;http://exp-platform.com/ExPpitfalls.aspx&quot;&gt;7 pitfalls to controlled experiments on the web&lt;/a&gt;, is a solid read for those aspiring to live in this space.

AB testing might indeed be a foe to the designer when done without appropriate expert support -- at least for more aggressive evaluations.   


Here&apos;s a recap of the Seven Pitfalls:
&lt;ol&gt;
&lt;li&gt;Avoiding experiments because computing the success metric is hard.&lt;/li&gt;
&lt;li&gt;Attempting to run experiments without the pre-requisites: representative &amp; sufficient traffic, appropriate instrumentation, agreed upon metrics.&lt;/li&gt;
&lt;li&gt;Hubris: Over-optimization without collecting data along the way.&lt;/li&gt;
&lt;li&gt;Bad math: inappropriately deployed confidence intervals, % change, and interaction effects.&lt;/li&gt;
&lt;li&gt;Use of composite metrics when power is insufficent. An example, not in the paper, is the use of checkout completion for a product page change, when add-to-cart % would be more sensitive.&lt;/li&gt;
&lt;li&gt;Un-even sampling: bad balance between control and test distributions.&lt;/li&gt;
&lt;li&gt;Lack of robot detection.&lt;/li&gt;
&lt;/ol&gt;

I&apos;ve blogged the &lt;a href=&quot;http://exp-platform.com/hippo.aspx&quot;&gt;guide to practical web experiments&lt;/a&gt; and  it&apos;s also highly recommended.  It provides an overview of the key issues to deal with in setting things up including sampling, failure versus success evaluation, and common pitfalls like day of the week effects.

More from the historical &apos;05 SXSW Design perspective with &lt;a href=&quot;http://www.auscillate.com/post/46&quot;&gt;How to Inform Design&lt;/a&gt;:&lt;a href=&quot;http://nickfinck.com/presentations/sxsw2005/&quot;&gt; How to Set Your Pants on Fire
March 14th, 2005&lt;/a&gt; presented by Nick Finck, Kit Seeborg, and Jeffrey Veen
				
				</description>
						
				
				<category>testing</category>				
				
				<category>metrics</category>				
				
				<category>analytics</category>				
				
				<pubDate>Sun, 16 Mar 2008 10:24:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/3/16/Getting-Serious-About-Testing-Learn-from-the-Pros</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Design Metrics Wrapup</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/3/10/Design-Metrics-Wrapup</link>
				<description>
				
				What fun!  The SXSW conversation format is quite cool, though it really needs a dedicated space as our group size was limited by how far voices carried.

Drop a line in the comments if we promised to follow up on something I haven&apos;t posted. This is a work in progress, so check back if there are some empty items when you visit.


&lt;h2&gt;References during the chat&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://zing.ncsl.nist.gov/iusr/&quot;&gt;Common Industry Format&lt;/a&gt; for usability testing, from NIST, now an ISO standard. &lt;/li&gt;
&lt;li&gt;Net Promoter - Would you recommend this product to others?&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://citeseer.ist.psu.edu/682182.html&quot;&gt;Subjective Duration Assessment&lt;/a&gt;: A nice metric sensitive to both good and bad experience.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://about.stompernet.com/scrutinizer/learnmore/&quot;&gt;Scrutinizer Browser&lt;/a&gt;: Simulation of vision in a web browser&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.techsmith.com&quot;&gt;TechSmith&lt;/a&gt;, maker of tools for usability testing, is in the tradeshow here at SXSW.
&lt;/ul&gt;

&lt;h2&gt;Blogs&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://alwaysbetesting.com/abtest/page.cfm/google-analytics-help&quot;&gt;Google Analytics Blogs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.functioningform.com&quot;&gt;Functioning Form&lt;/a&gt; from LukeW.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Resource Lists&lt;/h2&gt;

&lt;h3&gt;Analytics&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.webanalyticsdemystified.com/discussion_list.asp&quot;&gt;Web Analytics Yahoo Group&lt;/a&gt; is a solid mailing list, moderate volume, with an awesome depth of industry practitioners.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.webanalyticsdemystified.com/weblog/2007/10/how-to-measure-visitor-engagement-redux.html&quot;&gt;A composite engagement metric&lt;/a&gt; from Eric Peterson&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://alwaysbetesting.com/abtest/page.cfm/google-analytics-help&quot;&gt;my Google Analytics&lt;/a&gt; resouces page&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://exp-platform.com/acmDMSig.aspx&quot;&gt;Exp-Platform Publications&lt;/a&gt;: From the testing team at MSFT.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Usability Training&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.uie.com/services/&quot;&gt;User Interface Engineering&lt;/a&gt; does great stuff.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.nngroup.com/events/&quot;&gt;Nielsen Norman Usability Week&lt;/a&gt; conferences are great.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Books&lt;/h3&gt;
...

Thanks to everyone who participated, and to &lt;a href=&quot;http://www.alpern.org&quot;&gt;Micah&lt;/a&gt; for bringing me along.
				
				</description>
						
				
				<category>metrics</category>				
				
				<category>analytics</category>				
				
				<pubDate>Mon, 10 Mar 2008 12:51:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/3/10/Design-Metrics-Wrapup</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>SXSW: Driving Design From User Data</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/3/9/SXSW-Driving-Design-From-User-Data</link>
				<description>
				
				I &lt;a href=&quot;http://alwaysbetesting.com/abtest/index.cfm/2008/2/20/SXSW-Coming-Up--Design-Metrics-Better-Than-Because-I-Said-So&quot;&gt;wrote &lt;/a&gt; about the crucial conversation at SXSW with Micah Alpern a few weeks ago.  The time has come!

In talking through this with Micah, we came back to the crucial insight that the availability of artifacts of the usage of internet software creates an opportunity and challenge for designers.  What follows is a reference for our conversation, which will include a short intro and mostly conversation.  Subject to conversational flow, we&apos;ll be asking the participants to share stories:
&lt;ol&gt;
&lt;li&gt;What&apos;s your favorite &lt;a href=&quot;http://passionateanalyst.com/2007/08/25/the-hippo-story/&quot;&gt;HIPPO&lt;/a&gt; story?  For those of you who haven&apos;t encountered the hippo meme, it&apos;s about decision making based upon something more than the highest paid individual&apos;s personal opinion.&lt;/li&gt;
&lt;li&gt;What business or user goal would you like to be informed by metrics?&lt;/li&gt;
&lt;/ol&gt;

The talk precis:
&lt;blockquote&gt;
&lt;strong&gt;Design Metrics: Better Than &apos;Because I Said So&apos;&lt;/strong&gt;:

Too often designers are put in a position of defending design decisions based on personal preference or an unarticulated sense of expertise. We&apos;ll discuss how to use metrics to understand user and business goals. Then how these metrics can be used to evaluate design decisions, make tradeoffs, and shape strategies.
&lt;/blockquote&gt;

Our goal is to better enable productive conversations with key stakeholders, using the tools of metrics to understand and advocate a position.

In the most productive cases, this means designing with measurement toward end goals in mind. In less developed scenarios, there may be some foundations in need of construction.

There are a lot of reasons to test designs with live users.  The most pedestrian is business acceptance testing.  We&apos;ll be more focused on using metrics to resolve internal debate, multivariate testing learn more about the motivations, mental models, and personas of users, as well as value estimation.


We believe the &quot;Role of Designer &quot; is to drive hypotheses about the user    and to internalize results and use to inform future design.

Of course, testing is not the only tool in the toolbox.  You have to choose the right tool for the job. Key dimensions:
&lt;ul&gt;
&lt;li&gt;        Quantitative, Qualitative&lt;/li&gt;
&lt;li&gt;  Small vs. large scale&lt;/li&gt;
&lt;li&gt; Advanced techniques: Sequence modeling, learnability metrics&lt;/li&gt;
 &lt;li&gt;      Repeat vs. non-repeat visitor &lt;/li&gt;
&lt;/ul&gt;      
That said, creative techniques with Greasemonkey or limited scale prototypes can make testing available in situations you might not think it&apos;s possible.

We&apos;re &lt;a href=&quot;http://2008.sxsw.com/interactive/programming/panels_schedule/?action=show&amp;id=IAP060378&quot;&gt;scheduled &lt;/a&gt; for 11:30 AM in Ballroom E on Monday.  Hope to see &lt;a href=&quot;http://sched.org/sxsw2008/event/66f236b7a2dcf1670fc2d81f1214a94e&quot;&gt;you&lt;/a&gt; there.  If you can&apos;t make it, stay tuned for a follow-up.
				
				</description>
						
				
				<category>testing</category>				
				
				<category>metrics</category>				
				
				<category>analytics</category>				
				
				<pubDate>Sun, 09 Mar 2008 14:45:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/3/9/SXSW-Driving-Design-From-User-Data</guid>
				
			</item>
			
		 	
			</channel></rss>