<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Search Engine Land &#187; Google: Website Optimizer</title>
	<atom:link href="http://searchengineland.com/library/google/google-website-optimizer/feed" rel="self" type="application/rss+xml" />
	<link>http://searchengineland.com</link>
	<description>Search Engine Land: News On Search Engines, Search Engine Optimization (SEO) &#38; Search Engine Marketing (SEM)</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:45:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Analyze A/B Tests Using Google Analytics</title>
		<link>http://searchengineland.com/how-to-analyze-ab-tests-using-google-analytics-67404</link>
		<comments>http://searchengineland.com/how-to-analyze-ab-tests-using-google-analytics-67404#comments</comments>
		<pubDate>Fri, 18 Mar 2011 13:01:22 +0000</pubDate>
		<dc:creator>Daniel Waisberg</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Google: Analytics]]></category>
		<category><![CDATA[Google: Website Optimizer]]></category>
		<category><![CDATA[How To: Analytics]]></category>
		<category><![CDATA[Search & Analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=67404</guid>
		<description><![CDATA[Much has been said about A/B testing techniques and the value that Website Testing can bring to website owners. In this article, I will not discuss what to test or how to do it, but how to analyze what you have already done. I have written in the past about the differences between A/B and [...]]]></description>
			<content:encoded><![CDATA[<p>Much has been said about <a href="http://online-behavior.com/testing/advanced-ab-testing-tactics-1356">A/B testing techniques</a> and the value that <a href="http://online-behavior.com/testing">Website Testing</a> can bring to website owners. In this article, I will not discuss what to test or how to do it, but how to analyze what you have already done.</p>
<p>I have written in the past about <a href="http://searchengineland.com/landing-page-testing-choosing-between-ab-or-multivariate-approaches-27195">the differences between A/B and Multivariate Testing</a> and how to choose between them. Back then, I wrote that one of the advantages of multivariate tests is that you can analyze each and every interaction between elements in a much deeper level.</p>
<p>However, one of the points that I missed is that A/B Tests are easier to be analyzed using Web Analytics tools. Since every test version is a page, they are being tracked by default in your analytics reports. This is not true for Multivariate Tests since the versions are combinations of multiple elements, which are not served as a page but brought into the page by external tools.</p>
<p>In this article, I will go over a technique that can be used in order to make the most out of your <a href="http://www.google.com/analytics/">Google Analytics</a> implementation so that you can understand the bigger picture of your test (independently of which testing tool you are using).</p>
<h2>Analyzing A/B Tests Results Beyond Success &amp; Failure Metrics</h2>
<p>Usually, when performing an A/B Test, marketers implement the codes on the original page, on the test page and on the conversion page. This means that the testing tool will track the number of visitors to each of these pages and report back the percentages of visitors viewing each page and their conversion rates. This approach misses two important issues:</p>
<ol>
<li><strong>Beyond Success And Failure Metrics</strong>: some websites (mainly ecommerce) may have completely different values to conversions, meaning that tracking success and failure as a binary decision might be misleading. As George Orwell wrote on the <a href="http://www.amazon.com/gp/product/0679420398?ie=UTF8&amp;ref_=tmm_hrd_title_0&amp;linkCode=shr&amp;camp=213733&amp;creative=393185&amp;tag=onlinbehav-20">Animal Farm</a>: &#8220;All animals are equal, but some animals are more equal than others.&#8221;</li>
<li><strong>Engagement Metrics</strong>: sometimes the objective of the test may not be to reach a goal page, but to decrease the bounce rate, to increase time on page, or pages per visit.</li>
</ol>
<p>Since very often the information above is already available in Web Analytics tools, it is logical to integrate testing results into them. So, if you are using <a href="http://www.google.com/websiteoptimizer">Google Website Optimizer</a>, <a href="http://visualwebsiteoptimizer.com/">Visual Website Optimizer</a> or other tool of your choice, here is a way to improve the measurability of your tests using Google Analytics.</p>
<h2>Setting Up Google Analytics to Track A/B Test Properly</h2>
<p>Google Analytics content reports do not show a tab for goal conversion per page. That is understandable, since it is not possible to attribute conversions to specific content. Google&#8217;s solution was to create the <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=86205">$ index</a>. Here is this metric&#8217;s description as provided by Google:</p>
<blockquote>$ Index is the average value for a page that a user visited before landing on the goal page or completing an Ecommerce transaction (or both). This value is intended to give you an idea of which page in your site contributed more to your site&#8217;s revenue. If the page wasn&#8217;t involved in an ecommerce transaction for your website in any way, then the $ Index for that page will be $0 since the page was never visited in a session where a transaction occurred.</blockquote>
<p>Since we are discussing A/B tests, by default you will be able to analyze the $ index of each of your test variations (if you have ecommerce this will be defined according to it; if not, be sure to set your goal values when setting your goals on Google Analytics).</p>
<p>But if you want more detail to be collected regarding your test variations, you can also use <a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html">Custom Variables</a>. Basically, to set a custom variable is to add a value to the user cookie that will persist across the life of the visitor&#8217;s cookie. This means that this additional segmentation capability will allow us to compare between pages, both when it comes to engagement metrics and when it comes to conversion metrics.</p>
<p>Here is a sample of the Google Analytics code that should be added to each test page:</p>
<blockquote><code>body onload="_gaq.push(['_setCustomVar', 1, 'abtest', 'variation2', 1]);"</code></blockquote>
<p>On the example above, we see the following:</p>
<ol>
<li>The custom variable is set to slot 1 (out of 5): this important as you might overwrite other variables if they share the same slot.</li>
<li>The name of the variable is &#8220;abtest&#8221;</li>
<li>The value is &#8220;variation2&#8243;: each variation should have its own value. If possible, there should be an explanatory name in order to facilitate analysis, e.g. &#8220;big_picture&#8221;, &#8220;long_form&#8221; or &#8220;wonderful_graph&#8221;.</li>
<li>The scope is 1 (visitor level): this should be set to 1 as you want your returning visitors to still have the variable attached to them. If you use 2 or 3 that won&#8217;t happen.</li>
</ol>
<p>Below is a sample of which metrics you will be able to use to analyze your A/B Tests.</p>
<p><a href="http://searchengineland.com/figz/wp-content/seloads/2011/03/custom-variables-Google-Analytics.jpg"><img class="aligncenter size-full wp-image-68775" title="Custom Variables &amp; Metrics within Google Analytics" src="http://searchengineland.com/figz/wp-content/seloads/2011/03/custom-variables-Google-Analytics.jpg" alt="Custom Variables &amp; Metrics within Google Analytics" width="500" height="264" /></a></p>
<h2>Integrated A/B Tests</h2>
<p>As Michal Nassimian wrote on <a href="http://online-behavior.com/testing/ab-testing-for-seo">A/B Testing for SEO</a>: &#8220;Search Marketing should be viewed as a conglomerate of variables, where SEO, paid campaigns and Web Analytics are intertwined. Each effort to optimize a website should strengthen all others to increase synergy and boost revenues.&#8221;</p>
<p>I believe that by integrating Tests into Analytics tools we will be one step closer to an integrated optimization strategy.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/how-to-analyze-ab-tests-using-google-analytics-67404/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Website Optimizer &amp; Goo.gl URL Security Issues</title>
		<link>http://searchengineland.com/google-website-optimizer-googl-url-security-58006</link>
		<comments>http://searchengineland.com/google-website-optimizer-googl-url-security-58006#comments</comments>
		<pubDate>Tue, 07 Dec 2010 14:31:33 +0000</pubDate>
		<dc:creator>Barry Schwartz</dc:creator>
				<category><![CDATA[Google: Security]]></category>
		<category><![CDATA[Google: URL Shortener]]></category>
		<category><![CDATA[Google: Website Optimizer]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=58006</guid>
		<description><![CDATA[There are two different security issues around Google products over the past 12 hours or so. The first is with Google Website Optimizer where there was the potential of an Cross-Site Scripting (XSS) attack. The second is with people using Goo.gl, Google&#8217;s URL shortener, within Twitter to grab your Twitter passwords. While the second one, [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different security issues around Google products over the past 12 hours or so.  The first is with Google Website Optimizer where there was the potential of an Cross-Site Scripting (XSS) attack.  The second is with people using Goo.gl, Google&#8217;s URL shortener, within Twitter to grab your Twitter passwords.  While the second one, goo.gl is not really a Google issue, the Google Website Optimizer XSS issue is.</p>
<p>Google sent out an email to Google Website Optimizer users saying:</p>
<blockquote>Dear Website Optimiser user,</p>
<p>We are writing to inform you of a potential security issue with Website Optimiser. By exploiting a vulnerability in the Website Optimiser Control Script, an attacker might be able to execute malicious code on your site using a Cross-Site Scripting (XSS) attack. This attack can only take place if a website or browser has already been compromised by a separate attack. While the immediate probability of this attack is low, we urge you to take action to protect your site.</p>
<p>We have fixed the bug, and all new experiments are not susceptible. However, any experiments you are currently running need to be updated to fix the bug on your site. Additionally, if you have any Website Optimiser scripts from paused or stopped experiments created before 3 December 2010, you will need to remove or update that code as well.</p>
<p>There are two ways to update your code. You can either stop current experiments, remove the old scripts and create a new experiment, or you can update the code on your site directly. We strongly recommend creating a new experiment as it is the simpler method.</blockquote>
<p>The email goes on to give specific examples on how to modify your current experiments to make sure you do not have malicious code on your site.  </p>
<p>At the end of the email, Google apologized, saying:</p>
<blockquote>We’re committed to keeping Website Optimiser secure, and we’re deeply sorry for this issue. We will continue to work hard to prevent future vulnerabilities.</p>
<p>Yours sincerely,
Trevor
Google Website Optimiser Team</blockquote>
<p>For more information on this XSS issue, see <A href="http://www.davidnaylor.co.uk/security-issue-in-google-website-optimiser.html">Dave Naylor&#8217;s  blog</a>.</p>
<p>On the Google URL shortener issue, Twitter is taking care of it and I don&#8217;t believe Google has anything to do with it.  TechCrunch <a href="http://techcrunch.com/2010/12/07/twitter-virus/">has</a> a comment from a  Twitter representative that reads, &#8220;We’re aware and have sent out password resets for affected users. We’ll monitor the situation in case of further iterations.&#8221;</p>
<p><Strong>Postscript:</strong> Google has a new post on this issue at the <A href="http://websiteoptimizer.blogspot.com/2010/12/update-your-website-optimizer-scripts.html">Google Website Optimizer bug</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/google-website-optimizer-googl-url-security-58006/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conversion Optimization: Do This First</title>
		<link>http://searchengineland.com/conversion-optimization-do-this-first-38976</link>
		<comments>http://searchengineland.com/conversion-optimization-do-this-first-38976#comments</comments>
		<pubDate>Fri, 02 Apr 2010 12:46:24 +0000</pubDate>
		<dc:creator>Ben Gott</dc:creator>
				<category><![CDATA[Google: Analytics]]></category>
		<category><![CDATA[Google: Website Optimizer]]></category>
		<category><![CDATA[Search & Analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=38976</guid>
		<description><![CDATA[Have you made the move beyond SEO to conversion optimization? Haven&#8217;t heard of it? According to Wikipedia, “Conversion optimization is the science and art of creating an experience for a website visitor with the goal of converting the visitor into a customer.” While this seems to me to be a fairly accurate description of the [...]]]></description>
			<content:encoded><![CDATA[<p>Have you made the move beyond SEO to conversion optimization? Haven&#8217;t heard of it? According to Wikipedia, “<a href="http://en.wikipedia.org/wiki/Conversion_optimization">Conversion optimization</a> is the science and art of creating an experience for a website visitor with the goal of converting the visitor into a customer.”</p>
<p>While this seems to me to be a fairly accurate description of the process, it&#8217;s also important to note what conversion optimization <em>isn’t.</em></p>
<ul>
<li>It isn’t making a website &#8220;better/look nicer/rank better&#8221;</li>
<li>It isn’t concerned with current customers. In fact some of the processes can stand at odds with best practices for retaining current customers, and we should be mindful of this.</li>
<li>Last but not least, it isn’t mindless chopping up of website content and structure &#8220;for the sake of it.&#8221;</li>
</ul>
<p>The important thing to take into account when beginning a conversion optimization project is that the planning is at least if not more important than the test itself.</p>
<p>Before running a conversion optimization project we need to make sure we’re barking up the right tree. This first part looks how to decide which pages to think about optimizing. Next month we’ll look at some further cheap/free techniques to get more information from the behavior of your users.</p>
<p><strong>Important metrics: bounces &amp; exits</strong></p>
<p>Starting with your excellently deployed analytics package, let’s look at which reports are useful to us in determining the focus of our conversion optimization process.</p>
<p>First, take a look at pages with high bounce rates/exit rates. That’s an easy one&mdash;pages with high bounce rates are bad and need to be optimized right? Well, maybe. I would suggest some segmentation here wouldn’t go amiss. Remember, we’re looking predominantly at new visitors here, the ones which haven’t been to your site before and need that extra helping hand to get them further involved. Try using advanced segmentation to <a href="http://searchengineland.com/convert-more-new-users-using-advanced-segments-27823">convert more new users</a>.</p>
<p>So, how do the high bounce rate pages look now? Select pages with bounce/exit rates which are significantly higher than the site average and then ask yourself:</p>
<ul>
<li>Do these pages have a significant proportion of website traffic?</li>
<li>Are they important in the path to conversion?</li>
<li>Are the traffic sources to these pages good quality and relevant to the content?</li>
</ul>
<p>Pick no more than two distinct pages to follow up, look at the navigation report to understand where users are going to from this page. Once you’ve answered these questions you should have a couple of pages (or groups of pages) to analyse in more depth.</p>
<p><strong>Advanced funnel analysis</strong></p>
<p>Regardless of the pages you identified in the previous step, it’s almost certainly worth analyzing the pages which are directly involved in the conversion process, whether they be a lead generation conversion or an ecommerce sale. This involves tracking every page of the funnel, but also creating multiple funnels to analyse users coming from different areas of the website.  You can do this by making required first steps of different pages, for example product or category pages.</p>
<p>This requires your analytics package to allow you to create multiple goals. I often find that there are subtle differences in the way users interact with different site categories or content types. Once you’ve got your funnels set up, collect data and analyse which funnel pages are causing users to exit the process. One word of caution here&mdash;keep in mind what a true funnel &#8220;exit&#8221; is here. To understand what I mean here, take a look at my colleague’s <a href="http://www.periscopix.co.uk/blog/index.php/funnel-conversion-rates/"> analysis of the true Google Analytics funnel</a> post.</p>
<p><strong>Listen to your users</strong></p>
<p>Anecdote time: I recently carried out a project for a website which had at least 2 years worth of data. The site was receiving 12M+ pageviews per month and over 700,000 monthly searches. Yet the company was completely unaware that the site had 150,000 searches per month for &#8220;iphones&#8221; which resulted in an empty results page (and a huge search exit rate). If your website has a site search function, hopefully you are mining this data already. If not, get it set up!</p>
<p>At the risk of sounding cheesy, I always say it’s like having a conversation with your customers. If you listen carefully you’ll hear them. Sometimes it’s a whisper; sometimes it’s a sign that they’re confident of using a site search function and don’t mind typing. At other times though, they’re screaming at you. They’re angry; they took time to find your site, they invested time in browsing your navigation and come up dry. But, in searching again, they’re giving you a second chance. This time show them what they want to see. First concentrate on finding the screaming, angry users.</p>
<p>Which pages aren’t satisfying users simply with their content and navigation?</p>
<p>These pages are the ones which are most searched from. Once you’ve identified them, try to understand whether or not users are sticking with the searches or leaving the site. If there is a high search exit page from these pages then they should be a focus of your efforts. Some questions to ask:</p>
<ul>
<li>Do I need to add content to this page?</li>
<li>Is the look and feel of this page incongruous to the content?</li>
<li>Am I providing an obvious &#8220;next step&#8221; to my users?</li>
<li>Are certain products/content less prominent than they should be?</li>
<li>Do I need to make certain information more easily available?</li>
</ul>
<p>Finally, after studying the stats, forget the stats. Look at each page under suspicion and think critically about what you should expect from this page. What is its purpose? Does it make sense for it to have relatively poor stats? Is there a logical reason or should you be concerned? </p>
<p><strong>Take a decision</strong></p>
<p>By now, you should have two or three pages or types of page which you have singled out for treatment. They should have the following attributes:</p>
<ul>
<li>Poor bounce/exit rate</li>
<li>Low contribution to the conversion process</li>
<li>Other signs such as high number of searches and search exits</li>
<li>No reason, intuitively, to have this poor performance</li>
</ul>
<p>The next step is to look at which aspects of these pages need improvement. That&#8217;s the focus of my post; brining the site search back into the arena along with some other interesting technologies in order to create priorities for optimization A/B &amp; multivariate testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/conversion-optimization-do-this-first-38976/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Things To Consider Before Starting Your Next Conversion Rate Optimization Project</title>
		<link>http://searchengineland.com/things-to-consider-before-starting-your-next-conversion-rate-optimization-project-33842</link>
		<comments>http://searchengineland.com/things-to-consider-before-starting-your-next-conversion-rate-optimization-project-33842#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:17:40 +0000</pubDate>
		<dc:creator>Khalid Saleh</dc:creator>
				<category><![CDATA[Google: Analytics]]></category>
		<category><![CDATA[Google: Website Optimizer]]></category>
		<category><![CDATA[How To: PPC]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=33842</guid>
		<description><![CDATA[Five years ago, few people paid any attention to conversion rate optimization. Today, everyone is jumping on the conversion optimization bandwagon. I believe that there were two main factors that changed search marketers perceived value of conversion optimization: Google Website Optimizer. In October 2006 Google announced the release of its website testing tool, Google Website [...]]]></description>
			<content:encoded><![CDATA[<p>Five years ago, few people paid any attention to conversion rate optimization. Today, everyone is jumping on the conversion optimization bandwagon. I believe that there were two main factors that changed search marketers perceived value of conversion optimization:</p>
<p><strong>Google Website Optimizer.</strong> In October 2006 Google announced the release of its website testing tool, Google Website Optimizer.  While the tool is not as powerful as some of its commercial <a href="http://www.omniture.com">counterparts</a>, it allowed the average smaller to mid-size website to integrate some sort of A/B and multivariate testing into their marketing initiatives. After working with hundreds of clients on many different software platforms, I can say with high confidence that Google Website Optimizer satisfies the needs of 90% of websites out there.</p>
<p><strong>The bad economy.</strong> As the economy tanked in 2009, many online marketers started to pay close attention to new ways to convert their existing traffic into revenue. So, while net visitors still mattered, conversions mattered a lot more.</p>
<p>Of course the concept of conversion is not unique to the web. Print media has been using the terms response rate and conversion ratios for over forty years. Most snail or junk mail campaigns convert at a rate of 1% or less. And the truth is that most websites report conversion rates close to those of junk mail. Data reported by Shop.org reflects a continuous decline in online conversion rates. In June of 2007, Fireclick index reported an average ecommerce conversion rate of just 2.2%.</p>
<p>In 2007, the majority of Fortune 500 companies allocated less than 5% of their online marketing budgets to conversion optimization. Based on the current trends, I expect that by 2012 most companies will spend close to 15% of their online marketing budgets on conversion optimization. These numbers are not where they should be, but nonetheless, that is a significant increase.</p>
<p>And while it is great that many companies are finally paying attention to conversion optimization, there is a new reality many companies are starting to deal with. Based on talking to nearly 200 companies who tried conversion optimization in the last year, over 60% of them report no significant improvement in conversion rates. This data should concern anyone who is considering conversion rate optimization (CRO) as well as companies considering offering it to their clients.</p>
<p>There are many reasons why these types of projects do not produce the intended results.</p>
<p><strong>Client expectations are not set correctly from the start.</strong> Conversion optimization projects require clients to invest time and resources to make modifications to their websites. While some optimization companies try to get around this issue by implementing changes themselves, this approach does not scale. It might work if you are a small company dealing with few clients. In the last count, we provided recommendations to clients on over 40 different platforms. Can you imagine the amount of resources we have to maintain to support all the different clients?</p>
<p><strong>Starting points aren&#8217;t obvious.</strong> While attempting to encourage companies to start conversion optimization, too many consultants play down or simply do not understand that value of creating a conversion optimization roadmap. By a roadmap, I mean a plan for which pages or processes should be optimized first. Simply saying “start with your pages with highest bounce rate, or pages with the highest exit rate” oversimplifies the planning stage, and in many cases will result in failure. Creating an optimization roadmap requires careful analysis of analytics and website  <a href="//www.invesp.com/blog/conversion-optimization/personas-101-the-complete-guide-to-increasing-conversion-rates-through-persona-creation.html”">personas</a>.</p>
<p><strong>The guessing game.</strong> Assuming the consultant uses a good methodology to create a conversion optimization roadmap, the next big question is what changes you should make in the target areas. Give a usability or conversion consultant one screen, and they can give you hundreds of changes to that screen. But how do you know which of these changes will work? The typical answer is to test any changes. I think that misses the main point. Testing ten or twenty changes on a page is a good thing. But what about the other hundred-or-so possible changes? Are you going to test them all? Do you even have enough traffic to test these changes? At this point in the discussion, many will fall back to best practices. They will tell you that best practices will guide which elements to test. And yes, best practices might help, but it does leave you with a large vulnerability.</p>
<p><strong>The fallacy of best practices.</strong> I do not discount the value of best practices in conversion optimization. However, I take issue with companies who make them the cornerstone of their practice. The reason? For as many usability best practices that exist, there are as many exceptions. I think those who disagree with my assertion simply have never run into these exceptions, for one reason or another.</p>
<p><strong>Conversion optimization is harder than SEO.</strong> In SEO you deal with search engine algorithms. While you are not privy to how these algorithms work, experts deduce their logic by making changes and observing how a search engine responds. We follow the same approach in <a href="//www.conversionrate.net/55-google-website-optimizer-tips">conversion optimization</a>, by making changes and trying to observe how visitors respond. The problem is that humans are a lot more complex than search engines. Humans tend to act in a non-linear and complex fashion.</p>
<p>The more complex your website, the more pronounced each of the above problems will be. Some companies can guarantee a 15% percent uplift in conversion rates for a single landing page, but they would not be able to achieve the same results with an entire ecommerce website. My goal is not to scare you from considering conversion optimization, because the results can be quite profound. But before you jump into conversion optimization, you must be aware of some of the challenges you will face. I will address how to mitigate each of the above risks in later posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/things-to-consider-before-starting-your-next-conversion-rate-optimization-project-33842/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Behavioral Targeting Is Easier Than You Think</title>
		<link>http://searchengineland.com/behavioral-targeting-is-easier-than-you-think-33840</link>
		<comments>http://searchengineland.com/behavioral-targeting-is-easier-than-you-think-33840#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:21:03 +0000</pubDate>
		<dc:creator>Daniel Waisberg</dc:creator>
				<category><![CDATA[Google: Analytics]]></category>
		<category><![CDATA[Google: Website Optimizer]]></category>
		<category><![CDATA[How To: Analytics]]></category>
		<category><![CDATA[SEM Tools: Web Analytics]]></category>
		<category><![CDATA[Behavioral Targeting]]></category>
		<category><![CDATA[BTBuckets]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Website Optimizer]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=33840</guid>
		<description><![CDATA[In a previous post, I discussed the importance of using behavioral targeting to increase your conversion rates. I also wrote about how to use Google Analytics to understand personas of the users who visit your site. This post will present a fast and easy way to get your behavioral targeting (BT) process up and running. [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous post, I discussed the importance of using <a href="http://searchengineland.com/behavioral-targeting-creating-a-unique-experience-for-each-visitor-30015">behavioral targeting</a> to increase your conversion rates. I also wrote about how to use Google Analytics to <a href="http://searchengineland.com/behavioral-targeting-google-analytics-how-to-create-personas-31063">understand personas</a> of the users who visit your site. </p>
<p>This post will present a fast and easy way to get your behavioral targeting (BT) process up and running. Although any discussion of BT can sometimes turn into a PhD-level conversation, it is really important to pluck some low-hanging fruit to convince executives that it is a worthwhile journey. If you do, your path will likely be paved with gold.</p>
<p>Recently, <a href="http://www.btbuckets.com/">BTBuckets</a>, a free behavioral targeting and segmentation tool, launched two <a href="http://community.btbuckets.com/page/browser-plugin">brilliant plugins</a> to integrate their tool with <a href="http://www.google.com/websiteoptimizer/">Google Website Optimizer</a> and <a href="http://www.google.com/analytics/">Google Analytics</a>. These free tools are a boon for anyone who seeks to target the highest quality audience to a website.</p>
<p><strong>Targeting users from within Google Analytics</strong></p>
<p>The first plugin, for Google Analytics (GA), enables users to create behavioral targeting campaigns from within GA for a series of reports (see report details in the BTBuckets <a href="http://community.btbuckets.com/page/btbuckets-browser-plugin-for">plugin page</a>).</p>
<p>Say, for example, you post a press release on your corporate blog describing a very important new feature of a key product. Naturally, you get many incoming links from blogs and news websites. However, bbc.co.uk links to your blog home page instead of linking to the feature description post itself. During the time the post is at the top of the blog home everything is great, and your traffic converts pretty well. </p>
<p>However, after you publish a few additional posts, you note on Google Analytics that your conversion rates for visitors from the BBC (which still sends a good amount of traffic) drops drastically. This is most certainly a consequence of visitors not finding what they were looking for. One way to deal with that is to create a redirect for traffic arriving from BBC to the blog home and lead these visitors to the specific post (see explanation on video below). This can now be done from within GA with the help of this plugin.</p>
<p><a href="http://searchengineland.com/behavioral-targeting-is-easier-than-you-think-33840"><em>Click here to view the embedded video.</em></a></p>
<p><strong>Test and target using Google Website Optimizer</strong></p>
<p>The second plugin, for Google Website Optimizer, enables users to segment visitors that will be included in a test. It is important to note that the plugin works for specific user segments including new visitors, returning visitors, search and social media.</p>
<p>For example, suppose you are a publisher, and display AdSense advertisements. This is a great way to earn a few bucks out of your website; however, is it a good strategy to show ads to all your visitors? Perhaps, perhaps not. If someone is a first time visitor, it is probably better to show a special promotion, or maybe a banner for an internal campaign, or a signup form for an email subscription or an RSS feed. A returning visitor is more likely to know your brand and is likely to return even if he or she clicks on a contextual ad. For these visitors, instead of showing a signup form, it&#8217;s fine to display AdSense ads. </p>
<p>Since you can never know if that is the right thing to do without <a href="http://searchengineland.com/a-primer-on-website-testing-25816">testing</a>, you should create two tests, one for new visitors and one for returning visitors. One test displays AdSense ads for 50% of visitors, and the other displays an internal banner to the other half. If you happen to find a significant difference, bingo! If not, keep testing and targeting.</p>
<p>Below is a video showing how to use the plugin, and more info about it can be found on BTBuckets <a href="http://community.btbuckets.com/page/btbuckets-browser-plugin-for-1">plugin page</a>.</p>
<p><a href="http://searchengineland.com/behavioral-targeting-is-easier-than-you-think-33840"><em>Click here to view the embedded video.</em></a></p>
<p>Now we have a suite of tools to analyze, test and target for free. Are you doing behavioral targeting? If so, please share your successes and challenges in the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/behavioral-targeting-is-easier-than-you-think-33840/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Segment Google Website Optimizer Tests</title>
		<link>http://searchengineland.com/how-to-segment-google-website-optimizer-tests-33341</link>
		<comments>http://searchengineland.com/how-to-segment-google-website-optimizer-tests-33341#comments</comments>
		<pubDate>Wed, 20 Jan 2010 11:00:57 +0000</pubDate>
		<dc:creator>Will Critchlow</dc:creator>
				<category><![CDATA[Google: Analytics]]></category>
		<category><![CDATA[Google: Website Optimizer]]></category>
		<category><![CDATA[Search & Conversion]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=33341</guid>
		<description><![CDATA[It can be important to segement your conversion rate tests to see how they perform for different kinds of users of your site. I'm going to show you a few ways of gathering GWO data in Google Analytics in order to bring the full power of the GA platform to your GWO testing.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/websiteoptimizer">Google Website Optimizer</a> (GWO) is a great tool for getting started with conversion rate testing. We use it extensively and love the way that it abstracts a lot of the really complicated stuff and avoids the need to know and understand some pretty tricky statistics. One downside of the simple platform is that it can make it hard to do some slightly difficult (but very desirable) things.</p>
<p>The example I want to discuss today is segmenting your tests to see how they perform for different kinds of users of your site. I&#8217;m going to show you a few ways of gathering GWO data in Google Analytics (GA) to bring the full power of the GA platform to your GWO testing.</p>
<p>A classic example is testing the impact of changes to the call-to-action for new vs. returning users. These two segments of users often have very different requirements and we can see why they might react differently to different enticements. For someone who knows your brand and is familiar with your offer, a discount could be supremely effective while a new visitor might respond better to long copy explaining the benefits (this is pure speculation and is designed only to serve as an example). For sites that get high numbers of returning visits (e.g. eBay), returning visitors are a self-selected set of people who understand how to use the control and/or have struggled through the learning curve. They may be resistant to change and prefer the control despite there being room for improvement for new visitors who haven&#8217;t gone through that learning curve.</p>
<p>Other useful segmentations during conversion rate tests include:</p>
<ul>
<li>Traffic source (e.g. organic search vs. paid search vs. referral traffic)</li>
<li>Country/location</li>
<li>Whether a user has visited a specific page on the site or in the conversion funnel</li>
<li>And a whole load of other things</li>
</ul>
<p>There are three basic steps to getting the data you need:</p>
<ol>
<li>Ensure that you are able to track GWO variables in GA</li>
<li>Set up appropriate filters and avoid contaminating your existing profiles and data</li>
<li>Analyse the data</li>
</ol>
<p><strong>#1 Track GWO Variables</strong></p>
<p>Google Analytics has a (relatively little known) function called <i>utmx</i> to return basic information about a GWO test to analytics. By tracking pageviews that include information in the URL about the test and variant being run, you can set up a profile within GA that has an understanding of conversion rate tests. There is more information on how to do that in this <a href="http://code.google.com/p/wso-hacks/wiki/TrackingExperimentsInGoogleAnalyticsUsingAdvancedSegmentation">quite technical guide</a>. It may also be useful to read this alternative approach from ROI Revolution that uses a <a href="http://www.roirevolution.com/blog/2008/05/using-website-optimizer-with-google-analytics-new.html">custom ga.js file</a>.</p>
<p>Tracking a pageview such as <tt>/my/page.html?gwo_exp=1234567890&amp;gwo_var=0</tt> gives all the information needed to create a profile that stores the variant of the test in a custom variable.</p>
<p><strong>#2 Avoid contaminating your main profile</strong></p>
<p>I suggest implementing the tracking of GWO variables in a new profile. In your core profile, you will probably want to strip out this information so that you can see all visitors of a single page concept together (i.e. not splitting out by which variant they saw).</p>
<p>In this example, you would want a filter such as (from the <a href="http://code.google.com/p/wso-hacks/wiki/TrackingExperimentsInGoogleAnalyticsUsingAdvancedSegmentation">guide referenced above</a>):</p>
<ul>
<li><a name="2._Add_a_filter_to_your_base_profile(s)_to_remove_GWO_tracking.">In &#8220;Field A -&gt; Extract A&#8221;, select Request URI and <tt>(^.*)(.gwo_exp.*)</tt> </a></li>
<li><a name="2._Add_a_filter_to_your_base_profile(s)_to_remove_GWO_tracking.">In &#8220;Output To -&gt; Constructor&#8221;, select Request URI and <tt>$A1</tt></a></li>
</ul>
<p><strong>#3 Analyse the output</strong></p>
<p>One of the nicest things about GWO is its ability to abstract away the maths behind determining winners. While that functionality is obviously still available for the aggregate test (on the whole set of users) there is an additional step required to work out whether you are seeing statistically-significant results on segments of your users.</p>
<p>Although learning the statistics behind these calculations is fun(warning: your experience may differ), we are primarily looking to get to the answer here. For this I recommend using an <a href="http://abtester.com/calculator/">online sample size calculator</a>. In order to analyse, for example, whether your test has reached statistical significance on new users only, you would segment the data to show only new users and find the number of users in this segment who had seen each variant and the number of each of those who had converted (for whatever conversion goal you are seeking).</p>
<p>With this data in hand, you can fill in the fields in your chosen calculator and, see the relative conversion rates. For most tests, you would seek a 95% confidence that a variant was better than the control. Consider the following data:</p>
<table border="0">
<tbody>
<tr>
<th>Type</th>
<th>Users</th>
<th>Conversions</th>
</tr>
<tr>
<td>Control</td>
<td>1000</td>
<td>30</td>
</tr>
<tr>
<td>Variant A</td>
<td>1055</td>
<td>32</td>
</tr>
<tr>
<td>Variant B</td>
<td>903</td>
<td>43</td>
</tr>
<tr>
<td>Variant C</td>
<td>1100</td>
<td>25</td>
</tr>
</tbody>
</table>
<p>These results suggest that you would be happy declaring variant B better than the control (confidence &gt; 97%) but even though variant A has a higher conversion rate than the control at present, you would not be confident declaring it better yet.</p>
<p>What I&#8217;d like to have shown is real-world examples of the ways that tests can show misleading things when you look at the average data when digging into the segmentation reveals insights about different classes of user. Unfortunately, I don&#8217;t have any public examples. If anyone has real-world examples they can share in the comments, I&#8217;m sure the SEL community would love to discuss them.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/how-to-segment-google-website-optimizer-tests-33341/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Testing In 2010: Tips &amp; Ideas To Get You Started</title>
		<link>http://searchengineland.com/testing-in-2010-tips-ideas-to-get-you-started-32784</link>
		<comments>http://searchengineland.com/testing-in-2010-tips-ideas-to-get-you-started-32784#comments</comments>
		<pubDate>Fri, 08 Jan 2010 15:00:50 +0000</pubDate>
		<dc:creator>Carrie Hill</dc:creator>
				<category><![CDATA[Google: Website Optimizer]]></category>
		<category><![CDATA[Search Marketing Toolbox]]></category>
		<category><![CDATA[A/B testing]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web analytics]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=32784</guid>
		<description><![CDATA[If you asked some of the best online marketers in the business what one piece of advice they can give you to help make your site better, stronger or more profitable, I bet most would say &#8220;test your pages, test your techniques, and test your theories.&#8221; The one constant in search engine marketing is change. [...]]]></description>
			<content:encoded><![CDATA[<p>If you asked some of the best online marketers in the business what one piece of advice they can give you to help make your site better, stronger or more profitable, I bet most would say &#8220;test your pages, test your techniques, and test your theories.&#8221;</p>
<p>The one constant in search engine marketing is change.  Things that worked a few months or even years ago don&#8217;t work today.  Conversely, things that work today maybe didn&#8217;t work 2 months ago.  Learning what is best for you and <i>your</i> site takes a lot of patience, research and testing.</p>
<p>If you&#8217;re a do-it-yourself website owner&mdash;or run your own company and do your online marketing in-house, using a tool like Google Website Optimizer can help you test different ideas and theories with ease.  Testing your landing pages and conversion funnels can help you craft a site that is user friendly and more conversion friendly.  Whether your goal is to sell an item, or generate a lead, simple steps to set up and implement a test can help you gain insight into what your audience is looking for.</p>
<div id="storyArt"><a title="google-website-optimizer-logo by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4244880251/"><img src="http://farm5.static.flickr.com/4051/4244880251_382dd8981a_o.gif" alt="google-website-optimizer-logo" width="150" height="55" /></a></div>
<p> Visiting <a href="http://www.google.com/websiteoptimizer" target="_blank">Google.com/WebsiteOptimizer</a> is an easy&mdash;and free&mdash;way to easily get started with a great tool that&#8217;s easy and intuitive to use.  If you can design a new page and paste a bit of code into your website, you don&#8217;t need any help at all to get started.  If you&#8217;re a design novice and have someone help you out, have them help design your test page and then it&#8217;s literally less than a half-hour of effort to install the scripts, provided there aren&#8217;t any special steps needed to make them work.</p>
<p><em>Tip</em>: If you use WordPress, install the <a href="http://www.impressionengineers.com/wordpress/easy-google-optimizer-plugin/" target="_blank">Easy Google Optimizer Plug-in for WordPress</a> from ImpressionEngineeers.com. This makes setting up your campaign a snap!</p>
<p>I also like to recommend Website Optimizer if you&#8217;re testing out some targeting and segmentation ideas, like the ones I put out in my last column &#8220;<a href="http://searchengineland.com/how-to-target-your-seo-landing-pages-demographic-profile-30988" target="_blank">How to Target your SEO Landing Page&#8217;s Demographic Profile</a>.&#8221;  The reality is sometimes segmentation and targeting takes many <i>many</i> versions to dial in the right one.  Being able to A/B test your original against a new version is a great way to see if the change should be permanent without guesswork.</p>
<p>The nice thing about the Website Optimizer interface is the step by step setup instructions.  There is a &#8220;shopping list&#8221; of what you need before you start your test, and then a step by step Q&amp;A to help you decide what type of test you need, what your conversion goal page should be and then the code is generated&#8230; voila!</p>
<p>Here are some screenshots to get you familiar with what you&#8217;re doing.  This will take you through to the code generation portion of your test:</p>
<p><strong>Step 1: Create a new experiment</strong></p>
<p><a title="Google Website Optimizer Search Engine Land 1 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4245599738/"><img src="http://farm5.static.flickr.com/4069/4245599738_523ab7e027.jpg" alt="Google Website Optimizer Search Engine Land 1" width="500" height="142" /></a></p>
<p><strong>Step 2: Choose the type of experiment</strong></p>
<p><a title="Google Website Optimizer Search Engine Land 2 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4244825419/"><img src="http://farm5.static.flickr.com/4040/4244825419_82837999f6.jpg" alt="Google Website Optimizer Search Engine Land 2" width="500" height="229" /></a></p>
<p><strong>Step 3: Name and identify your control, test and conversion pages</strong></p>
<p><a title="Google Website Optimizer Search Engine Land 3 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4244825499/"><img src="http://farm3.static.flickr.com/2528/4244825499_77ba876739.jpg" alt="Google Website Optimizer Search Engine Land 3" width="500" height="346" /></a></p>
<p><strong>Step 4: Tell Google how your scripts will be installed</strong></p>
<p><a title="Google Website Optimizer Search Engine Land 4 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4244825463/"><img src="http://farm3.static.flickr.com/2793/4244825463_67d332b57d.jpg" alt="Google Website Optimizer Search Engine Land 4" width="500" height="187" /></a></p>
<p><strong>Step 5: Copy and paste the code into your site and validate your pages</strong></p>
<p><a title="Google Website Optimizer Search Engine Land 5 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4244825283/"><img src="http://farm5.static.flickr.com/4030/4244825283_ab04715269.jpg" alt="Google Website Optimizer Search Engine Land 5" width="471" height="500" /></a></p>
<p><a title="Google Website Optimizer Search Engine Land 6 by Search Engine Land, on Flickr" href="http://www.flickr.com/photos/23148333@N06/4244825329/"><img src="http://farm5.static.flickr.com/4060/4244825329_47e4bb0573.jpg" alt="Google Website Optimizer Search Engine Land 6" width="500" height="130" /></a></p>
<p>The most important rule to remember is to allow enough conversions for an accurate test.  Google recommends around 100 conversions for an accurate measure.  Some pages can reach that goal in a day, while some may take a month or more.  If you have a site that receives a few conversions a week or month, you can still test. Consider making your &#8220;goal&#8221; a clickthru to the next page in the conversion path instead  of a full blown conversion.</p>
<p>If you&#8217;re not sure where to start with your first test, some things I would suggest are:</p>
<p><strong>Conversion button style and placement.</strong>  Whether you&#8217;re looking for a &#8220;book online&#8221; or &#8220;contact us&#8221; type of conversions, work on how that message appears to your visitors.  If it&#8217;s a text link buried in a paragraph, separate it out and give it a colorful, eye-catching button to entice more conversions.  Use your testing to design the right button for your audience.</p>
<p><strong>Navigation overhaul.</strong>.  Is having left-hand navigation the best or should you move it to the right, can you eliminate some navigation to encourage the conversion action?  Is the order of your navigation encouraging or discouraging engagement and conversion? Do some testing to figure it out.</p>
<p><strong>Page layout.</strong>  The middle left side of your page is a dead spot.  Are you putting important information there?  Try rearranging your text and important links to encourage more time on site and more clickthrus.</p>
<p><strong>Virtual tour or image conversion optimization.</strong> If you use virtual tours or image galleries, try different techniques to layover or include links to help the visitor into your conversion path. These pages can rank well, so try to use them as much as you can.</p>
<p>Getting started with your testing can be intimidating, but the first test is definitely a milestone you should hit in January 2010! The results you see and the potential become addicting. Remember, a key part of the overall SEO process is to take time to work on not only the rankings and traffic to your site, but the nuts and bolts that make your site work for visitors.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/testing-in-2010-tips-ideas-to-get-you-started-32784/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Landing Page Testing: Choosing Between A/B Or Multivariate Approaches</title>
		<link>http://searchengineland.com/landing-page-testing-choosing-between-ab-or-multivariate-approaches-27195</link>
		<comments>http://searchengineland.com/landing-page-testing-choosing-between-ab-or-multivariate-approaches-27195#comments</comments>
		<pubDate>Wed, 14 Oct 2009 19:21:01 +0000</pubDate>
		<dc:creator>Daniel Waisberg</dc:creator>
				<category><![CDATA[Google: Website Optimizer]]></category>
		<category><![CDATA[How To: SEM]]></category>
		<category><![CDATA[Search Marketing: Landing Pages]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=27195</guid>
		<description><![CDATA[There are quite a few testing techniques available in the market. In this post I will dwelve into the two commonest testing methods: A/B tests and Multivariate tests. What is the difference between them? How can you choose which one best fits your needs?]]></description>
			<content:encoded><![CDATA[<p>In a previous post, I wrote about how to get started with <a href="http://searchengineland.com/a-primer-on-website-testing-25816">website testing</a>, both choosing which pages to test and how to define which elements will contribute the most to profits. However, there are quite a few testing methods to choose from. In this post I will delve into the two most common testing methods: A/B tests and multivariate tests (MVT). What is the difference between them? How can you choose which one best fits your needs?</p>
<p>Below is a comparison between the testing techniques mentioned, taking into consideration the overall use of the testing technique, coding needs, design needs, granularity of results and other considerations.</p>
<p>Most testing tools provide these options, but since <a href="http://www.google.com/websiteoptimizer">Google Website Optimizer</a> is a free tool that provides both options, it is a good place to start and try the examples I provide below.</p>
<p><strong>A/B Test</strong></p>
<p>An A/B test is the most common and easiest type of landing page test to conduct. It consists of creating alternative pages for a specific page and showing each of them to a certain percentage of visitors. For example, if you create 4 different variations of a landing page, 20% of visitors to the website will see each version (4 variations + original). Cookies are used to maintain a consistent user experience&mdash;if a visitor sees one version, they will see it again and again when visiting the website as long as the cookies are not deleted. Below is a representation of how this technique works.</p>
<p><a href="http://www.flickr.com/photos/23148333@N06/4012047912/" title="AB test scheme by Daniel Waisberg, on Flickr"><img src="http://farm3.static.flickr.com/2529/4012047912_d913e26143.jpg" width="500" height="310" alt="AB test scheme" /></a></p>
<p><i>Image created by <a href="http://www.yam-designs.com/">Yam Designs</a>. For a high res version of the image go to <a href="http://www.flickr.com/photos/danielwaisberg/3967883551/">A/B test scheme</a>.</i></p>
<p>To implement the test with Google Website Optimizer, scripts need to be included on the pages to be tested. These include:</p>
<ul>
<li>Two JavaScript codes on the original page: one that performs a redirect to the additional variations (head of the page) and one that measures the number of times the page was seen (this can be placed anywhere below the redirect code).</li>
<li>One JavaScript code on each variation page to measure the number of visitors viewing each page.</li>
<li>One JavaScript code on the conversion page to measure which visitors converted; this will measure the success of each page variation.</li>
</ul>
<p><strong>Advantages of A/B tests</strong></p>
<p><strong>Design freedom.</strong> A/B tests are often used to experiment page design options that vary dramatically, including position of text and pictures, background colors, number of pictures on the page, use of icons and navigation structure. Implementing such tests using the multivariate technique is possible, but it is technically challenging (but if you really want to do it, and you are technically savvy, see <a href="http://www.gwotricks.com/2009/02/advanced-ab-experiments.html">this post</a> on the <a href="http://www.gwotricks.com/">Google Website Optimizer Tricks blog</a>.</p>
<p><strong>Less JavaScript coding.</strong> as described above, the codes necessary to implement an A/B test are very simple and can be added to the website in a matter of minutes.</p>
<p><strong>Faster results.</strong> A/B tests usually involve fewer combinations with more extreme changes; multivariate tests involve many more combinations and variations. In addition, since A/Bs show significantly different designs, the expected improvement of the page is usually higher, diminishing the time the test will run.</p>
<p><strong>Multivariate test</strong></p>
<p>Rather than testing different versions of web pages, as we do with A/B tests, Multivariate tests experiment with elements inside <i>one</i> specific page (for purists, we are referring to <a href="http://en.wikipedia.org/wiki/Factorial_experiment">full factorial experiments</a>, which is the method used by most testing tools). Basically, we define elements inside a page (e.g. a picture, a text or a button) and provide different alternatives of each element. The testing tool will show each element combined with all other elements to visitors. The resulting combinations are derived from the number of elements multiplied by the number of element variations. Just as with A/B testing, however, each visitor sees only one particular combination of elements regardless of how many times they view a page. Below is a representation of how this technique works.</p>
<p><a href="http://www.flickr.com/photos/23148333@N06/4011281807/" title="Multivariate test scheme by Daniel Waisberg, on Flickr"><img src="http://farm3.static.flickr.com/2546/4011281807_1c070252af.jpg" width="500" height="356" alt="Multivariate test scheme" /></a></p>
<p><i>Image created by <a href="http://www.yam-designs.com/">Yam Designs</a>. For a high res version of the image go to <a href="http://www.flickr.com/photos/danielwaisberg/3979873841/">Multivariate test scheme</a>.</i></p>
<p>In terms of coding, the programming a multivariate test is slightly more complex than a simpler A/B test. A few pieces of JavaScript code need to be implemented: one opening the test, one for each tested element and one closing the test. In addition, a JavaScript will be added to the conversion page to measure combination success.</p>
<p><strong>Advantages of multivariate tests</strong></p>
<p><strong>Granularity of results.</strong> Since it is a full factorial experiment, multivariate tests show which elements are the best performing separately, as well as the correlation between the elements. This can be very useful when projecting the results to other parts of the website.</li>
<p><strong>No redirects required.</strong> Since all elements tested are inside the page, there is no need to redirect from the original page to the tested pages. Although redirects can be performed smoothly, I believe it is better not to use them whenever possible, as they can slow the flow and affect user experience.</li>
<p><strong>Fewer design resources required.</strong> Since we will be testing different designs with existing elements on a page, this will not require too much design effort.</p>
<p><strong>Concluding</strong>, both types of testing have their own advantages and disadvantages. Each can be a perfect technique, depending on the needs of the website. They should always go hand-in-hand, using one to test completely different designs and the other to optimize the current design. The important thing is to understand that <i>testing is not a one-time effort</i> It is an ongoing exercise that should be part of the mindset of an organization. As Avinash Kaushik once wrote in his blog, <a href="http://www.kaushik.net/avinash/2006/05/experimentation-and-testing-a-primer.html">Experiment or go home</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/landing-page-testing-choosing-between-ab-or-multivariate-approaches-27195/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Complete Guide To Google&#8217;s Website Optimizer</title>
		<link>http://searchengineland.com/the-complete-guide-to-googles-website-optimizer-15592</link>
		<comments>http://searchengineland.com/the-complete-guide-to-googles-website-optimizer-15592#comments</comments>
		<pubDate>Mon, 24 Nov 2008 18:31:15 +0000</pubDate>
		<dc:creator>Chris Sherman</dc:creator>
				<category><![CDATA[Features: Book Reviews]]></category>
		<category><![CDATA[Google: Website Optimizer]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=15592</guid>
		<description><![CDATA[Why is it that some web sites are golden, compelling visitors to buy while similar web sites, perhaps even offering the same products at similar prices, fail to make the grade? It may be dumb luck on the owner&#8217;s part, but a more likely explanation is that the golden site is the result of careful [...]]]></description>
			<content:encoded><![CDATA[<p>Why is it that some web sites are golden, compelling visitors to buy while similar web sites, perhaps even offering the same products at similar prices, fail to make the grade? It may be dumb luck on the owner&#8217;s part, but a more likely explanation is that the golden site is the result of careful design, testing, tweaking and testing yet again. Testing has grown into a core search marketing activity, but strangely, it&#8217;s also an activity that many search marketers either choose to avoid or don&#8217;t even consider at all.</p>
<p>And that&#8217;s a mistake. Good testing can not only help you get rid of stinker ads and landing pages, it can also help you optimize winning campaigns, improving their conversion rates and making them even more profitable. And testing needn&#8217;t be difficult or time-consuming, especially if you have the right tools. One of the best tools for helping you test and refine your search marketing campaigns is Google&#8217;s <a href="https://www.google.com/analytics/siteopt/splash?hl=en">Website Optimizer</a>. Even better, Website Optimizer is a free service.</p>
<p>Google deliberately designed Website Optimizer to be easy to use, even though the tool allows you to run complex, multivariate tests. At its most basic level, the tool lets you test different pages or combinations of elements on a single page to see how well they perform against a &#8220;conversion outcome&#8221; that you define. Google even claims that &#8220;you can launch a simple test in five minutes&#8221; in the <a href="http://www.google.com/websiteoptimizer/tour.html">video tour</a> of Website Optimizer.</p>
<p>The problem is that to be effective, tests should be carefully planned to measure your desired outcomes. Another problem is that the results of your testing need to be <i>interpreted</i> properly so that you can be sure that any implementation based on the results will perform as expected. Testing is as much art as science, and it shouldn&#8217;t be done in an offhand or cavalier fashion.</p>
<p>Not sure where or how to start? Try <a href="http://www.testingtoolbox.com/">Always Be Testing: The Complete Guide to Google Website Optimizer</a>, by Bryan Eisenberg &#038; John Quarto-vonTivadar with Lisa T. Davis. It&#8217;s a comprehensive guide to Google&#8217;s free testing tool, written for search marketers who are more interested in enhancing the performance of their search marketing campaign than in the analytic joys of multivariate testing. The authors don&#8217;t shy away from technical explanations when necessary, but the focus is always on the &#8220;whys&#8221; of testing even when looking closely at the &#8220;hows.&#8221;</p>
<p>The book is divided into three parts. The first part is a general overview of website testing and tuning using Google&#8217;s Website Optimizer. The first few chapters focus on the tool itself, but after that the focus changes to case studies drawn from the authors&#8217; own search marketing campaigns. These are valuable not only as examples of how to test, but because the authors also share the processes and best practices they have developed to maximize the impact of the testing process.</p>
<p>Part two &#8220;What You Should Test&#8221; looks at more than 30 key factors that can impact conversion rates. These factors differ based on how conversion is defined, which also differs for publishers, retailers and lead generation web sites. Most of the chapters in this part follow a similar format, with sections on &#8220;questions to ask,&#8221; an exercise, &#8220;what to test&#8221; and &#8220;apply this to your site&#8221; tips. This is one of the best&mdash;and most thorough&mdash;guides to the overall website testing and optimization process I&#8217;ve read.</p>
<p>Part three, &#8220;Diving Deep For the Technically Challenged&#8221; goes into even more detail about the testing process, how things work, behind the scenes details of how Website Optimizer works and more. Meaty stuff for the more advanced search marketer who wants to know everything to gain a competitive edge.</p>
<p>The nice thing about Google&#8217;s Website Optimizer, apart from being free, is that it can be used to test campaigns running on Google or any other search engine. And the general practices discussed in the book can be applied to any testing tool, not just Website Optimizer.</p>
<p><i>Always Be Testing</i> is an excellent book that tackles one of the most important aspects of successful search marketing. If you aren&#8217;t currently testing and want to know how to start, buy the book. Even if you are already testing and tuning your sites as part of your search marketing efforts, the case studies and best practices discussed in this book make it worth far more than the cover price when you apply the principles to your own campaigns.</p>
<p><b>Always Be Testing: The Complete Guide to Google Website Optimizer</b><br />
by Bryan Eisenberg &#038; John Quarto-vonTivadar with Lisa T. Davis<br />
ISBN-13: 978-0470290637<br />
Sybex, $29.99</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/the-complete-guide-to-googles-website-optimizer-15592/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Website Optimizer Steps Out Of The AdWords Box: Open To All Users &amp; Urchin 6.0 Comes Out Of Beta</title>
		<link>http://searchengineland.com/google-website-optimizer-steps-out-of-the-adwords-box-open-to-all-users-urchin-60-comes-out-of-beta-13787</link>
		<comments>http://searchengineland.com/google-website-optimizer-steps-out-of-the-adwords-box-open-to-all-users-urchin-60-comes-out-of-beta-13787#comments</comments>
		<pubDate>Wed, 16 Apr 2008 16:30:01 +0000</pubDate>
		<dc:creator>Barry Schwartz</dc:creator>
				<category><![CDATA[Google: Website Optimizer]]></category>

		<guid isPermaLink="false">http://searchengineland.com/beta/google-website-optimizer-steps-out-of-the-adwords-box-open-to-all-users-urchin-60-comes-out-of-beta-13787.php</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Google has <a href="http://websiteoptimizer.blogspot.com/2008/04/welcome-to-website-optimizer-blog.html">announced</a> that AdWords is no longer a requirement for <a href="http://google.com/websiteoptimizer">Website Optimizer</a>.  In fact, you can now go to <a href="http://www.google.com/websiteoptimizer">google.com/websiteoptimizer</a> and register for free to use Website Optimizer, even if you do not have an AdWords account.</p>
<p>Now, you can use Website Optimizer to not just A/B test your AdWords landing pages, but also test your Yahoo landing pages, your banner landing pages, and different elements throughout your web site to improve conversions and desired actions from your users.</p>
<p><span id="more-13787"></span>
If you already use Website Optimizer within your AdWords account, you can continue to do so.  The data and tool will remain in your AdWords account and can continue to be used there for the foreseeable future.  The new Website Optimizer will have its own user interface but will function a lot like the old Website Optimizer.</p>
<p>In addition, Google has launched a blog for Website Optimizer named the <a href="http://websiteoptimizer.blogspot.com">Website Optimizer Blog</a>.  The blog will contain &#8220;up-to-date product news, industry insights, testing strategies, and other educational information from the Google Website Optimizer team and our partners,&#8221; said Google.</p>
<p>Google Website Optimizer is available in 27 languages including Czech, Danish, Dutch, English (Australia, UK &#038; U.S.), Finnish, French, German, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese (Brazil &#038; Portugal), Russian, Spanish, Swedish, Tagalog, Thai, and Turkish.</p>
<p><strong>Update:</strong> In other Google web tracking news, Google <a href="http://analytics.blogspot.com/2008/04/graduation-day-for-website-optimizer.html">updated</a> us that Urchin 6 is now out of beta.  Urchin is the paid version of Google Analytics and runs directly on your own server.  Also, Actual Metrics is offering free <a href="http://www.actualmetrics.com/products/urchin-6-software/demo/">demonstrations of Urchin 6</a> if you are interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/google-website-optimizer-steps-out-of-the-adwords-box-open-to-all-users-urchin-60-comes-out-of-beta-13787/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.376 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 03:29:11 -->
<!-- Compression = gzip -->
