SlideShare a Scribd company logo
1
Test Everything:
TrustRadius Delivers Customer
Value with Experimentation
2
Rilo Stark
Product Manager
TrustRadius
Speakers
Jack Peden
Senior Software Engineer
TrustRadius
Lauren Brennan
Product Marketing Manager
Optimizely
● Customize the widgets on your page
to your preference
● This webinar is recorded and you will
receive the link with the slides in the
next few days
● We will have time for questions!
Please submit them in the Q&A box
on the left side of the screen
Housekeeping
4
The only solution built for your entire team: marketers, product
managers, e-commerce specialists, and data analysts.
What
We Do
A unified platform for A/B/n testing and targeted experiences
across the entire customer journey.
World’s #1 digital laboratory - Optimizely customers have
run over 1.8M experiments on our platform since 2010.
Put customers at the center of your
experience optimization & delivery process
Leader in Site Experimentation &
Optimization
Measure customer data from real users in production
environments, so that every experience delivered is high-
quality and high-value.
Built for the whole team
Full Stack
Optimizely Platform
Built for product, engineering, growth, and data teams
Javascript snippet experimentation
enabling optimization through an easy
to use WYSIWYG visual editor.
Enterprise Expertise
Real-time
Data & Statistics
Progressive Delivery &
Experimentation
Enablement Services Ongoing Support Training & Documentation
Governance Security Scale
Zero-latency feature-flagging and in-code
experimentation implemented via 12 SDKs
or as a microservice
Web
Rollouts:
Standalone, free feature flagging w/one
experiment
Performance Edge: Faster experiments
processed at the edge (CDN)
Stats EngineData Integration Flexible analysis
Open APIs
6 #TruthSells
Test Everything:
TrustRadius Delivers
Customer Value with
Experimentation
7 #TruthSells#TruthSells
Agenda
Kick-off
Getting Started with Experimentation
• North Star Metrics
• Experimentation Philosophy
• Testing Our Way Into Testing
What We’ve Learned
• When to use Full Stack?
• When to use Web?
• Tips & Tricks for starting Full Platform
Experimentation
Q&A
8 #TruthSells#TruthSells
Rilo Stark
Product Manager
/rilo-stark
Jack Peden
Sr. Software Engineer
/jack-peden
trustradius.com
9 #TruthSells#TruthSells
Software Reviews
You Can Trust
• Most trusted customer voice and
platform
• We help software buyers make great
decisions
• We help technology vendors get and
great customers
• Over 1 million monthly users
10 #TruthSells
Audience Poll
11 #TruthSells#TruthSells
North Star Metrics
Our mission is to make it easy for people to buy, use, and sell
technology.
Metrics for building our community include: REACH
Reach Monthly sessions
Keyword rankings
Impact Site satisfaction scores
Decision impact surveys
Authority Organic registration rate
Repeat rate
12 #TruthSells#TruthSells
Experiments Improve Product
Decisions
“Fast, cheap, or good: You can have
any two.”
Experiments help us stay user-
centered, mitigate risk, and
increase adoption by
incorporating user feedback
early and often.
13 #TruthSells#TruthSells
Program Tenets
Optimize Existing
• Find the best solution among many
possibilities
• Seize low-hanging fruit
• Avoid costly mistakes
Test Into New
• Cost:Benefit analysis of a new initiative
• Controlled releases
• Establish baselines & best practices
14 #TruthSells#TruthSells
Google Optimize was good for us to get our feet
wet with experimentation, but we quickly
outgrew it.
We used our own product to find a better
solution for our business needs!
Testing Our Way Into Testing
Reviews are an important
part of the buying decision.
Unbiased, trusted reviews are
the holy grail. I want real use
cases in the reviews I read… I
want the good, the bad, and
most importantly the UGLY.
TrustRadius is the leader in
tech solution review sites. It
has the most unbiased, candid
reviews I can find.
Chris Salles
Director,
Learning
Audible, Inc.
15 #TruthSells
When to use Full Stack?
16 #TruthSells#TruthSells
Page Speed Metrics
Observation: TrustMaps are used by Buyers, but slow
page speed.
Hypothesis: If we reduce the page speed impact of the
TrustMap, we will improve the user experience.
Key Metrics: bounce rate, page speed, and TrustMap
interactions
Results: After experimenting with different treatments,
the static image variation improved our key UX metrics
the most!
Why Full Stack? This content is generated server-side, so
to conditionally include it we needed to deliver this
experiment using Full Stack.Tip: Full Stack can help you test improvements for page
speed metrics.
17 #TruthSells#TruthSells
Capture User Inputs
Observation: Buyers seek integration details, but this info
is buried.
Hypothesis: If buyers can easily check integrations to
create a short list of viable products, our product will have
more impact on their buying decision.
Key Metrics: clicks on this CTA, # of flows completed, # of
user inputs
Results: After a series of different locations and flows, an
insufficient % of the community was engaging so we
abandoned the feature.
Why Full Stack? Each iteration either depended on user
input, or prompted an “I’m sorry” modal after the click
occurred.
Tip: Use Full Stack for tests that require user input or new
workflows.
18 #TruthSells#TruthSells
Repurpose Server-Side Element
Observation: Half of all software Buyers want a vendor
Demo, but this CTA doesn’t persist as they scroll the product
Hypothesis: If we make it easier for buyers to find the Demo
CTA, we will increase the click-through-rate and the page
score.
Key Metrics: CTA clicks, bounce rate, time on page
Results: this experiment is currently live! The precursor
experiment resulted in a 2X increase in clicks.
Why Full Stack? The test location is a part of our code that is
rendered server-side, so being able to run the test there was
option.Tip: Check your logs for Optimizely messages when testing
server-side, including which test bucket a user is assigned
into.
Precursor Web Experiment
Current Full Stack Experiment
19 #TruthSells#TruthSells
Three Use Cases for Full Stack
20 #TruthSells
When to use Web?
21 #TruthSells#TruthSells
Modify Existing CTA
Observation: Vendors want to claim their listing & engage
with buyers researching their product – but the claim link
is buried!
Hypothesis: If we make it easier for vendors to find the
claim link, we will increase the number who claim their
profile.
Key Metrics: clicks on claim CTA, completed claims,
bounce rate, time on page
Results: Increased weekly vendor profile claims over
200%
Why Web? Moving a pre-existing link did not check any
of the boxes where server-side makes more sense.
Tip: Set client-side console log levels via the
optimizely_log=info query parameter.
Original CTA (in Sidebar)
Experiment location (in header)
22 #TruthSells#TruthSells
Painted Door
Observation: Buyers often request a synthesized version
of our content and data.
Hypothesis: If we make it easier for buyers to synthesize
the pros and cons content in reviews, page engagement
and satisfaction will increase.
Key Metrics: word cloud clicks, pageviews/session,
bounce rate, session duration
Results: +150% pageviews/session & +157% session
duration on mobile; but desktop was flat other than an
increased bounce rate.
Why Web? We were able to minimize dev time by
manually creating word clouds and targeting individual
pages.
Tip: Build the minimum functionality needed to validate
hypotheses.
23 #TruthSells#TruthSells
Repurpose Client-Side
Element
Observation: Buyers seek authoritative, third-party
content throughout their journey – and we have this with
Buyer’s Guides!
Hypothesis: If we merchandise our Buyer’s Guides
effectively, we will increase the number of buyers who
benefit from this content.
Key Metrics: conversion rate of timed modal
Results: 2x conversion rate from first iteration to current
baseline.
Why Web? This content does not need to be present on
page load, and this modal already exists.Tip: Use existing elements to test new value propositions.
24 #TruthSells#TruthSells
Three Use Cases for Web
25 #TruthSells#TruthSells
Tips for Starting Full Platform Experimentation
• Don’t be afraid to fail! A “loss” is better than a neutral result.
• Keep your experiments as simple as possible. What is the one thing you’re trying to learn?
• Use the right tool for the job. Being able to choose Optimizely Web or Full Stack based on the
nature of the experiment will increase test velocity.
• Share experiment results with your company - wins AND losses.
• Do >1 experiment per key metric. You will accumulate learnings over time, which – combined
with other inputs – improve interpretation of each experiment, and decision to fish or cut bait.
• Identify ALL key metrics that could be impacted by each experiment. Which metrics might be
adversely impacted by this change? Incorporate them in your test plan.
26 #TruthSells
Q&A
Visit trustradius.com to learn more
27
Questions?
28
What’s Next
Watch our Full Platform On-Demand Demo
Pump up your road map with our
Product Experimentation Boot Camp

More Related Content

What's hot

Getting Started with Server-Side Testing
Getting Started with Server-Side TestingGetting Started with Server-Side Testing
Getting Started with Server-Side Testing
Optimizely
 
7 Habits of Highly Effective Personalisation Organisations | Optimizely ANZ W...
7 Habits of Highly Effective Personalisation Organisations | Optimizely ANZ W...7 Habits of Highly Effective Personalisation Organisations | Optimizely ANZ W...
7 Habits of Highly Effective Personalisation Organisations | Optimizely ANZ W...
Optimizely
 
Optimizely Agent: Scaling Resilient Feature Delivery
Optimizely Agent: Scaling Resilient Feature DeliveryOptimizely Agent: Scaling Resilient Feature Delivery
Optimizely Agent: Scaling Resilient Feature Delivery
Optimizely
 
The Future of Optimizely for Technical Teams
The Future of Optimizely for Technical TeamsThe Future of Optimizely for Technical Teams
The Future of Optimizely for Technical Teams
Optimizely
 
Experimentation at Blue Apron (webinar)
Experimentation at Blue Apron (webinar)Experimentation at Blue Apron (webinar)
Experimentation at Blue Apron (webinar)
Optimizely
 
Introducing Program Management
Introducing Program ManagementIntroducing Program Management
Introducing Program Management
Optimizely
 
Experimentation through Clients' Eyes
Experimentation through Clients' EyesExperimentation through Clients' Eyes
Experimentation through Clients' Eyes
Optimizely
 
Failure is an Option: Scaling Resilient Feature Delivery
Failure is an Option: Scaling Resilient Feature DeliveryFailure is an Option: Scaling Resilient Feature Delivery
Failure is an Option: Scaling Resilient Feature Delivery
Optimizely
 
Optimizely Experience Customer Story - Atlassian
Optimizely Experience Customer Story - AtlassianOptimizely Experience Customer Story - Atlassian
Optimizely Experience Customer Story - Atlassian
Optimizely
 
Improve your content: The What, Why, Where and How about A/B Testing
Improve your content: The What, Why, Where and How about A/B TestingImprove your content: The What, Why, Where and How about A/B Testing
Improve your content: The What, Why, Where and How about A/B Testing
introtodigital
 
How We Do It: Proven Website Personalization Strategies
How We Do It: Proven Website Personalization StrategiesHow We Do It: Proven Website Personalization Strategies
How We Do It: Proven Website Personalization Strategies
Optimizely
 
Maximizing Optimizely Website Performance
Maximizing Optimizely Website PerformanceMaximizing Optimizely Website Performance
Maximizing Optimizely Website Performance
Optimizely
 
Better Decisions with Experimentation
Better Decisions with ExperimentationBetter Decisions with Experimentation
Better Decisions with Experimentation
Jill Martay
 
How Clorox Experiments Across Brands to Turn Visitors into Consumers
How Clorox Experiments Across Brands to Turn Visitors into ConsumersHow Clorox Experiments Across Brands to Turn Visitors into Consumers
How Clorox Experiments Across Brands to Turn Visitors into Consumers
Optimizely
 
uShip - Building a Culture Rooted in Experimentation
uShip - Building a Culture Rooted in ExperimentationuShip - Building a Culture Rooted in Experimentation
uShip - Building a Culture Rooted in Experimentation
Optimizely
 
Intuit - How to Scale Your Experimentation Program
Intuit - How to Scale Your Experimentation ProgramIntuit - How to Scale Your Experimentation Program
Intuit - How to Scale Your Experimentation Program
Optimizely
 
The Wall Street Journal - Optimizing Membership
The Wall Street Journal - Optimizing MembershipThe Wall Street Journal - Optimizing Membership
The Wall Street Journal - Optimizing Membership
Optimizely
 
Outperform Webinar Series: How to Capture Your Customers at the Top of the Fu...
Outperform Webinar Series: How to Capture Your Customers at the Top of the Fu...Outperform Webinar Series: How to Capture Your Customers at the Top of the Fu...
Outperform Webinar Series: How to Capture Your Customers at the Top of the Fu...
Optimizely
 
Full Stack Experimentation
Full Stack ExperimentationFull Stack Experimentation
Full Stack Experimentation
Optimizely
 
Testing Across the Enterprise: How Cox Automotive Scales Experimentation to M...
Testing Across the Enterprise: How Cox Automotive Scales Experimentation to M...Testing Across the Enterprise: How Cox Automotive Scales Experimentation to M...
Testing Across the Enterprise: How Cox Automotive Scales Experimentation to M...
Optimizely
 

What's hot (20)

Getting Started with Server-Side Testing
Getting Started with Server-Side TestingGetting Started with Server-Side Testing
Getting Started with Server-Side Testing
 
7 Habits of Highly Effective Personalisation Organisations | Optimizely ANZ W...
7 Habits of Highly Effective Personalisation Organisations | Optimizely ANZ W...7 Habits of Highly Effective Personalisation Organisations | Optimizely ANZ W...
7 Habits of Highly Effective Personalisation Organisations | Optimizely ANZ W...
 
Optimizely Agent: Scaling Resilient Feature Delivery
Optimizely Agent: Scaling Resilient Feature DeliveryOptimizely Agent: Scaling Resilient Feature Delivery
Optimizely Agent: Scaling Resilient Feature Delivery
 
The Future of Optimizely for Technical Teams
The Future of Optimizely for Technical TeamsThe Future of Optimizely for Technical Teams
The Future of Optimizely for Technical Teams
 
Experimentation at Blue Apron (webinar)
Experimentation at Blue Apron (webinar)Experimentation at Blue Apron (webinar)
Experimentation at Blue Apron (webinar)
 
Introducing Program Management
Introducing Program ManagementIntroducing Program Management
Introducing Program Management
 
Experimentation through Clients' Eyes
Experimentation through Clients' EyesExperimentation through Clients' Eyes
Experimentation through Clients' Eyes
 
Failure is an Option: Scaling Resilient Feature Delivery
Failure is an Option: Scaling Resilient Feature DeliveryFailure is an Option: Scaling Resilient Feature Delivery
Failure is an Option: Scaling Resilient Feature Delivery
 
Optimizely Experience Customer Story - Atlassian
Optimizely Experience Customer Story - AtlassianOptimizely Experience Customer Story - Atlassian
Optimizely Experience Customer Story - Atlassian
 
Improve your content: The What, Why, Where and How about A/B Testing
Improve your content: The What, Why, Where and How about A/B TestingImprove your content: The What, Why, Where and How about A/B Testing
Improve your content: The What, Why, Where and How about A/B Testing
 
How We Do It: Proven Website Personalization Strategies
How We Do It: Proven Website Personalization StrategiesHow We Do It: Proven Website Personalization Strategies
How We Do It: Proven Website Personalization Strategies
 
Maximizing Optimizely Website Performance
Maximizing Optimizely Website PerformanceMaximizing Optimizely Website Performance
Maximizing Optimizely Website Performance
 
Better Decisions with Experimentation
Better Decisions with ExperimentationBetter Decisions with Experimentation
Better Decisions with Experimentation
 
How Clorox Experiments Across Brands to Turn Visitors into Consumers
How Clorox Experiments Across Brands to Turn Visitors into ConsumersHow Clorox Experiments Across Brands to Turn Visitors into Consumers
How Clorox Experiments Across Brands to Turn Visitors into Consumers
 
uShip - Building a Culture Rooted in Experimentation
uShip - Building a Culture Rooted in ExperimentationuShip - Building a Culture Rooted in Experimentation
uShip - Building a Culture Rooted in Experimentation
 
Intuit - How to Scale Your Experimentation Program
Intuit - How to Scale Your Experimentation ProgramIntuit - How to Scale Your Experimentation Program
Intuit - How to Scale Your Experimentation Program
 
The Wall Street Journal - Optimizing Membership
The Wall Street Journal - Optimizing MembershipThe Wall Street Journal - Optimizing Membership
The Wall Street Journal - Optimizing Membership
 
Outperform Webinar Series: How to Capture Your Customers at the Top of the Fu...
Outperform Webinar Series: How to Capture Your Customers at the Top of the Fu...Outperform Webinar Series: How to Capture Your Customers at the Top of the Fu...
Outperform Webinar Series: How to Capture Your Customers at the Top of the Fu...
 
Full Stack Experimentation
Full Stack ExperimentationFull Stack Experimentation
Full Stack Experimentation
 
Testing Across the Enterprise: How Cox Automotive Scales Experimentation to M...
Testing Across the Enterprise: How Cox Automotive Scales Experimentation to M...Testing Across the Enterprise: How Cox Automotive Scales Experimentation to M...
Testing Across the Enterprise: How Cox Automotive Scales Experimentation to M...
 

Similar to Test Everything: TrustRadius Delivers Customer Value with Experimentation

Clover Rings Up Digital Growth to Drive Experimentation
Clover Rings Up Digital Growth to Drive ExperimentationClover Rings Up Digital Growth to Drive Experimentation
Clover Rings Up Digital Growth to Drive Experimentation
Optimizely
 
Unifying feature management with experiments - Server Side Webinar (1).pdf
Unifying feature management with experiments - Server Side Webinar (1).pdfUnifying feature management with experiments - Server Side Webinar (1).pdf
Unifying feature management with experiments - Server Side Webinar (1).pdf
VWO
 
Beyond Simple A/B testing
Beyond Simple A/B testingBeyond Simple A/B testing
Beyond Simple A/B testing
Ratio
 
A/B Testing for WordPress & Drupal
A/B Testing for WordPress & DrupalA/B Testing for WordPress & Drupal
A/B Testing for WordPress & Drupal
Optimizely
 
Optimizely Partner Ecosystem
Optimizely Partner EcosystemOptimizely Partner Ecosystem
Optimizely Partner Ecosystem
Optimizely
 
What Your Customers Really Do Online: 5 Ways to Remove the Guesswork
What Your Customers Really Do Online: 5 Ways to Remove the GuessworkWhat Your Customers Really Do Online: 5 Ways to Remove the Guesswork
What Your Customers Really Do Online: 5 Ways to Remove the Guesswork
Optimizely
 
Optimizely x Live Demo
Optimizely x Live DemoOptimizely x Live Demo
Optimizely x Live Demo
Optimizely
 
Intro to Data Analytics with Oscar's Director of Product
 Intro to Data Analytics with Oscar's Director of Product Intro to Data Analytics with Oscar's Director of Product
Intro to Data Analytics with Oscar's Director of Product
Product School
 
[Webinar] Visa's Journey to a Culture of Experimentation
[Webinar] Visa's Journey to a Culture of Experimentation[Webinar] Visa's Journey to a Culture of Experimentation
[Webinar] Visa's Journey to a Culture of Experimentation
Optimizely
 
Optimizing Dev Portals with Analytics and Feedback
Optimizing Dev Portals with Analytics and FeedbackOptimizing Dev Portals with Analytics and Feedback
Optimizing Dev Portals with Analytics and Feedback
Pronovix
 
Conducting the Experimentation Orchestra
Conducting the Experimentation OrchestraConducting the Experimentation Orchestra
Conducting the Experimentation Orchestra
Optimizely
 
Lean startups en el mundo real ejemplos y metricas
Lean startups en el mundo real  ejemplos y metricasLean startups en el mundo real  ejemplos y metricas
Lean startups en el mundo real ejemplos y metricas
Software Guru
 
Webapp Automation Testing of performance marketing and media platform
Webapp Automation Testing of performance marketing and media platformWebapp Automation Testing of performance marketing and media platform
Webapp Automation Testing of performance marketing and media platform
Knoldus Inc.
 
Andreas Reiffen - SMX London Slidedeck
Andreas Reiffen - SMX London SlidedeckAndreas Reiffen - SMX London Slidedeck
Andreas Reiffen - SMX London Slidedeck
Crealytics
 
Iron Mountain: Fueling Big Testing with Big Data - SiriusDecisions 2013
Iron Mountain: Fueling Big Testing with Big Data - SiriusDecisions 2013Iron Mountain: Fueling Big Testing with Big Data - SiriusDecisions 2013
Iron Mountain: Fueling Big Testing with Big Data - SiriusDecisions 2013
ion interactive
 
Patrick McKenzie Opticon 2014: Advanced A/B Testing
Patrick McKenzie Opticon 2014: Advanced A/B TestingPatrick McKenzie Opticon 2014: Advanced A/B Testing
Patrick McKenzie Opticon 2014: Advanced A/B Testing
Patrick McKenzie
 
How to Effectively Experiment in PM by LendingTree Sr PM
How to Effectively Experiment in PM by LendingTree Sr PMHow to Effectively Experiment in PM by LendingTree Sr PM
How to Effectively Experiment in PM by LendingTree Sr PM
Product School
 
Making Your Website Deliver
Making Your Website DeliverMaking Your Website Deliver
Making Your Website Deliver
Darren Ratcliffe
 
Data - How to Use it & When by Square and Call Rail Product Leader
Data - How to Use it & When by Square and Call Rail Product LeaderData - How to Use it & When by Square and Call Rail Product Leader
Data - How to Use it & When by Square and Call Rail Product Leader
Product School
 
implementing_ai_for_improved_performance_testing_the_key_to_success.pdf
implementing_ai_for_improved_performance_testing_the_key_to_success.pdfimplementing_ai_for_improved_performance_testing_the_key_to_success.pdf
implementing_ai_for_improved_performance_testing_the_key_to_success.pdf
sarah david
 

Similar to Test Everything: TrustRadius Delivers Customer Value with Experimentation (20)

Clover Rings Up Digital Growth to Drive Experimentation
Clover Rings Up Digital Growth to Drive ExperimentationClover Rings Up Digital Growth to Drive Experimentation
Clover Rings Up Digital Growth to Drive Experimentation
 
Unifying feature management with experiments - Server Side Webinar (1).pdf
Unifying feature management with experiments - Server Side Webinar (1).pdfUnifying feature management with experiments - Server Side Webinar (1).pdf
Unifying feature management with experiments - Server Side Webinar (1).pdf
 
Beyond Simple A/B testing
Beyond Simple A/B testingBeyond Simple A/B testing
Beyond Simple A/B testing
 
A/B Testing for WordPress & Drupal
A/B Testing for WordPress & DrupalA/B Testing for WordPress & Drupal
A/B Testing for WordPress & Drupal
 
Optimizely Partner Ecosystem
Optimizely Partner EcosystemOptimizely Partner Ecosystem
Optimizely Partner Ecosystem
 
What Your Customers Really Do Online: 5 Ways to Remove the Guesswork
What Your Customers Really Do Online: 5 Ways to Remove the GuessworkWhat Your Customers Really Do Online: 5 Ways to Remove the Guesswork
What Your Customers Really Do Online: 5 Ways to Remove the Guesswork
 
Optimizely x Live Demo
Optimizely x Live DemoOptimizely x Live Demo
Optimizely x Live Demo
 
Intro to Data Analytics with Oscar's Director of Product
 Intro to Data Analytics with Oscar's Director of Product Intro to Data Analytics with Oscar's Director of Product
Intro to Data Analytics with Oscar's Director of Product
 
[Webinar] Visa's Journey to a Culture of Experimentation
[Webinar] Visa's Journey to a Culture of Experimentation[Webinar] Visa's Journey to a Culture of Experimentation
[Webinar] Visa's Journey to a Culture of Experimentation
 
Optimizing Dev Portals with Analytics and Feedback
Optimizing Dev Portals with Analytics and FeedbackOptimizing Dev Portals with Analytics and Feedback
Optimizing Dev Portals with Analytics and Feedback
 
Conducting the Experimentation Orchestra
Conducting the Experimentation OrchestraConducting the Experimentation Orchestra
Conducting the Experimentation Orchestra
 
Lean startups en el mundo real ejemplos y metricas
Lean startups en el mundo real  ejemplos y metricasLean startups en el mundo real  ejemplos y metricas
Lean startups en el mundo real ejemplos y metricas
 
Webapp Automation Testing of performance marketing and media platform
Webapp Automation Testing of performance marketing and media platformWebapp Automation Testing of performance marketing and media platform
Webapp Automation Testing of performance marketing and media platform
 
Andreas Reiffen - SMX London Slidedeck
Andreas Reiffen - SMX London SlidedeckAndreas Reiffen - SMX London Slidedeck
Andreas Reiffen - SMX London Slidedeck
 
Iron Mountain: Fueling Big Testing with Big Data - SiriusDecisions 2013
Iron Mountain: Fueling Big Testing with Big Data - SiriusDecisions 2013Iron Mountain: Fueling Big Testing with Big Data - SiriusDecisions 2013
Iron Mountain: Fueling Big Testing with Big Data - SiriusDecisions 2013
 
Patrick McKenzie Opticon 2014: Advanced A/B Testing
Patrick McKenzie Opticon 2014: Advanced A/B TestingPatrick McKenzie Opticon 2014: Advanced A/B Testing
Patrick McKenzie Opticon 2014: Advanced A/B Testing
 
How to Effectively Experiment in PM by LendingTree Sr PM
How to Effectively Experiment in PM by LendingTree Sr PMHow to Effectively Experiment in PM by LendingTree Sr PM
How to Effectively Experiment in PM by LendingTree Sr PM
 
Making Your Website Deliver
Making Your Website DeliverMaking Your Website Deliver
Making Your Website Deliver
 
Data - How to Use it & When by Square and Call Rail Product Leader
Data - How to Use it & When by Square and Call Rail Product LeaderData - How to Use it & When by Square and Call Rail Product Leader
Data - How to Use it & When by Square and Call Rail Product Leader
 
implementing_ai_for_improved_performance_testing_the_key_to_success.pdf
implementing_ai_for_improved_performance_testing_the_key_to_success.pdfimplementing_ai_for_improved_performance_testing_the_key_to_success.pdf
implementing_ai_for_improved_performance_testing_the_key_to_success.pdf
 

More from Optimizely

Make Every Touchpoint Count: How to Drive Revenue in an Increasingly Online W...
Make Every Touchpoint Count: How to Drive Revenue in an Increasingly Online W...Make Every Touchpoint Count: How to Drive Revenue in an Increasingly Online W...
Make Every Touchpoint Count: How to Drive Revenue in an Increasingly Online W...
Optimizely
 
The Science of Getting Testing Right
The Science of Getting Testing RightThe Science of Getting Testing Right
The Science of Getting Testing Right
Optimizely
 
Autotrader Case Study: Migrating from Home-Grown Testing to Best-in-Class Too...
Autotrader Case Study: Migrating from Home-Grown Testing to Best-in-Class Too...Autotrader Case Study: Migrating from Home-Grown Testing to Best-in-Class Too...
Autotrader Case Study: Migrating from Home-Grown Testing to Best-in-Class Too...
Optimizely
 
Zillow + Optimizely: Building the Bridge to $20 Billion Revenue
Zillow + Optimizely: Building the Bridge to $20 Billion RevenueZillow + Optimizely: Building the Bridge to $20 Billion Revenue
Zillow + Optimizely: Building the Bridge to $20 Billion Revenue
Optimizely
 
Empowering Agents to Provide Service from Anywhere: Contact Centers in the Ti...
Empowering Agents to Provide Service from Anywhere: Contact Centers in the Ti...Empowering Agents to Provide Service from Anywhere: Contact Centers in the Ti...
Empowering Agents to Provide Service from Anywhere: Contact Centers in the Ti...
Optimizely
 
Experimentation Everywhere: Create Exceptional Online Shopping Experiences an...
Experimentation Everywhere: Create Exceptional Online Shopping Experiences an...Experimentation Everywhere: Create Exceptional Online Shopping Experiences an...
Experimentation Everywhere: Create Exceptional Online Shopping Experiences an...
Optimizely
 
Building an Experiment Pipeline for GitHub’s New Free Team Offering
Building an Experiment Pipeline for GitHub’s New Free Team OfferingBuilding an Experiment Pipeline for GitHub’s New Free Team Offering
Building an Experiment Pipeline for GitHub’s New Free Team Offering
Optimizely
 
Overcoming the Challenges of Experimentation on a Service Oriented Architecture
Overcoming the Challenges of Experimentation on a Service Oriented ArchitectureOvercoming the Challenges of Experimentation on a Service Oriented Architecture
Overcoming the Challenges of Experimentation on a Service Oriented Architecture
Optimizely
 
Kick Your Assumptions: How Scholl's Test-Everything Culture Drives Revenue
Kick Your Assumptions: How Scholl's Test-Everything Culture Drives RevenueKick Your Assumptions: How Scholl's Test-Everything Culture Drives Revenue
Kick Your Assumptions: How Scholl's Test-Everything Culture Drives Revenue
Optimizely
 
Shipping to Learn and Accelerate Growth with GitHub
Shipping to Learn and Accelerate Growth with GitHubShipping to Learn and Accelerate Growth with GitHub
Shipping to Learn and Accelerate Growth with GitHub
Optimizely
 
The Future of Software Development
The Future of Software DevelopmentThe Future of Software Development
The Future of Software Development
Optimizely
 
Practical Use Case: How Dosh Uses Feature Experiments To Accelerate Mobile De...
Practical Use Case: How Dosh Uses Feature Experiments To Accelerate Mobile De...Practical Use Case: How Dosh Uses Feature Experiments To Accelerate Mobile De...
Practical Use Case: How Dosh Uses Feature Experiments To Accelerate Mobile De...
Optimizely
 
Run High Impact Experimentation with High-quality Customer Discovery
Run High Impact Experimentation with High-quality Customer DiscoveryRun High Impact Experimentation with High-quality Customer Discovery
Run High Impact Experimentation with High-quality Customer Discovery
Optimizely
 
Using Empathy to Build Custom Solutions at Scale
Using Empathy to Build Custom Solutions at ScaleUsing Empathy to Build Custom Solutions at Scale
Using Empathy to Build Custom Solutions at Scale
Optimizely
 
How to find data insights that will drive a 10X impact
How to find data insights that will drive a 10X impact How to find data insights that will drive a 10X impact
How to find data insights that will drive a 10X impact
Optimizely
 
Targeted Rollouts: How to Release Features to Multiple Audiences
Targeted Rollouts: How to Release Features to Multiple AudiencesTargeted Rollouts: How to Release Features to Multiple Audiences
Targeted Rollouts: How to Release Features to Multiple Audiences
Optimizely
 
Deploying Fearlessly in a Continuous World
Deploying Fearlessly in a Continuous WorldDeploying Fearlessly in a Continuous World
Deploying Fearlessly in a Continuous World
Optimizely
 
Detecting incorrectly implemented experiments
Detecting incorrectly implemented experimentsDetecting incorrectly implemented experiments
Detecting incorrectly implemented experiments
Optimizely
 
Move Fast in the Age of Uncertainty
Move Fast in the Age of UncertaintyMove Fast in the Age of Uncertainty
Move Fast in the Age of Uncertainty
Optimizely
 
The Future of Building Good Products: Progressive Delivery and Experimentation
The Future of Building Good Products: Progressive Delivery and ExperimentationThe Future of Building Good Products: Progressive Delivery and Experimentation
The Future of Building Good Products: Progressive Delivery and Experimentation
Optimizely
 

More from Optimizely (20)

Make Every Touchpoint Count: How to Drive Revenue in an Increasingly Online W...
Make Every Touchpoint Count: How to Drive Revenue in an Increasingly Online W...Make Every Touchpoint Count: How to Drive Revenue in an Increasingly Online W...
Make Every Touchpoint Count: How to Drive Revenue in an Increasingly Online W...
 
The Science of Getting Testing Right
The Science of Getting Testing RightThe Science of Getting Testing Right
The Science of Getting Testing Right
 
Autotrader Case Study: Migrating from Home-Grown Testing to Best-in-Class Too...
Autotrader Case Study: Migrating from Home-Grown Testing to Best-in-Class Too...Autotrader Case Study: Migrating from Home-Grown Testing to Best-in-Class Too...
Autotrader Case Study: Migrating from Home-Grown Testing to Best-in-Class Too...
 
Zillow + Optimizely: Building the Bridge to $20 Billion Revenue
Zillow + Optimizely: Building the Bridge to $20 Billion RevenueZillow + Optimizely: Building the Bridge to $20 Billion Revenue
Zillow + Optimizely: Building the Bridge to $20 Billion Revenue
 
Empowering Agents to Provide Service from Anywhere: Contact Centers in the Ti...
Empowering Agents to Provide Service from Anywhere: Contact Centers in the Ti...Empowering Agents to Provide Service from Anywhere: Contact Centers in the Ti...
Empowering Agents to Provide Service from Anywhere: Contact Centers in the Ti...
 
Experimentation Everywhere: Create Exceptional Online Shopping Experiences an...
Experimentation Everywhere: Create Exceptional Online Shopping Experiences an...Experimentation Everywhere: Create Exceptional Online Shopping Experiences an...
Experimentation Everywhere: Create Exceptional Online Shopping Experiences an...
 
Building an Experiment Pipeline for GitHub’s New Free Team Offering
Building an Experiment Pipeline for GitHub’s New Free Team OfferingBuilding an Experiment Pipeline for GitHub’s New Free Team Offering
Building an Experiment Pipeline for GitHub’s New Free Team Offering
 
Overcoming the Challenges of Experimentation on a Service Oriented Architecture
Overcoming the Challenges of Experimentation on a Service Oriented ArchitectureOvercoming the Challenges of Experimentation on a Service Oriented Architecture
Overcoming the Challenges of Experimentation on a Service Oriented Architecture
 
Kick Your Assumptions: How Scholl's Test-Everything Culture Drives Revenue
Kick Your Assumptions: How Scholl's Test-Everything Culture Drives RevenueKick Your Assumptions: How Scholl's Test-Everything Culture Drives Revenue
Kick Your Assumptions: How Scholl's Test-Everything Culture Drives Revenue
 
Shipping to Learn and Accelerate Growth with GitHub
Shipping to Learn and Accelerate Growth with GitHubShipping to Learn and Accelerate Growth with GitHub
Shipping to Learn and Accelerate Growth with GitHub
 
The Future of Software Development
The Future of Software DevelopmentThe Future of Software Development
The Future of Software Development
 
Practical Use Case: How Dosh Uses Feature Experiments To Accelerate Mobile De...
Practical Use Case: How Dosh Uses Feature Experiments To Accelerate Mobile De...Practical Use Case: How Dosh Uses Feature Experiments To Accelerate Mobile De...
Practical Use Case: How Dosh Uses Feature Experiments To Accelerate Mobile De...
 
Run High Impact Experimentation with High-quality Customer Discovery
Run High Impact Experimentation with High-quality Customer DiscoveryRun High Impact Experimentation with High-quality Customer Discovery
Run High Impact Experimentation with High-quality Customer Discovery
 
Using Empathy to Build Custom Solutions at Scale
Using Empathy to Build Custom Solutions at ScaleUsing Empathy to Build Custom Solutions at Scale
Using Empathy to Build Custom Solutions at Scale
 
How to find data insights that will drive a 10X impact
How to find data insights that will drive a 10X impact How to find data insights that will drive a 10X impact
How to find data insights that will drive a 10X impact
 
Targeted Rollouts: How to Release Features to Multiple Audiences
Targeted Rollouts: How to Release Features to Multiple AudiencesTargeted Rollouts: How to Release Features to Multiple Audiences
Targeted Rollouts: How to Release Features to Multiple Audiences
 
Deploying Fearlessly in a Continuous World
Deploying Fearlessly in a Continuous WorldDeploying Fearlessly in a Continuous World
Deploying Fearlessly in a Continuous World
 
Detecting incorrectly implemented experiments
Detecting incorrectly implemented experimentsDetecting incorrectly implemented experiments
Detecting incorrectly implemented experiments
 
Move Fast in the Age of Uncertainty
Move Fast in the Age of UncertaintyMove Fast in the Age of Uncertainty
Move Fast in the Age of Uncertainty
 
The Future of Building Good Products: Progressive Delivery and Experimentation
The Future of Building Good Products: Progressive Delivery and ExperimentationThe Future of Building Good Products: Progressive Delivery and Experimentation
The Future of Building Good Products: Progressive Delivery and Experimentation
 

Recently uploaded

Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
IES VE
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
De mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEDe mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FME
Jelle | Nordend
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
XfilesPro
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Globus
 
Software Testing Exam imp Ques Notes.pdf
Software Testing Exam imp Ques Notes.pdfSoftware Testing Exam imp Ques Notes.pdf
Software Testing Exam imp Ques Notes.pdf
MayankTawar1
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Anthony Dahanne
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
informapgpstrackings
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
Max Andersen
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
Georgi Kodinov
 

Recently uploaded (20)

Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
De mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEDe mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FME
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
How Does XfilesPro Ensure Security While Sharing Documents in Salesforce?
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
Software Testing Exam imp Ques Notes.pdf
Software Testing Exam imp Ques Notes.pdfSoftware Testing Exam imp Ques Notes.pdf
Software Testing Exam imp Ques Notes.pdf
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
 

Test Everything: TrustRadius Delivers Customer Value with Experimentation

  • 1. 1 Test Everything: TrustRadius Delivers Customer Value with Experimentation
  • 2. 2 Rilo Stark Product Manager TrustRadius Speakers Jack Peden Senior Software Engineer TrustRadius Lauren Brennan Product Marketing Manager Optimizely
  • 3. ● Customize the widgets on your page to your preference ● This webinar is recorded and you will receive the link with the slides in the next few days ● We will have time for questions! Please submit them in the Q&A box on the left side of the screen Housekeeping
  • 4. 4 The only solution built for your entire team: marketers, product managers, e-commerce specialists, and data analysts. What We Do A unified platform for A/B/n testing and targeted experiences across the entire customer journey. World’s #1 digital laboratory - Optimizely customers have run over 1.8M experiments on our platform since 2010. Put customers at the center of your experience optimization & delivery process Leader in Site Experimentation & Optimization Measure customer data from real users in production environments, so that every experience delivered is high- quality and high-value. Built for the whole team
  • 5. Full Stack Optimizely Platform Built for product, engineering, growth, and data teams Javascript snippet experimentation enabling optimization through an easy to use WYSIWYG visual editor. Enterprise Expertise Real-time Data & Statistics Progressive Delivery & Experimentation Enablement Services Ongoing Support Training & Documentation Governance Security Scale Zero-latency feature-flagging and in-code experimentation implemented via 12 SDKs or as a microservice Web Rollouts: Standalone, free feature flagging w/one experiment Performance Edge: Faster experiments processed at the edge (CDN) Stats EngineData Integration Flexible analysis Open APIs
  • 6. 6 #TruthSells Test Everything: TrustRadius Delivers Customer Value with Experimentation
  • 7. 7 #TruthSells#TruthSells Agenda Kick-off Getting Started with Experimentation • North Star Metrics • Experimentation Philosophy • Testing Our Way Into Testing What We’ve Learned • When to use Full Stack? • When to use Web? • Tips & Tricks for starting Full Platform Experimentation Q&A
  • 8. 8 #TruthSells#TruthSells Rilo Stark Product Manager /rilo-stark Jack Peden Sr. Software Engineer /jack-peden trustradius.com
  • 9. 9 #TruthSells#TruthSells Software Reviews You Can Trust • Most trusted customer voice and platform • We help software buyers make great decisions • We help technology vendors get and great customers • Over 1 million monthly users
  • 11. 11 #TruthSells#TruthSells North Star Metrics Our mission is to make it easy for people to buy, use, and sell technology. Metrics for building our community include: REACH Reach Monthly sessions Keyword rankings Impact Site satisfaction scores Decision impact surveys Authority Organic registration rate Repeat rate
  • 12. 12 #TruthSells#TruthSells Experiments Improve Product Decisions “Fast, cheap, or good: You can have any two.” Experiments help us stay user- centered, mitigate risk, and increase adoption by incorporating user feedback early and often.
  • 13. 13 #TruthSells#TruthSells Program Tenets Optimize Existing • Find the best solution among many possibilities • Seize low-hanging fruit • Avoid costly mistakes Test Into New • Cost:Benefit analysis of a new initiative • Controlled releases • Establish baselines & best practices
  • 14. 14 #TruthSells#TruthSells Google Optimize was good for us to get our feet wet with experimentation, but we quickly outgrew it. We used our own product to find a better solution for our business needs! Testing Our Way Into Testing Reviews are an important part of the buying decision. Unbiased, trusted reviews are the holy grail. I want real use cases in the reviews I read… I want the good, the bad, and most importantly the UGLY. TrustRadius is the leader in tech solution review sites. It has the most unbiased, candid reviews I can find. Chris Salles Director, Learning Audible, Inc.
  • 15. 15 #TruthSells When to use Full Stack?
  • 16. 16 #TruthSells#TruthSells Page Speed Metrics Observation: TrustMaps are used by Buyers, but slow page speed. Hypothesis: If we reduce the page speed impact of the TrustMap, we will improve the user experience. Key Metrics: bounce rate, page speed, and TrustMap interactions Results: After experimenting with different treatments, the static image variation improved our key UX metrics the most! Why Full Stack? This content is generated server-side, so to conditionally include it we needed to deliver this experiment using Full Stack.Tip: Full Stack can help you test improvements for page speed metrics.
  • 17. 17 #TruthSells#TruthSells Capture User Inputs Observation: Buyers seek integration details, but this info is buried. Hypothesis: If buyers can easily check integrations to create a short list of viable products, our product will have more impact on their buying decision. Key Metrics: clicks on this CTA, # of flows completed, # of user inputs Results: After a series of different locations and flows, an insufficient % of the community was engaging so we abandoned the feature. Why Full Stack? Each iteration either depended on user input, or prompted an “I’m sorry” modal after the click occurred. Tip: Use Full Stack for tests that require user input or new workflows.
  • 18. 18 #TruthSells#TruthSells Repurpose Server-Side Element Observation: Half of all software Buyers want a vendor Demo, but this CTA doesn’t persist as they scroll the product Hypothesis: If we make it easier for buyers to find the Demo CTA, we will increase the click-through-rate and the page score. Key Metrics: CTA clicks, bounce rate, time on page Results: this experiment is currently live! The precursor experiment resulted in a 2X increase in clicks. Why Full Stack? The test location is a part of our code that is rendered server-side, so being able to run the test there was option.Tip: Check your logs for Optimizely messages when testing server-side, including which test bucket a user is assigned into. Precursor Web Experiment Current Full Stack Experiment
  • 19. 19 #TruthSells#TruthSells Three Use Cases for Full Stack
  • 21. 21 #TruthSells#TruthSells Modify Existing CTA Observation: Vendors want to claim their listing & engage with buyers researching their product – but the claim link is buried! Hypothesis: If we make it easier for vendors to find the claim link, we will increase the number who claim their profile. Key Metrics: clicks on claim CTA, completed claims, bounce rate, time on page Results: Increased weekly vendor profile claims over 200% Why Web? Moving a pre-existing link did not check any of the boxes where server-side makes more sense. Tip: Set client-side console log levels via the optimizely_log=info query parameter. Original CTA (in Sidebar) Experiment location (in header)
  • 22. 22 #TruthSells#TruthSells Painted Door Observation: Buyers often request a synthesized version of our content and data. Hypothesis: If we make it easier for buyers to synthesize the pros and cons content in reviews, page engagement and satisfaction will increase. Key Metrics: word cloud clicks, pageviews/session, bounce rate, session duration Results: +150% pageviews/session & +157% session duration on mobile; but desktop was flat other than an increased bounce rate. Why Web? We were able to minimize dev time by manually creating word clouds and targeting individual pages. Tip: Build the minimum functionality needed to validate hypotheses.
  • 23. 23 #TruthSells#TruthSells Repurpose Client-Side Element Observation: Buyers seek authoritative, third-party content throughout their journey – and we have this with Buyer’s Guides! Hypothesis: If we merchandise our Buyer’s Guides effectively, we will increase the number of buyers who benefit from this content. Key Metrics: conversion rate of timed modal Results: 2x conversion rate from first iteration to current baseline. Why Web? This content does not need to be present on page load, and this modal already exists.Tip: Use existing elements to test new value propositions.
  • 25. 25 #TruthSells#TruthSells Tips for Starting Full Platform Experimentation • Don’t be afraid to fail! A “loss” is better than a neutral result. • Keep your experiments as simple as possible. What is the one thing you’re trying to learn? • Use the right tool for the job. Being able to choose Optimizely Web or Full Stack based on the nature of the experiment will increase test velocity. • Share experiment results with your company - wins AND losses. • Do >1 experiment per key metric. You will accumulate learnings over time, which – combined with other inputs – improve interpretation of each experiment, and decision to fish or cut bait. • Identify ALL key metrics that could be impacted by each experiment. Which metrics might be adversely impacted by this change? Incorporate them in your test plan.
  • 28. 28 What’s Next Watch our Full Platform On-Demand Demo Pump up your road map with our Product Experimentation Boot Camp