19
@SEARCHMOJO SEARCH-MOJO.COM 800.939.5938 TIPS FOR TWEAKING AND INCREASING CONVERSION PUBCON LAS VEGAS NOVEMBER 11, 2010 MULTIVARIATE TESTING & CONVERSION TWEAKING

158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

Embed Size (px)

Citation preview

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 1/19

@SEARCHMOJO

SEARCH-MOJO.COM

800.939.5938

TIPS FOR TWEAKING AND INCREASING CONVERSION

PUBCON LAS VEGAS

NOVEMBER 11, 2010

MULTIVARIATE TESTING &

CONVERSION TWEAKING

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 2/19

#PUBCON

IDENTIFY PROBLEM AREAS

• Use Google Analytics to find “leaks” inthe funnel

 – Look for high bounce rate

 – If you’re an ecommerce site, be sure to setup ecommerce capabilities

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 3/19

#PUBCON

ONE COMMON CULPRIT:

THE HOME PAGE

• Home pages are the most trafficked pageon the site

• Often the page that ranks most in search

engines

• Often the page with the highest bouncerate

• Too many choices on a home page

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 4/19

#PUBCON

HOW TO ADDRESS HOME PAGE BOUNCE

RATE

• Look at the keywords that drive traffic tothe home page

• See what content appears on the home

page that mirrors those words

• Adjust content to reflect those terms

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 5/19

#PUBCON

CASE STUDY: ALLEGIANCE

• Sold four types of products

• 25% of traffic to the home page camefrom keywords for a “whistleblower”

product

• No content on the home page reflectingthe “whistleblower” product 

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 6/19

#PUBCON

CASE STUDY: ALLEGIANCE

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 7/19

#PUBCON

DETECTING THE ORGANIC KEYWORD

<?php

//detect referer

$referer=$_SERVER['HTTP_REFERER'];

//get the query

$query= $_GET[“q”]; 

//reformat the query$query= str_replace(“+”, “ “, $query);

//determine if query is one of our chosen keywords

If (strrpos($query, “whistle”)>0) { 

$chosen=“y”; 

} else {$chosen=“n” 

}

?>

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 8/19

#PUBCON

BE SURE TO COOKIE THEM TOO!

• You can use the cookie throughout thesite in multiple ways:

 – Customize other content throughout the site

 – Pre-fill forms

• Consider a “global” cookies include. 

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 9/19

#PUBCON

ADJUSTING CONTENT BASED ON ORGANIC

KEYWORD

• Tip: You need a way to track this page version vs.others in Google Analytics. Consider changing title tagbased on keyword.

<?phpIf ($chosen==“y”) { 

echo “<title>Allegiance: WhistleblowingSoftware</title>”; 

} else {echo “<title>Allegiance Software</title>”; 

}

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 10/19

@SEARCHMOJO

SEARCH-MOJO.COM

800.939.5938

USING GOOGLE WEBSITE

OPTIMIZER

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 11/19

#PUBCON

THINGS TO TEST

• Form on every page

• Button colors

• Page layout

• Titles

• Copy

Images• Video

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 12/19

#PUBCON

CASE STUDY: WEBSURVEYOR

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 13/19

@SEARCHMOJO

SEARCH-MOJO.COM

800.939.5938

SEGMENTATION

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 14/19

#PUBCON

CONVERSION PATHS

LandingPage

Initial Landing

Page

Option 1

Option1a Option1b

Option

2

Option

2a

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 15/19

#PUBCON

WHY CONVERSION PATHS?

• Segmentation

 – Provide specific offers to specific types of visitors

• Qualification

 – Ensure that the leads you are getting are morequalified

• Gain Partial Data Over Time

 – Learn from visitors as they progress through aconversion path

• Improved Conversion Rates

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 16/19

#PUBCON

EXAMPLE: RAXCO SOFTWARE

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 17/19

#PUBCON

EXAMPLE: RAXCO SOFTWARE

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 18/19

#PUBCON

EXAMPLE: RAXCO SOFTWARE

8/16/2019 158-Multivariate Testing and Conversion Tweaking-janet Driscoll Miller (1)

http://slidepdf.com/reader/full/158-multivariate-testing-and-conversion-tweaking-janet-driscoll-miller-1 19/19

#PUBCON

CONTACT

Janet Driscoll [email protected]

800-939-5938 x101

LinkedIn:www.linkedin.com/in/janetdriscollmiller

Twitter: @janetdmiller

Facebook: www.facebook.com/SearchMojo

www.search-mojo.com/presentations/

PubconVegas2010-2.pptx