<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>AB Testing</title>
			<link>http://alwaysbetesting.com/abtest/index.cfm</link>
			<description>Always be testing... your guide to continuous improvement.</description>
			<language>en-us</language>
			<pubDate>Fri, 24 May 2013 22:02:39 -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>Turning Your Conversion Funnel into a Floodgate</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/8/26/Turning-Your-Conversion-Funnel-into-a-Floodgate</link>
				<description>
				
				Last year, I wrote about a split test we did that was featured in a Marketing Sherpa report on &lt;a href=&quot;http://alwaysbetesting.com/abtest/index.cfm/2008/8/1/Product-Video-Boosts-Conversion-Dramatically-at-MyWeddingFavorscom&quot;&gt;product videos and optin status&lt;/a&gt;. The test of click to play vs autoplay vs no video on an e-commerce site for it&apos;s top 10 best selling products revealed a huge benefit to click to play.

I presented the raw numbers for the first time at StomperLive8 and the first ten minutes are &lt;a href=&quot;http://www.youtube.com/watch?v=4r9Pt-VfOW8&quot;&gt;online on youtube&lt;/a&gt;. I talk about how split testing negates the variation inherent in time of day, day of week, and more unique temporal influences. Next up is the the video case study illustrating the need to look deeper than a single &quot;overall evaluation criteria&quot; (OEC) to understand the results of testing.

&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/4r9Pt-VfOW8&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/4r9Pt-VfOW8&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 video leaves off with this graphic, which shows from product page view to add to cart in the back two bars and from add to cart  to &quot;cart complete&quot; (aka checkout initiated) in the front bar. Checkout is an actual sale. 

&lt;a href=&quot;http://www.flickr.com/photos/andyed/3860729486/in/photostream/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3483/3860729486_c0737b0a5e.jpg&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
Looking at the raw numbers makes the graphic&apos;s meaning more clear:
&lt;a href=&quot;http://www.flickr.com/photos/andyed/3860729486/in/photostream/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3004/3860729498_023aeb591b.jpg&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;

Click to play reduced a baseline of cart abandonment from 37% to 5!  While it was a huge win, it also decreased add to cart slightly.  The premise is that the shoppers were better educated by the video and that opt-IN or click-to-play for the video made the best use of shoppers time.

You can think of it as a force model.
&lt;table border=&quot;1&quot; align=&quot;center&quot;&gt;&lt;tr&gt;&lt;th&gt;Product Page Type&lt;/th&gt;&lt;th&gt;Checkout &lt;/th&gt;&lt;th&gt;Shop More &lt;/th&gt;&lt;/tr&gt;
&lt;td&gt;No Video&lt;/td&gt;&lt;td&gt;Medium&lt;/td&gt;&lt;td&gt;Low&lt;/td&gt;&lt;/tr&gt;
&lt;td&gt;Auto Play Video&lt;/td&gt;&lt;td&gt;Low&lt;/td&gt;&lt;td&gt;Medium&lt;/td&gt;&lt;/tr&gt;
&lt;td&gt;Click to Play Video&lt;/td&gt;&lt;td&gt;High&lt;/td&gt;&lt;td&gt;High&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

Helping your customers better understand your products is a good thing, especially if you have great unique products as this business did.  In addition, customers will appreciate being able to get the critical details on your products and will be more likely to browse further if they decide the current product is not quite right.

The full set of &lt;a href=&quot;http://stompernetlive.com/keynotes/ &#xa0;&quot;&gt;keynotes from the StomperLive8 show are available for sale&lt;/a&gt; including a wide range of topics in e-commerce, marketing, and internet success.
				
				</description>
						
				
				<category>testing</category>				
				
				<pubDate>Wed, 26 Aug 2009 19:14:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/8/26/Turning-Your-Conversion-Funnel-into-a-Floodgate</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>Don&apos;t Play Roulette with your Split Testing Efforts</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/6/28/Dont-Play-Roulette-with-your-Split-Testing-Efforts</link>
				<description>
				
				While split or multivariate testing is an extremely powerful tool, it should not be deployed as the sole method driving improvements to your online business.  If testing is applied as the only way to determine the right path forward the outcome is certain to be less successful over the long term.

At the usability professional&apos;s association a few weeks ago in Portland, I chatted with Beverly Freeman @ Ebay and she recorded the essence on the whiteboard:
&lt;br/&gt;
&lt;a href=&quot;http://www.flickr.com/photos/32717188@N05/3667354085/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3603/3667354085_5e61cd0f2b.jpg?v=0&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;br/&gt;

My premise is that testing is much more productive when it is aimed at &lt;strong&gt;hypothesis testing&lt;/strong&gt; because the cumuluative outcomes of multiple tests create a &lt;strong&gt;body of knowledge&lt;/strong&gt; about your business, your users, and their interaction.

The next point in the white board is about triangulation.  Analytics can provide strong statistically meaningful results, but making sure that rationalize a &quot;why&quot; is important.

The general pattern here is that you can &lt;strong&gt;identify&lt;/strong&gt; in the usability lab or other high resolution, low volume observation scenario and &lt;strong&gt;quantify&lt;/strong&gt; with testing.  Alternatively, you may &lt;strong&gt;observe&lt;/strong&gt; in analytics and engage with customers in lab testing or other inquiry to &lt;strong&gt;understand&lt;/strong&gt;.
				
				</description>
						
				
				<category>testing</category>				
				
				<pubDate>Sun, 28 Jun 2009 07:31:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/6/28/Dont-Play-Roulette-with-your-Split-Testing-Efforts</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>Google Gets Faster</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2009/4/18/Google-Gets-Faster</link>
				<description>
				
				Recent talks by Jeff Dean of google at &lt;a href=&quot;http://videolectures.net/wsdm09_dean_cblirs/&quot;&gt;Web Search Data Mining &apos;09 (video)&lt;/a&gt; and an earlier talk &lt;a href=&quot;http://norfolk.cs.washington.edu/htbin-post/unrestricted/colloq/details.cgi?id=758&quot;&gt;at Univ of Washington&lt;/a&gt; present some interesting history on the evolution of the Google search technology.

The most tantalizing aspect of this is the notion of a &quot;fast index&quot;, perhaps in-memory on many servers, dedicated to indexing (and computing authority or PageRank) for rapidly moving content like Digg and YouTube video honors.  In general, with twitter bubbling, the notion of &lt;a href=&quot;http://www.optimizeandprophesize.com/jonathan_mendezs_blog/2009/02/misguided-notions-a-study-of-the-value-creation-in-realtime-search.html&quot;&gt;real time search&lt;/a&gt; is focusing the industry on one of Google&apos;s key relevance metrics, freshness.

I presented an overview of Off-Page SEO factors at the &lt;a href=&quot;http://www.meetup.com/atlantawebentrepreneurs/&quot;&gt;Atlanta Web Entrepeneurs&lt;/a&gt; &lt;a href=&quot;http://www.meetup.com/atlantaseo/&quot;&gt;SEO group&lt;/a&gt; this week and &lt;a href=&quot;http://twitter.com/sambeckett&quot;&gt;Sam Beckett&lt;/a&gt; was kind enough to &lt;a href=&quot;http://www.youtube.com/watch?v=lcId2jgbAM8&quot;&gt;YouTube it&lt;/a&gt;:

&lt;object width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/lcId2jgbAM8&amp;hl=en&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/v/lcId2jgbAM8&amp;hl=en&amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

As I&apos;ve been compiling my thoughts on this, I created a &lt;a href=&quot;http://prezi.com/16308/&quot;&gt;nifty &lt;em&gt;Prezi&lt;/em&gt;&lt;/a&gt; with some observations on Jeff Dean&apos;s content.

Some 10 years ago, Google had to flip indexes to accomplish updates.  This is described as happening on a per machine basis.  We&apos;ve seen increases in the speed of updates but recently the degree to which Google is paying attention to fast moving social media suggests an revolutionary speedup.

Jeff&apos;s talks hint at some of the mechanisms.


&lt;a href=&quot;http://www.flickr.com/photos/andyed/3452536026/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3357/3452536026_901319c961.jpg?v=0&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;br/&gt;
&quot;Sub second latencies&quot;... new pages are added to the index very rapidly and our experience, and Jeff&apos;s dialogue, hints at PageRank calculations at high speed.
&lt;br/&gt;

&lt;a href=&quot;http://www.flickr.com/photos/andyed/3451721167/in/photostream/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3388/3451721167_c88577d568.jpg?v=0&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;
&lt;br/&gt;
The use of in-memory data structures offers some hints at how super rapid rank updates might happen.  

&lt;h3&gt;Take Away&lt;/h3&gt;
I&apos;m still pretty early in assessing the impact of a new understanding of the underlying mechanisms, but I&apos;ll offer one hypothesis:  Google is now capable of detecting the duration a link lives on a &quot;hot list&quot; like Digg&apos;s upcoming page.  This means a successful social media promotion can have a much greater effect than simple social media participation.

We see the amount of diggs affect how long it takes for a Digg permalink page fall out of the top rankings.  It&apos;s likely that the anchor text, or title of the Digg, is added to the index record for the page -- &lt;strong&gt;So pick your social media link text very carefully&lt;/strong&gt;. It&apos;s also likely the thing that has the biggest impact on the long term effect of social media promotion.

&lt;h3&gt;A word from our Sponsor&lt;/h3&gt;
Need more search engine success?  We give you the basics and the hard-hitting science in the &lt;a href=&quot;http://bit.ly/seoTraining&quot;&gt;Stomping the Search Engines 2 DVD course&lt;/a&gt;.  I teach the understanding search engines segment and try and walk a fine line between the basics and deep, long term insights. 

&lt;a href=&quot;http://bit.ly/seoTraining&quot;&gt;Get it for just a $1&lt;/a&gt; when you try the Net Effect magazine from StomperNet.  It covers traffic, conversion, social media, business building and operations, and more.
				
				</description>
						
				
				<category>atlanta</category>				
				
				<category>search</category>				
				
				<pubDate>Sat, 18 Apr 2009 05:16:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2009/4/18/Google-Gets-Faster</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>The Net Effect: Eyes That Buy</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/9/3/The-Net-Effect-Eyes-That-Buy</link>
				<description>
				
				&lt;table align=&quot;right&quot; cellpadding=&quot;3&quot; style=&quot;margin-top:-20px;&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;
&lt;a href=&quot;http://flickr.com/photos/andyed/2825749150/in/photostream/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3080/2825749150_1cde0ff649_m.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

At StomperNet, where I serve as staff and faculty, we&apos;re giving away Stomping the Search Engines 2, a rewrite of the original empire launching STSE from Brad Fallon and Andy Jenkins.  &lt;br/&gt;&lt;br/&gt;
Shown at right is Page 2 of Eyes That Buy from &lt;em&gt;The Net Effect&lt;/em&gt;Volume 1, Issue 1&lt;br/&gt;&lt;br/&gt;
&lt;a href=&quot;https://member.stompernet.net/?r=304&amp;i=68&quot;&gt;Check out the video&lt;/a&gt; for some of StomperNet&apos;s success stories -- it&apos;s amazing.  These guys launched their internet business training program after creating successful online e-commerce sites, and have become a juggernaut of internet business success -- see the &lt;a href=&quot;http://www.stomperuniverse.com&quot;&gt;StomperNet Universe&lt;/a&gt; of freely available content.&lt;br/&gt;&lt;br/&gt;


So you can get an 8 hour DVD course if you take us up on the ask to you try a subscription to our new print publication, &quot;The Net Effect&quot; (and pay shipping &amp; handling).
&lt;br /&gt;&lt;br/&gt;
Here&apos;s a snapshot of a moment from the video where my article in the first issue of the Net Effect is featured:&lt;br/&gt;
&lt;a href=&quot;http://flickr.com/photos/andyed/2825749212/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3254/2825749212_89bd65e3af.jpg?v=0&quot; border=&quot;0&quot; vspace=&quot;8&quot; hspace=&quot;8&quot;&gt;&lt;/a&gt;

&lt;br/&gt;

The first page is full of an explanation of how humans interact through vision with web pages, while page 2 focuses on take-aways.  You see 3 of about 7 tips here.

&lt;ol&gt;
&lt;li&gt;Use color smartly. A single item varying in color is processed by hardware early in the processing flow, or pre-attentively, and creates visual popout, drawing the eye.&lt;/li&gt;
&lt;li&gt;Chunk with implied boundaries:  Forget horizontal rule (HR) tags, they&apos;re useless to the peripheral vision. Use implied borders and Gestalt principles visual completion.
&lt;/li&gt;
&lt;li&gt;
Break the Grid: Symmetry is pleasing to humans, and a well balanced page communicates ease of use to the user, but you can break this symmetry very strategically to call attention to a location.
&lt;/li&gt;
&lt;/ol&gt;

So, you can get the first issue and a full course on SEO from some of the best &lt;a href=&quot;https://member.stompernet.net/?r=304&amp;i=68&quot;&gt;over on this salesletter&lt;/a&gt;.  (Yes, somehow the sales letter genre manages to break many of the rules of web design, but it is chunked!)
				
				</description>
						
				
				<category>eyetracking</category>				
				
				<category>e-commerce</category>				
				
				<pubDate>Wed, 03 Sep 2008 13:28:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/9/3/The-Net-Effect-Eyes-That-Buy</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Product Video Boosts Conversion Dramatically at MyWeddingFavors.com</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/8/1/Product-Video-Boosts-Conversion-Dramatically-at-MyWeddingFavorscom</link>
				<description>
				
				&lt;a href=&quot;http://www.internetretailer.com/dailyNews.asp?id=27134&quot;&gt;Internet Retailer&lt;/a&gt; is running a story based upon a case study from our video hosting &amp; creation vendor SilverDock.

This result is actually several months old and was included in &lt;a href=&quot;http://www.sherpastore.com/marketingwisdom08.html&quot;&gt;Marketing &quot;Sherpa&apos;s 2008 Wisdom Report&quot;&lt;/a&gt;:
&lt;blockquote&gt;We tested product videos on our top 10 revenue generating products.  After several rounds of iteration improving the load experience, we settled on a 3 level test: no video, autoplay, and click to play.

Both video conditions resulted in conversion gains, but the click to play was dramatically superior.  In addition to a 35% increase in conversion for the products with videos, the transaction funnel became much straighter. In other words, users who chose to click to play a video and then added it to cart were much more likely to complete the checkout.  
&lt;/blockquote&gt;

Wedding related shopping is kind of a bellwether for purchasing processes that have to be perfect and are conducted socially.  Product videos enhanced the sales of our best product spectacularly, reducing the chance of erroneous add to carts and increasing buyer motivation.

Time to go put some video on your site!
				
				</description>
						
				
				<category>testing</category>				
				
				<category>e-commerce</category>				
				
				<category>video</category>				
				
				<pubDate>Fri, 01 Aug 2008 11:36:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/8/1/Product-Video-Boosts-Conversion-Dramatically-at-MyWeddingFavorscom</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>UI Anti-Pattern: Non-Clickable Borders</title>
				<link>http://alwaysbetesting.com/abtest/index.cfm/2008/7/28/UI-AntiPattern-NonClickable-Borders</link>
				<description>
				
				Summer time is here and blogging time is at a minimum.  The arrival of grand theft auto 4 at my house hasn&apos;t helped.

There&apos;s a cybercafe in the game and a mockup computer interface.  It suffers from extreme usability issues. Here&apos;s an anti-pattern: The non-clickable border...
&lt;a href=&quot;http://flickr.com/photos/andyed/2704139296/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3025/2704139296_52f69f09c7.jpg?v=0&quot; border=&quot;0&quot;&gt;
&lt;/a&gt;

This is especially common in pagination hyperlinks, where a box is often implied but may not be hot.  You want to make sure that the area surrounding the text in your buttons or pagination is also clickable.
				
				</description>
						
				
				<category>usability</category>				
				
				<pubDate>Mon, 28 Jul 2008 07:56:00 -0700</pubDate>
				<guid>http://alwaysbetesting.com/abtest/index.cfm/2008/7/28/UI-AntiPattern-NonClickable-Borders</guid>
				
			</item>
			
		 	
			</channel></rss>