SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
10 MINUTES TO
   TESTING
WITH THE GOOGLE WEBSITE OPTIMIZER




         Bryan Eisenberg
       of Future Now, Inc.
GETTING YOUR FIRST GOOGLE WEBSITE OPTIMIZER TEST
RUNNING IN 10 MINUTES


                              You signed up for Google’s free multivariate or A/B testing platform,
                              and I’d like to welcome you to the world of conversion rate optimiza-
                              tion on steroids. For the longest time a quality testing platform was too
                              expensive for many, but now it is available to all of us. Getting started
                              is really easy. If you are willing to invest 10 minutes, I’ll walk you
                              through the process of setting up and performing your first test.


The Non-Technical Technical Overview


                              Even if you are uncomfortable with technical stuff, you should under-
                              stand setting up. That way, if you have to talk to someone technical,
                              you will be able to communicate effectively. The process is really sim-
                              ple. We’ll need a name for this experiment; we’ll call it “First Test”.


                              1. The first thing you must do is identify which page you want to test
                                 (Test Page). For the sake of getting your first test started, let’s say
                                 you are going to test your homepage.




                              2. Identify the page your visitor must reach to qualify as a successful
                                 conversion (Conversion Page). Is it your order thank you page, your
                                 registration success page, your contact us confirmation page, or a
                                 begin download page? In other words, the Conversion Page is the
                                 page your visitor gets to once they’ve taken the action you want them
                                 to take on your Test Page.




                              10 Minutes to Testing with the Google Website Optimizer | 2
For this example we’ll use our Contact Us Thank You page.


3. The Google Website Optimizer will generate little bits of code, called
   “tags,” for the Test Page and the Conversion Page. All you or your
   technical person needs to do is a little copying and pasting. Google
   will even check (validate) that you’ve placed the tags correctly before
   you can begin. On the Test Page, put the “Control Script” code at the
   top part of the page (called the “head”) and the “Tracker Script” at
   the bottom of the page (before the </body> tag). You only need to
   tag the Conversion Page at the bottom with the “Tracker Script.”
   Please note the tracking script specifies in its code which is the test
   page and which is the goal page.




         Control Script - Test Page




         Tracker Script - Test Page




         Tracker Script - Conversion Page


  Test Page: “Control Script” at top + “Tracker Script” at bottom
  Conversion Page: “Tracker Script” at bottom


4. Now, look at the Test Page and decide what pieces or elements
   (Sections) of the page you want to test. You can test up to 8 sections
   on any one page.




10 Minutes to Testing with the Google Website Optimizer | 3
Testing Headlines

For the purpose of this run-through, we
didn’t spend time crafting a knock-out
headline. But you will definitely want to
do this. Learning to create good head-
lines takes skill and practice. As you
come to learn what works best for your
audience, your ability to create truly per-
suasive headlines will improve. Here are
some ideas for testing your headlines:
                                                 The above image shows a “multivariate” test we ran on our home
Test fractions (3/4) or percentages (75%)        page header and image - two sections with three variations each.
  to prove your claim.
Test using numbers in your headlines.            For now, we’ll set up test of only one section. This is commonly
Test asking questions in the headline            referred to as an A/B test. Let’s choose a section we know has a high
  (make sure you directly answer the             impact on any site.
  question after the headline).
Test using news in headlines to appeal to      a. On your Test Page there is one section almost every visitor sees: the
  visitors.                                       first headline. Headlines are the easiest section to test, because you
Test using emotional-laden words.                 don’t need anyone else to come up with any copy or images – all you
Test different types of bolding, fonts, col-      need to change is a few words (remember it is only a test). Your
  ors, capitalizations, sizes, and format-        headline should start with an <h1> (could be h2, h3, etc.) html tag.
  ting.
Test background colors for headlines.
Test the number of words used in the
  headline.
Test using exclamation points.
Test using text to convey the benefits ver-    b. Once you have identified the section you are testing – in this case the
  sus the features of your products or            first headline – you need to place a “section script” (a tiny piece of
  services.                                       code) right before and after the html that renders your headline.
Test self-focused text (we/I) in the head-        Google recommends excluding as much HTML as possible when
  line.                                           defining sections. In this section script, you to change the name of
Test customer-focused text (you) in the           the section in the code so you can identify it. For example:
  headline.
Test using quotations in the headline                     <h1><script>utmx_section("Description")</script>
  (consider the length of the headline).                  Your Current headline
Test the reading level of the headline.                   </noscript></h1>


                                                 Change the “Description” to “Headline Test”.


                                                 It should now look like this on your page:




                                               10 Minutes to Testing with the Google Website Optimizer | 4
<h1><script>utmx_section("Headline Test")</script>
                                         Your Current headline
                                         </noscript></h1>


                                Make sure the </noscript> tag follows your original content in a sec-
                                tion.


                              c. Try to come up with 2 different variations of your headline other
                                 than the one you currently have (you’ll have a total of three head-
                                 lines). Once you tag your pages (see Step 3), you’ll be able to add
                                 these variations into Google’s Website Optimizer yourself and get
                                 your experiment running.


                              Hopefully you were able to tag these pages yourself or had someone
                              else do it for you by now. When the Optimizer has validated these, you
                              can begin to enter your section variations.




                              You’re ready to begin your first experiment!

Create and Enter Variations


                              Google’s Website Optimizer interface will show you a box (Variation
                              Entry Form) labeled “Headline Test”, and it will show the html code
                              you put the section script around (<h1>Your Current headline</h1>)
                              grayed out.




                              10 Minutes to Testing with the Google Website Optimizer | 5
1. On the left you will see a hyperlink that says “+ Add another varia-
                                    tion”. Click that.




                                 2. A small box will appear in front of the Variation Entry Form that
                                    asks you to create a new variation. You just need to supply a short,
                                    descriptive name.




                                 3. It will then show you the code to edit in the Variation Entry Form
                                    with the new variation name you just came up with. All you need to
                                    do is this: between the <h1> and the </h1>, where “Your Current
                                    Headline” is, type one of the 2 variations you came up with over the
                                    words ‘Your Current Headline”.




                                 4. Repeat steps 1 through 3 to add your second variation.


                                 5. When you are done adding variations click on “Save and continue.”

Review Test Setting and Launch


                                 The Google Website Optimizer presents a summary identifying the Test
                                 Page address, the Conversion Page address, the name and number of
                                 variations you created and the total number of combinations you are
                                 testing. It also allows you to decide what percent of your total traffic
                                 should be exposed to the test. In our example, we’ll leave it at 100%.




                                 10 Minutes to Testing with the Google Website Optimizer | 6
Click the “Launch Now” button. The fun of testing now begins! Next
                  step, wait for the results. You have successfully launched your first test.



WHAT TO DO NEXT


                  How can you tell if your results are valid? Certainly it’s important to be
                  aware of “freshness” factors that can influence your conversion rates,
                  things such as seasonality or even time of day. It’s important to run
                  your tests concurrently, ideally for a couple of weeks, making certain
                  your sample size is adequate and the results between tests are statisti-
                  cally meaningful.


                  Remember, you do not want to marginally beat out what you have; you
                  are looking for significant increases. Make sure you define what will
                  constitute success when you start testing. You can base your criteria
                  for success based on a certain number of conversions or sales, or you
                  can measure results over course of time.


                  To be sure your test is showing a statistically meaningful impact on the
                  variables, you have to know if you've demonstrated enough of a differ-
                  ence between the tests to declare a clear winner. As a rule of thumb,
                  you should have at least a three times larger result (e.g., if A is 5, B
                  should be 15).


                  The beauty of Google’s Website Optimizer is that it takes care of all the
                  math and shows you which elements or combinations of elements will
                  work best for you.


                  When you are ready to take the next step to multivariate testing (as in
                  our earlier example), just add an additional section script before your
                  element and go through the same process of creating and entering vari-
                  ations. It’s that easy!




                  10 Minutes to Testing with the Google Website Optimizer | 7
Additional Resources


                       Call to Action: Secret Formulas to Improving Online Results. Bryan
                       Eisenberg and Jeffrey Eisenberg with Lisa T. Davis. Nashville: Nelson
                       Business, Thomas Nelson Publishers. 2006.


                       Which Sells Best?: A Quick Start Guide to Testing for Retailers. Bryan
                       Eisenberg and Anthony Garcia. Future Now, Inc. 2006.
                       http://www.futurenowinc.com/shop


                       Contact Me or Submit?: A Quick Start Guide to Testing for Lead
                       Generation. Bryan Eisenberg and Anthony Garcia. Future Now, Inc.
                       2006. http://www.futurenowinc.com/shop


                       Learn more about testing and conversion, in plain-spoken language
                       laced with an attitude, through GrokDotCom, Future Now, Inc.’s free
                       conversion rate marketing newsletter. http://www.grokdotcom.com


                       The Google Website Optimizer helps you take out the guesswork when
                       it comes to optimizing your landing pages and provides documentation
                       that helps you understand the technical aspects of testing. Best of all,
                       the service is free. http://services.google.com/websiteoptimizer


                       Future Now, Inc. offers consulting services from site analysis to
                       Persuasion Architecture, as well as training and coaching for individu-
                       als, small groups and companies. http://www.futurenowinc.com/con-
                       sultingservices.htm


                       Good luck and best of conversion to you.




                       Bryan Eisenberg




                       10 Minutes to Testing with the Google Website Optimizer | 8
THE AUTHOR


Bryan Eisenberg


                  Bryan is recognized worldwide as a leading expert on online marketing
                  and marketing analytics. One of the co-founders and CPO (Chief
                  Persuasion Officer) of Future Now, Inc., Bryan has been helping com-
                  panies realize that to maximize results it is essential to incorporate
                  expert persuasion techniques and a deep understanding of customer
                  behavior into all marketing efforts. Bryan also is an inventor of
                  Persuasion Architecture™ for which a patent is pending. Persuasion
                  Architecture is a process for persuading customers when they ignore
                  marketing.


                  Bryan is a co-author of the #1 best-selling Wall Street Journal, New
                  York Times, USA Today, and BusinessWeek best sellers: Waiting For
                  Your Cat to Bark? and Call to Action. He is the publisher of Future
                  Now's award-winning newsletter GrokDotCom, is the author of ClickZ's
                  column “ROI Marketing,” and has been a featured speaker at Ad:tech,
                  DMDAYS, Search Engine Strategies, Shop.org, Internet World,
                  Net.Marketing, DMA Annual, eMetrics Summit, Electronic Retail
                  Association, & ClickZ Email Strategies and also teaches at Roy H
                  William's Wizard Academy.


                  Bryan has been featured by The Wall Street Journal, The New York
                  Times, Business 2.0, CXO Europe, Forrester Research, Jupiter
                  Research, Miami Herald, BrandWeek, Publish, Internet Advertising
                  Report (IAR), Chicago Business Tribune, Inc Magazine, Entrepreneur,
                  Target Marketing, DM News, Microsoft's bCentral, MarketingSherpa,
                  the Toronto Star, Smart Money and Internet Retailer for his thought
                  leadership in the critical area of internet marketing, website design and
                  improving online conversion rates, and web analytics.


                  Bryan is also one of the founders and Chairman of the Web Analytics
                  Association. A successful entrepreneur in his own right, he also has
                  consulted to and run seminars for companies such as: Universal
                  Orlando, GE, PriceWaterhouseCoopers, AeroTek/ Allegis Group, Dell,
                  Volvo, Computer Associates, Overstock.com, LowerMyBills, Agora
                  Publishing, CafePress.com, SAS and many others.




                  10 Minutes to Testing with the Google Website Optimizer | 9

Weitere ähnliche Inhalte

Ähnlich wie 10minutes Gwo

Improve your website with google website optimizer
Improve your website with google website optimizerImprove your website with google website optimizer
Improve your website with google website optimizer
Nick Eubanks
 
GenAI for Daily Operation including PromQL generator
GenAI for Daily Operation including PromQL generatorGenAI for Daily Operation including PromQL generator
GenAI for Daily Operation including PromQL generator
Tzung-Hsien (Shawn) Ho
 
Selenium
SeleniumSelenium
Selenium
nil65
 
Guide for Quality Center (QC) Automation Tool
Guide for Quality Center (QC) Automation ToolGuide for Quality Center (QC) Automation Tool
Guide for Quality Center (QC) Automation Tool
Subrat Srivastava
 
Getting started with_testcomplete
Getting started with_testcompleteGetting started with_testcomplete
Getting started with_testcomplete
ankit.das
 
Resume_Ramesh_Dhakal
Resume_Ramesh_DhakalResume_Ramesh_Dhakal
Resume_Ramesh_Dhakal
Ramesh Dhakal
 
Blackboxtesting 02 An Example Test Series
Blackboxtesting 02 An Example Test SeriesBlackboxtesting 02 An Example Test Series
Blackboxtesting 02 An Example Test Series
nazeer pasha
 

Ähnlich wie 10minutes Gwo (20)

Less08 2 e_testermodule_7
Less08 2 e_testermodule_7Less08 2 e_testermodule_7
Less08 2 e_testermodule_7
 
Multivariate DIY - Daigneault
Multivariate DIY - DaigneaultMultivariate DIY - Daigneault
Multivariate DIY - Daigneault
 
Improve your website with google website optimizer
Improve your website with google website optimizerImprove your website with google website optimizer
Improve your website with google website optimizer
 
Best practices: Optimizing A/B tests for SEO
Best practices: Optimizing A/B tests for SEOBest practices: Optimizing A/B tests for SEO
Best practices: Optimizing A/B tests for SEO
 
Rpt ppt
Rpt pptRpt ppt
Rpt ppt
 
Quick Guide to Relaunching your WordPress Website with a new theme
Quick Guide to Relaunching your WordPress Website with a new themeQuick Guide to Relaunching your WordPress Website with a new theme
Quick Guide to Relaunching your WordPress Website with a new theme
 
Copycat Site BluePrint - make money online fast
Copycat Site BluePrint - make money online fastCopycat Site BluePrint - make money online fast
Copycat Site BluePrint - make money online fast
 
How to Website Redesign | Website Redesign SEO Checklist
How to Website Redesign | Website Redesign SEO ChecklistHow to Website Redesign | Website Redesign SEO Checklist
How to Website Redesign | Website Redesign SEO Checklist
 
Recommendations for On-Page SEO
Recommendations for On-Page SEORecommendations for On-Page SEO
Recommendations for On-Page SEO
 
Scryent: Plone - Hone Your Test Fu
Scryent: Plone - Hone Your Test FuScryent: Plone - Hone Your Test Fu
Scryent: Plone - Hone Your Test Fu
 
Katalon Studio - GUI Overview
Katalon Studio - GUI OverviewKatalon Studio - GUI Overview
Katalon Studio - GUI Overview
 
[Part 1] understand google search console outrankco
[Part 1] understand google search console   outrankco[Part 1] understand google search console   outrankco
[Part 1] understand google search console outrankco
 
GenAI for Daily Operation including PromQL generator
GenAI for Daily Operation including PromQL generatorGenAI for Daily Operation including PromQL generator
GenAI for Daily Operation including PromQL generator
 
Selenium
SeleniumSelenium
Selenium
 
Guide for Quality Center (QC) Automation Tool
Guide for Quality Center (QC) Automation ToolGuide for Quality Center (QC) Automation Tool
Guide for Quality Center (QC) Automation Tool
 
Devops interview questions 2 www.bigclasses.com
Devops interview questions  2  www.bigclasses.comDevops interview questions  2  www.bigclasses.com
Devops interview questions 2 www.bigclasses.com
 
Getting started with_testcomplete
Getting started with_testcompleteGetting started with_testcomplete
Getting started with_testcomplete
 
Resume_Ramesh_Dhakal
Resume_Ramesh_DhakalResume_Ramesh_Dhakal
Resume_Ramesh_Dhakal
 
Blackboxtesting 02 An Example Test Series
Blackboxtesting 02 An Example Test SeriesBlackboxtesting 02 An Example Test Series
Blackboxtesting 02 An Example Test Series
 
Build the Perfect WordPress Website
Build the Perfect WordPress WebsiteBuild the Perfect WordPress Website
Build the Perfect WordPress Website
 

Kürzlich hochgeladen

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Kürzlich hochgeladen (20)

Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 

10minutes Gwo

  • 1. 10 MINUTES TO TESTING WITH THE GOOGLE WEBSITE OPTIMIZER Bryan Eisenberg of Future Now, Inc.
  • 2. GETTING YOUR FIRST GOOGLE WEBSITE OPTIMIZER TEST RUNNING IN 10 MINUTES You signed up for Google’s free multivariate or A/B testing platform, and I’d like to welcome you to the world of conversion rate optimiza- tion on steroids. For the longest time a quality testing platform was too expensive for many, but now it is available to all of us. Getting started is really easy. If you are willing to invest 10 minutes, I’ll walk you through the process of setting up and performing your first test. The Non-Technical Technical Overview Even if you are uncomfortable with technical stuff, you should under- stand setting up. That way, if you have to talk to someone technical, you will be able to communicate effectively. The process is really sim- ple. We’ll need a name for this experiment; we’ll call it “First Test”. 1. The first thing you must do is identify which page you want to test (Test Page). For the sake of getting your first test started, let’s say you are going to test your homepage. 2. Identify the page your visitor must reach to qualify as a successful conversion (Conversion Page). Is it your order thank you page, your registration success page, your contact us confirmation page, or a begin download page? In other words, the Conversion Page is the page your visitor gets to once they’ve taken the action you want them to take on your Test Page. 10 Minutes to Testing with the Google Website Optimizer | 2
  • 3. For this example we’ll use our Contact Us Thank You page. 3. The Google Website Optimizer will generate little bits of code, called “tags,” for the Test Page and the Conversion Page. All you or your technical person needs to do is a little copying and pasting. Google will even check (validate) that you’ve placed the tags correctly before you can begin. On the Test Page, put the “Control Script” code at the top part of the page (called the “head”) and the “Tracker Script” at the bottom of the page (before the </body> tag). You only need to tag the Conversion Page at the bottom with the “Tracker Script.” Please note the tracking script specifies in its code which is the test page and which is the goal page. Control Script - Test Page Tracker Script - Test Page Tracker Script - Conversion Page Test Page: “Control Script” at top + “Tracker Script” at bottom Conversion Page: “Tracker Script” at bottom 4. Now, look at the Test Page and decide what pieces or elements (Sections) of the page you want to test. You can test up to 8 sections on any one page. 10 Minutes to Testing with the Google Website Optimizer | 3
  • 4. Testing Headlines For the purpose of this run-through, we didn’t spend time crafting a knock-out headline. But you will definitely want to do this. Learning to create good head- lines takes skill and practice. As you come to learn what works best for your audience, your ability to create truly per- suasive headlines will improve. Here are some ideas for testing your headlines: The above image shows a “multivariate” test we ran on our home Test fractions (3/4) or percentages (75%) page header and image - two sections with three variations each. to prove your claim. Test using numbers in your headlines. For now, we’ll set up test of only one section. This is commonly Test asking questions in the headline referred to as an A/B test. Let’s choose a section we know has a high (make sure you directly answer the impact on any site. question after the headline). Test using news in headlines to appeal to a. On your Test Page there is one section almost every visitor sees: the visitors. first headline. Headlines are the easiest section to test, because you Test using emotional-laden words. don’t need anyone else to come up with any copy or images – all you Test different types of bolding, fonts, col- need to change is a few words (remember it is only a test). Your ors, capitalizations, sizes, and format- headline should start with an <h1> (could be h2, h3, etc.) html tag. ting. Test background colors for headlines. Test the number of words used in the headline. Test using exclamation points. Test using text to convey the benefits ver- b. Once you have identified the section you are testing – in this case the sus the features of your products or first headline – you need to place a “section script” (a tiny piece of services. code) right before and after the html that renders your headline. Test self-focused text (we/I) in the head- Google recommends excluding as much HTML as possible when line. defining sections. In this section script, you to change the name of Test customer-focused text (you) in the the section in the code so you can identify it. For example: headline. Test using quotations in the headline <h1><script>utmx_section("Description")</script> (consider the length of the headline). Your Current headline Test the reading level of the headline. </noscript></h1> Change the “Description” to “Headline Test”. It should now look like this on your page: 10 Minutes to Testing with the Google Website Optimizer | 4
  • 5. <h1><script>utmx_section("Headline Test")</script> Your Current headline </noscript></h1> Make sure the </noscript> tag follows your original content in a sec- tion. c. Try to come up with 2 different variations of your headline other than the one you currently have (you’ll have a total of three head- lines). Once you tag your pages (see Step 3), you’ll be able to add these variations into Google’s Website Optimizer yourself and get your experiment running. Hopefully you were able to tag these pages yourself or had someone else do it for you by now. When the Optimizer has validated these, you can begin to enter your section variations. You’re ready to begin your first experiment! Create and Enter Variations Google’s Website Optimizer interface will show you a box (Variation Entry Form) labeled “Headline Test”, and it will show the html code you put the section script around (<h1>Your Current headline</h1>) grayed out. 10 Minutes to Testing with the Google Website Optimizer | 5
  • 6. 1. On the left you will see a hyperlink that says “+ Add another varia- tion”. Click that. 2. A small box will appear in front of the Variation Entry Form that asks you to create a new variation. You just need to supply a short, descriptive name. 3. It will then show you the code to edit in the Variation Entry Form with the new variation name you just came up with. All you need to do is this: between the <h1> and the </h1>, where “Your Current Headline” is, type one of the 2 variations you came up with over the words ‘Your Current Headline”. 4. Repeat steps 1 through 3 to add your second variation. 5. When you are done adding variations click on “Save and continue.” Review Test Setting and Launch The Google Website Optimizer presents a summary identifying the Test Page address, the Conversion Page address, the name and number of variations you created and the total number of combinations you are testing. It also allows you to decide what percent of your total traffic should be exposed to the test. In our example, we’ll leave it at 100%. 10 Minutes to Testing with the Google Website Optimizer | 6
  • 7. Click the “Launch Now” button. The fun of testing now begins! Next step, wait for the results. You have successfully launched your first test. WHAT TO DO NEXT How can you tell if your results are valid? Certainly it’s important to be aware of “freshness” factors that can influence your conversion rates, things such as seasonality or even time of day. It’s important to run your tests concurrently, ideally for a couple of weeks, making certain your sample size is adequate and the results between tests are statisti- cally meaningful. Remember, you do not want to marginally beat out what you have; you are looking for significant increases. Make sure you define what will constitute success when you start testing. You can base your criteria for success based on a certain number of conversions or sales, or you can measure results over course of time. To be sure your test is showing a statistically meaningful impact on the variables, you have to know if you've demonstrated enough of a differ- ence between the tests to declare a clear winner. As a rule of thumb, you should have at least a three times larger result (e.g., if A is 5, B should be 15). The beauty of Google’s Website Optimizer is that it takes care of all the math and shows you which elements or combinations of elements will work best for you. When you are ready to take the next step to multivariate testing (as in our earlier example), just add an additional section script before your element and go through the same process of creating and entering vari- ations. It’s that easy! 10 Minutes to Testing with the Google Website Optimizer | 7
  • 8. Additional Resources Call to Action: Secret Formulas to Improving Online Results. Bryan Eisenberg and Jeffrey Eisenberg with Lisa T. Davis. Nashville: Nelson Business, Thomas Nelson Publishers. 2006. Which Sells Best?: A Quick Start Guide to Testing for Retailers. Bryan Eisenberg and Anthony Garcia. Future Now, Inc. 2006. http://www.futurenowinc.com/shop Contact Me or Submit?: A Quick Start Guide to Testing for Lead Generation. Bryan Eisenberg and Anthony Garcia. Future Now, Inc. 2006. http://www.futurenowinc.com/shop Learn more about testing and conversion, in plain-spoken language laced with an attitude, through GrokDotCom, Future Now, Inc.’s free conversion rate marketing newsletter. http://www.grokdotcom.com The Google Website Optimizer helps you take out the guesswork when it comes to optimizing your landing pages and provides documentation that helps you understand the technical aspects of testing. Best of all, the service is free. http://services.google.com/websiteoptimizer Future Now, Inc. offers consulting services from site analysis to Persuasion Architecture, as well as training and coaching for individu- als, small groups and companies. http://www.futurenowinc.com/con- sultingservices.htm Good luck and best of conversion to you. Bryan Eisenberg 10 Minutes to Testing with the Google Website Optimizer | 8
  • 9. THE AUTHOR Bryan Eisenberg Bryan is recognized worldwide as a leading expert on online marketing and marketing analytics. One of the co-founders and CPO (Chief Persuasion Officer) of Future Now, Inc., Bryan has been helping com- panies realize that to maximize results it is essential to incorporate expert persuasion techniques and a deep understanding of customer behavior into all marketing efforts. Bryan also is an inventor of Persuasion Architecture™ for which a patent is pending. Persuasion Architecture is a process for persuading customers when they ignore marketing. Bryan is a co-author of the #1 best-selling Wall Street Journal, New York Times, USA Today, and BusinessWeek best sellers: Waiting For Your Cat to Bark? and Call to Action. He is the publisher of Future Now's award-winning newsletter GrokDotCom, is the author of ClickZ's column “ROI Marketing,” and has been a featured speaker at Ad:tech, DMDAYS, Search Engine Strategies, Shop.org, Internet World, Net.Marketing, DMA Annual, eMetrics Summit, Electronic Retail Association, & ClickZ Email Strategies and also teaches at Roy H William's Wizard Academy. Bryan has been featured by The Wall Street Journal, The New York Times, Business 2.0, CXO Europe, Forrester Research, Jupiter Research, Miami Herald, BrandWeek, Publish, Internet Advertising Report (IAR), Chicago Business Tribune, Inc Magazine, Entrepreneur, Target Marketing, DM News, Microsoft's bCentral, MarketingSherpa, the Toronto Star, Smart Money and Internet Retailer for his thought leadership in the critical area of internet marketing, website design and improving online conversion rates, and web analytics. Bryan is also one of the founders and Chairman of the Web Analytics Association. A successful entrepreneur in his own right, he also has consulted to and run seminars for companies such as: Universal Orlando, GE, PriceWaterhouseCoopers, AeroTek/ Allegis Group, Dell, Volvo, Computer Associates, Overstock.com, LowerMyBills, Agora Publishing, CafePress.com, SAS and many others. 10 Minutes to Testing with the Google Website Optimizer | 9