SlideShare ist ein Scribd-Unternehmen logo
1 von 59
Downloaden Sie, um offline zu lesen
opticon2017
Decisions at Scale:
Empower your Team to do
More with Experiment Data
Giannis Psaroudakis
Product Manager, Optimizely
Bing had 8 years
of consecutive
market share
growth
Source: Comscore
“The growth of experimentation is the major reason Bing is
profitable and its share of U.S desktop searches nearly tripled.”
Ronny Kohavi, GM of Analysis and Experimentation, Microsoft
Source: Comscore
Old Reality Culture of
Top-Down Innovation
Embrace Success
Make Decisions
Follow Orders
Bottom-Up Innovation
Embrace Failure
Validate Decisions
Follow Data
Experimentation Hero
10’s experiments / year
Experimentation Program
100’s experiments / year
Culture of Experimentation
1000’s experiments / year
Scaling the Experimentation Program
Optimizely Data Platform
Mission
Make Customer Data Useful Through Experimentation
ResultsEvents Stats EngineAudiences Metrics
Process signals
across customer
experiences
Target user groups
with common
attributes
Measure the
impact of
hypotheses
Understand the
impact of
hypotheses
Validate hypotheses
with statistical
confidence
6.5+Billion Events
Daily
1.2
+
Billion
Experiences
Daily
50+Million Unique
Users Daily
Meet Kristen
Director of
Experimentation
Empower every other team in her organization
to make validated decisions with high velocity.
Center of Excellence
Support
Sales Marketing
E-commerce
Engineering
Center of Excellence
Support
Sales Marketing
E-commerce
?
? ?
?
?
Engineering
Can't leverage the results Experimentation is not useful
Can’t measure what matters to them Reduced adoption of the program
Don't have confidence in the results Losing trust in experimentation
“I want to support the measurement
needs of all teams across the
organization”
1. Can’t measure what matters
3. No confidence in the results
2. Can't leverage the results
E-commerce
Product Manager
“I want to measure the impact of
changing our e-commerce experience
on our revenue metrics”
Sales Leads
Manager
“I want to measure the impact of our
online customer outreach campaigns on
offline conversions, such as phone calls”
App Performance
Engineer
“I want to measure the impact of our
code changes on the application’s
page load time”
Social Media
Marketing Manager
“I want to increase the impact of our
social media campaigns by reducing
the bounce rate on landing pages”
Sources
E-Commerce
Sales Leads
Engineering
Social Media
Metrics
Web/Mobile
Internal System
Server
Web/Mobile
Revenue
Offline Conversions
Page Load Time
Bounce Rate
Sources
X Event API
Bring your own signals into
experimentation no matter where
they live.
Web, Mobile
& Full-Stack
Offline
Conversions
Business
Intelligence
Secure
Environments
Event APISnippet / SDKs
Optimizely X
Optimizely
Business
Intelligence
System
RPV: $145
LTV: $2145
ticket_count: +1
Call
Center
Sources
Metrics Builder
Measure the metrics that matter most to your
business with greater precision and flexibility.
Metrics
! Intuitive interface
! New metric types
! Metrics calculated in real-time
Bounce & Exit Rage
Metrics
Conversions
Revenue
Custom Value
Measure distinct user actions
Measure any numerical goal
checkouts per visitor,
page views per visitor
Measure transaction amounts
revenue per visitor (RPV),
average order value (AOV)
Session Duration Measure engagement duration avg. time spent on news article pages,
avg. time spent on site
Measure user abandonment
page load time per visitor,
purchased items per order
bounce rate on homepage,
exit rate on checkout page
Metric Description Examples
(2018)
(in beta November 2017)
Teams can measure what matters to them
• Identify the signals and metrics teams need
• Incorporate them into experimentation
• Scale by enabling everyone to measure what
matters to them
1. Can’t measure what matters
3. No confidence in the results
2. Can't leverage the results
“I want teams to have flexibility in
the way they analyze the results”
1. Can’t measure what matters
3. No confidence in the results
2. Can't leverage the results
Analysis Method
E-Commerce
Sales Leads
Engineering
Social Media
Results Page
Analytics Software
Raw Data
Spreadsheet
Analysis Methods
Results Export
Expand your analysis workflow with a
variety of new and improved methods
to export your results.
Results API
CSV Export
Raw Data Export
Analytics Integration
Analysis Methods
GET /v2/experiments/{experiment_id}/results
...
"metrics": [
{
"name":"items in cart"
"results": {
"123456": {
"is_baseline":false,
"lift": {
"confidence_interval": [
1.152505,
2.612566
],
"is_significant":true,
"significance":0.9885,
"value":0.44
"visitors_remaining":2601
}
}
...
}
Your Application
Custo
m
Alerts
Automated
Actions
Aggregated
Reporting
Results API
Custom StatsDashboards Debugging
Analysis Methods
Data Export
Custom ETL Pipeline
Develop your own custom integration to bring
experimentation results into your analytics tool.
Analysis Methods
+
Custom
Integration
Framework
1. Can’t measure what matters
3. No confidence in the results
2. Can't leverage the results Teams can analyze the results
• Understand how teams are doing analysis
• Connect experiment data with their workflows
• Scale by enabling everyone to analyze
“I want tools our teams can trust
and have faith that the results will
manifest”
1. Can’t measure what matters
3. No confidence in the results
2. Need help to analyze experiments
1. False Discoveries
2. Skewed Results (Outliers / Bots)
3. Data Discrepancies
Top reasons teams lose
confidence on experimentation?!
1.False Discoveries
2. Skewed Results (Outliers / Bots)
3. Data Discrepancies
Top reasons teams lose
confidence on experimentation?!
Results Confidence
Stats Engine
Validate decisions with statistical confidence
! Error control for multiple hypothesis testing
! Prevents bad decisions due to ‘peeking’
! Configurable risk tolerance
1. False Discoveries
2.Skewed Results (Outliers / Bots)
3. Data Discrepancies
Top reasons teams lose
confidence on experimentation
Income per Person
$50-70K Billions!
Average Order
$500
Revenue
per Order ($)
Results Confidence
Revenue
per Order ($)
Results Confidence
Extreme Orders!
Average Order
$500
Revenue
per Order ($)
Results Confidence
Outlier Threshold
Average Order
$500
Extreme Orders!
Outlier Filtering
Improve the integrity of your decisions by
filtering outliers from the results.*
! Enabled on demand
! Calculated in real-time
! Configurable thresholds
Results Confidence
*Availability: Coming in beta November 2017. Compatible with revenue and custom value metrics.
Bot Filtering
Enhanced Bot Filtering to improve the
fidelity of the results
! Enhanced bot filtering that complies to industry
standard (IAB/ABC List) for web analytics
! Bots automatically filtered from the results
OPTIMIZELY
Results Confidence
1. False Discoveries
2. Skewed Results (Bots / Outliers)
3.Data Discrepancies
Top reasons teams lose
confidence on experimentation
Numbers don't match!
1. Product Differences
2. Implementation Bugs
3.Event Timing Issues
Leading factors
of analytics
discrepancies
visitor counter: +1
First Optimizely event
First 3rd-party analytics event
Optimizely
visitor counter: +1
Other Analytics
Results Confidence
visitor counter: +1
First Optimizely event
First 3rd-party analytics event
Optimizely
visitor counter: +1
Other Analytics
+2
+1
Results Confidence
Hold/SendEvents API
Mitigate discrepancies between
Optimizely and your web analytics.
window.optimizely.push({type: "holdEvents"});
window.optimizely.push({type: "sendEvents"});
HoldEvents: Instruct Optimizely to hold
the events in a browser queue.
SendEvents: Instruct Optimizely to release
the events from the browser queue.
Results Confidence
visitor counter: +1
First 3rd-party analytics event Optimizely &
Other AnalyticsFirst Optimizely event
Results Confidence
visitor counter: +1
First 3rd-party analytics event Optimizely &
Other AnalyticsFirst Optimizely event
reduction in discrepancies
related to event timing
90%
up to
Results Confidence
1. Can’t measure what matters
3. No confidence in the results
2. Need help to analyze experiments
Teams have confidence in the results
• Identify sources of bias or discrepancies
• Filter them out from the results
• Scale by enabling everyone to analyze the results
with confidence
Decisions at Scale
!Grow adoption by enabling teams to measure what matters to them
!Grow adoption by enabling teams to analyze using their own workflows
!Maintain adoption by giving teams confidence on the results
Thank you!

Weitere ähnliche Inhalte

Was ist angesagt?

Evolving Experimentation from CRO to Product Development
Evolving Experimentation from CRO to Product DevelopmentEvolving Experimentation from CRO to Product Development
Evolving Experimentation from CRO to Product DevelopmentOptimizely
 
Atlassian's Mystique CLI, Minimizing the Experiment Development Cycle
Atlassian's Mystique CLI, Minimizing the Experiment Development CycleAtlassian's Mystique CLI, Minimizing the Experiment Development Cycle
Atlassian's Mystique CLI, Minimizing the Experiment Development CycleOptimizely
 
Opticon 2017 Day in the Life of a Modern Experimenter
Opticon 2017 Day in the Life of a Modern ExperimenterOpticon 2017 Day in the Life of a Modern Experimenter
Opticon 2017 Day in the Life of a Modern ExperimenterOptimizely
 
Opticon 2017 How Optimizely Uses Optimizely
Opticon 2017 How Optimizely Uses OptimizelyOpticon 2017 How Optimizely Uses Optimizely
Opticon 2017 How Optimizely Uses OptimizelyOptimizely
 
Opticon 2017 - Building a Culture of Experimentation at IBM
Opticon 2017 - Building a Culture of Experimentation at IBMOpticon 2017 - Building a Culture of Experimentation at IBM
Opticon 2017 - Building a Culture of Experimentation at IBMOptimizely
 
Opticon 2017 How Developers Can Take Experimentation
Opticon 2017 How Developers Can Take ExperimentationOpticon 2017 How Developers Can Take Experimentation
Opticon 2017 How Developers Can Take ExperimentationOptimizely
 
How To Build a Winning Experimentation Program & Team | Optimizely ANZ Webinar 8
How To Build a Winning Experimentation Program & Team | Optimizely ANZ Webinar 8How To Build a Winning Experimentation Program & Team | Optimizely ANZ Webinar 8
How To Build a Winning Experimentation Program & Team | Optimizely ANZ Webinar 8Optimizely
 
Optimizely Experience Customer Story - Atlassian
Optimizely Experience Customer Story - AtlassianOptimizely Experience Customer Story - Atlassian
Optimizely Experience Customer Story - AtlassianOptimizely
 
Maximizing Optimizely Website Performance
Maximizing Optimizely Website PerformanceMaximizing Optimizely Website Performance
Maximizing Optimizely Website PerformanceOptimizely
 
Opticon 2017 Achieving Success with a Lean Experimentation Team
Opticon 2017 Achieving Success with a Lean Experimentation TeamOpticon 2017 Achieving Success with a Lean Experimentation Team
Opticon 2017 Achieving Success with a Lean Experimentation TeamOptimizely
 
Optimizely NYC Developer Meetup - Experimentation at Blue Apron
Optimizely NYC Developer Meetup - Experimentation at Blue ApronOptimizely NYC Developer Meetup - Experimentation at Blue Apron
Optimizely NYC Developer Meetup - Experimentation at Blue ApronOptimizely
 
Optimizely for Developers
Optimizely for DevelopersOptimizely for Developers
Optimizely for DevelopersOptimizely
 
Opticon 2015 - Getting Started with the Optimizely Developer Platform
Opticon 2015 - Getting Started with the Optimizely Developer PlatformOpticon 2015 - Getting Started with the Optimizely Developer Platform
Opticon 2015 - Getting Started with the Optimizely Developer PlatformOptimizely
 
Take Your Experimentation Program to the Next Level
Take Your Experimentation Program to the Next LevelTake Your Experimentation Program to the Next Level
Take Your Experimentation Program to the Next LevelOptimizely
 
How The Zebra Utilized Feature Experiments To Increase Carrier Card Engagemen...
How The Zebra Utilized Feature Experiments To Increase Carrier Card Engagemen...How The Zebra Utilized Feature Experiments To Increase Carrier Card Engagemen...
How The Zebra Utilized Feature Experiments To Increase Carrier Card Engagemen...Optimizely
 
Optimizely, HEMA & Farfetch - Unlock the Potential of Digital Experimentation...
Optimizely, HEMA & Farfetch - Unlock the Potential of Digital Experimentation...Optimizely, HEMA & Farfetch - Unlock the Potential of Digital Experimentation...
Optimizely, HEMA & Farfetch - Unlock the Potential of Digital 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 ProgramOptimizely
 
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
 
World Class Optimization: Benchmarking 1,000+ Companies
World Class Optimization: Benchmarking 1,000+ CompaniesWorld Class Optimization: Benchmarking 1,000+ Companies
World Class Optimization: Benchmarking 1,000+ CompaniesOptimizely
 
An Experimentation Framework: How to Position for Triple Digit Growth
An Experimentation Framework: How to Position for Triple Digit GrowthAn Experimentation Framework: How to Position for Triple Digit Growth
An Experimentation Framework: How to Position for Triple Digit GrowthOptimizely
 

Was ist angesagt? (20)

Evolving Experimentation from CRO to Product Development
Evolving Experimentation from CRO to Product DevelopmentEvolving Experimentation from CRO to Product Development
Evolving Experimentation from CRO to Product Development
 
Atlassian's Mystique CLI, Minimizing the Experiment Development Cycle
Atlassian's Mystique CLI, Minimizing the Experiment Development CycleAtlassian's Mystique CLI, Minimizing the Experiment Development Cycle
Atlassian's Mystique CLI, Minimizing the Experiment Development Cycle
 
Opticon 2017 Day in the Life of a Modern Experimenter
Opticon 2017 Day in the Life of a Modern ExperimenterOpticon 2017 Day in the Life of a Modern Experimenter
Opticon 2017 Day in the Life of a Modern Experimenter
 
Opticon 2017 How Optimizely Uses Optimizely
Opticon 2017 How Optimizely Uses OptimizelyOpticon 2017 How Optimizely Uses Optimizely
Opticon 2017 How Optimizely Uses Optimizely
 
Opticon 2017 - Building a Culture of Experimentation at IBM
Opticon 2017 - Building a Culture of Experimentation at IBMOpticon 2017 - Building a Culture of Experimentation at IBM
Opticon 2017 - Building a Culture of Experimentation at IBM
 
Opticon 2017 How Developers Can Take Experimentation
Opticon 2017 How Developers Can Take ExperimentationOpticon 2017 How Developers Can Take Experimentation
Opticon 2017 How Developers Can Take Experimentation
 
How To Build a Winning Experimentation Program & Team | Optimizely ANZ Webinar 8
How To Build a Winning Experimentation Program & Team | Optimizely ANZ Webinar 8How To Build a Winning Experimentation Program & Team | Optimizely ANZ Webinar 8
How To Build a Winning Experimentation Program & Team | Optimizely ANZ Webinar 8
 
Optimizely Experience Customer Story - Atlassian
Optimizely Experience Customer Story - AtlassianOptimizely Experience Customer Story - Atlassian
Optimizely Experience Customer Story - Atlassian
 
Maximizing Optimizely Website Performance
Maximizing Optimizely Website PerformanceMaximizing Optimizely Website Performance
Maximizing Optimizely Website Performance
 
Opticon 2017 Achieving Success with a Lean Experimentation Team
Opticon 2017 Achieving Success with a Lean Experimentation TeamOpticon 2017 Achieving Success with a Lean Experimentation Team
Opticon 2017 Achieving Success with a Lean Experimentation Team
 
Optimizely NYC Developer Meetup - Experimentation at Blue Apron
Optimizely NYC Developer Meetup - Experimentation at Blue ApronOptimizely NYC Developer Meetup - Experimentation at Blue Apron
Optimizely NYC Developer Meetup - Experimentation at Blue Apron
 
Optimizely for Developers
Optimizely for DevelopersOptimizely for Developers
Optimizely for Developers
 
Opticon 2015 - Getting Started with the Optimizely Developer Platform
Opticon 2015 - Getting Started with the Optimizely Developer PlatformOpticon 2015 - Getting Started with the Optimizely Developer Platform
Opticon 2015 - Getting Started with the Optimizely Developer Platform
 
Take Your Experimentation Program to the Next Level
Take Your Experimentation Program to the Next LevelTake Your Experimentation Program to the Next Level
Take Your Experimentation Program to the Next Level
 
How The Zebra Utilized Feature Experiments To Increase Carrier Card Engagemen...
How The Zebra Utilized Feature Experiments To Increase Carrier Card Engagemen...How The Zebra Utilized Feature Experiments To Increase Carrier Card Engagemen...
How The Zebra Utilized Feature Experiments To Increase Carrier Card Engagemen...
 
Optimizely, HEMA & Farfetch - Unlock the Potential of Digital Experimentation...
Optimizely, HEMA & Farfetch - Unlock the Potential of Digital Experimentation...Optimizely, HEMA & Farfetch - Unlock the Potential of Digital Experimentation...
Optimizely, HEMA & Farfetch - Unlock the Potential of Digital 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
 
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...
 
World Class Optimization: Benchmarking 1,000+ Companies
World Class Optimization: Benchmarking 1,000+ CompaniesWorld Class Optimization: Benchmarking 1,000+ Companies
World Class Optimization: Benchmarking 1,000+ Companies
 
An Experimentation Framework: How to Position for Triple Digit Growth
An Experimentation Framework: How to Position for Triple Digit GrowthAn Experimentation Framework: How to Position for Triple Digit Growth
An Experimentation Framework: How to Position for Triple Digit Growth
 

Ähnlich wie Empower your Team to do More with Experiment Data

Google Analytics Training - full 2017
Google Analytics Training - full 2017Google Analytics Training - full 2017
Google Analytics Training - full 2017Nate Plaunt
 
Understanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsUnderstanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsPrathamesh Kulkarni
 
Web Analytics: Free Yourself from Analysis Paralysis
Web Analytics: Free Yourself from Analysis ParalysisWeb Analytics: Free Yourself from Analysis Paralysis
Web Analytics: Free Yourself from Analysis ParalysisThe Loud Few
 
Visualize audit sampling and fraud detection in excel
Visualize audit sampling and fraud detection in excelVisualize audit sampling and fraud detection in excel
Visualize audit sampling and fraud detection in excelJim Kaplan CIA CFE
 
The Value of Data Governance & Performance Measurement
The Value of Data Governance & Performance MeasurementThe Value of Data Governance & Performance Measurement
The Value of Data Governance & Performance MeasurementObservePoint
 
The Role of AI and Automation
The Role of AI and Automation The Role of AI and Automation
The Role of AI and Automation mcoello
 
Getting Actionable Insights with Google Analytics - Webinar
Getting Actionable Insights with Google Analytics - Webinar Getting Actionable Insights with Google Analytics - Webinar
Getting Actionable Insights with Google Analytics - Webinar ReapDigital
 
SPACC IT Day Azul7 Analytics Presentation
SPACC IT Day Azul7 Analytics PresentationSPACC IT Day Azul7 Analytics Presentation
SPACC IT Day Azul7 Analytics PresentationAzul 7
 
Web analytics masterclass Howest
Web analytics masterclass HowestWeb analytics masterclass Howest
Web analytics masterclass HowestEvelien De Mey
 
Webanalytics with Microsoft BI
Webanalytics with Microsoft BIWebanalytics with Microsoft BI
Webanalytics with Microsoft BITillmann Eitelberg
 
Designing Outcomes For Usability Nycupa Hurst Final
Designing Outcomes For Usability Nycupa Hurst FinalDesigning Outcomes For Usability Nycupa Hurst Final
Designing Outcomes For Usability Nycupa Hurst FinalWIKOLO
 
Opticon 2015- Powerful Integrations with Optimizely
Opticon 2015- Powerful Integrations with OptimizelyOpticon 2015- Powerful Integrations with Optimizely
Opticon 2015- Powerful Integrations with OptimizelyOptimizely
 
Content marketing analytics: how to make your data work harder for your business
Content marketing analytics: how to make your data work harder for your businessContent marketing analytics: how to make your data work harder for your business
Content marketing analytics: how to make your data work harder for your businessDaniel Smulevich
 
Content Marketing Analytics - What you should really be doing... and probably...
Content Marketing Analytics - What you should really be doing... and probably...Content Marketing Analytics - What you should really be doing... and probably...
Content Marketing Analytics - What you should really be doing... and probably...DigitalMarketingShow
 
Deep.bi - Real-time, Deep Data Analytics Platform For Ecommerce
Deep.bi - Real-time, Deep Data Analytics Platform For EcommerceDeep.bi - Real-time, Deep Data Analytics Platform For Ecommerce
Deep.bi - Real-time, Deep Data Analytics Platform For EcommerceDeep.BI
 
Content marketing analytics: what you should really be doing
Content marketing analytics: what you should really be doingContent marketing analytics: what you should really be doing
Content marketing analytics: what you should really be doingDaniel Smulevich
 
Using Google Analytics for Business Growth - Webinar
Using Google Analytics for Business Growth - Webinar Using Google Analytics for Business Growth - Webinar
Using Google Analytics for Business Growth - Webinar ReapDigital
 

Ähnlich wie Empower your Team to do More with Experiment Data (20)

Google Analytics Training - full 2017
Google Analytics Training - full 2017Google Analytics Training - full 2017
Google Analytics Training - full 2017
 
Understanding Web Analytics and Google Analytics
Understanding Web Analytics and Google AnalyticsUnderstanding Web Analytics and Google Analytics
Understanding Web Analytics and Google Analytics
 
Web Analytics: Free Yourself from Analysis Paralysis
Web Analytics: Free Yourself from Analysis ParalysisWeb Analytics: Free Yourself from Analysis Paralysis
Web Analytics: Free Yourself from Analysis Paralysis
 
Web Analytics Unraveled
Web Analytics UnraveledWeb Analytics Unraveled
Web Analytics Unraveled
 
Analysis Paralysis
Analysis ParalysisAnalysis Paralysis
Analysis Paralysis
 
Visualize audit sampling and fraud detection in excel
Visualize audit sampling and fraud detection in excelVisualize audit sampling and fraud detection in excel
Visualize audit sampling and fraud detection in excel
 
The Value of Data Governance & Performance Measurement
The Value of Data Governance & Performance MeasurementThe Value of Data Governance & Performance Measurement
The Value of Data Governance & Performance Measurement
 
The Role of AI and Automation
The Role of AI and Automation The Role of AI and Automation
The Role of AI and Automation
 
Getting Actionable Insights with Google Analytics - Webinar
Getting Actionable Insights with Google Analytics - Webinar Getting Actionable Insights with Google Analytics - Webinar
Getting Actionable Insights with Google Analytics - Webinar
 
SPACC IT Day Azul7 Analytics Presentation
SPACC IT Day Azul7 Analytics PresentationSPACC IT Day Azul7 Analytics Presentation
SPACC IT Day Azul7 Analytics Presentation
 
Web analytics masterclass Howest
Web analytics masterclass HowestWeb analytics masterclass Howest
Web analytics masterclass Howest
 
Webanalytics with Microsoft BI
Webanalytics with Microsoft BIWebanalytics with Microsoft BI
Webanalytics with Microsoft BI
 
Designing Outcomes For Usability Nycupa Hurst Final
Designing Outcomes For Usability Nycupa Hurst FinalDesigning Outcomes For Usability Nycupa Hurst Final
Designing Outcomes For Usability Nycupa Hurst Final
 
Opticon 2015- Powerful Integrations with Optimizely
Opticon 2015- Powerful Integrations with OptimizelyOpticon 2015- Powerful Integrations with Optimizely
Opticon 2015- Powerful Integrations with Optimizely
 
Content marketing analytics: how to make your data work harder for your business
Content marketing analytics: how to make your data work harder for your businessContent marketing analytics: how to make your data work harder for your business
Content marketing analytics: how to make your data work harder for your business
 
Content Marketing Analytics - What you should really be doing... and probably...
Content Marketing Analytics - What you should really be doing... and probably...Content Marketing Analytics - What you should really be doing... and probably...
Content Marketing Analytics - What you should really be doing... and probably...
 
Deep.bi - Real-time, Deep Data Analytics Platform For Ecommerce
Deep.bi - Real-time, Deep Data Analytics Platform For EcommerceDeep.bi - Real-time, Deep Data Analytics Platform For Ecommerce
Deep.bi - Real-time, Deep Data Analytics Platform For Ecommerce
 
Content marketing analytics: what you should really be doing
Content marketing analytics: what you should really be doingContent marketing analytics: what you should really be doing
Content marketing analytics: what you should really be doing
 
Using Google Analytics for Business Growth - Webinar
Using Google Analytics for Business Growth - Webinar Using Google Analytics for Business Growth - Webinar
Using Google Analytics for Business Growth - Webinar
 
Future audit analytics
Future audit analyticsFuture audit analytics
Future audit analytics
 

Mehr von Optimizely

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 ExperimentationOptimizely
 
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 RightOptimizely
 
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 RevenueOptimizely
 
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 TeamsOptimizely
 
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 OfferingOptimizely
 
AMC Networks Experiments Faster on the Server Side
AMC Networks Experiments Faster on the Server SideAMC Networks Experiments Faster on the Server Side
AMC Networks Experiments Faster on the Server SideOptimizely
 
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 ArchitectureOptimizely
 
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 RevenueOptimizely
 
Experimentation through Clients' Eyes
Experimentation through Clients' EyesExperimentation through Clients' Eyes
Experimentation through Clients' EyesOptimizely
 
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 GitHubOptimizely
 
Optimizely Agent: Scaling Resilient Feature Delivery
Optimizely Agent: Scaling Resilient Feature DeliveryOptimizely Agent: Scaling Resilient Feature Delivery
Optimizely Agent: Scaling Resilient Feature DeliveryOptimizely
 
The Future of Software Development
The Future of Software DevelopmentThe Future of Software Development
The Future of Software DevelopmentOptimizely
 
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 DiscoveryOptimizely
 
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 ScaleOptimizely
 
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
 

Mehr von Optimizely (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
 
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
 
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
 
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
 
AMC Networks Experiments Faster on the Server Side
AMC Networks Experiments Faster on the Server SideAMC Networks Experiments Faster on the Server Side
AMC Networks Experiments Faster on the Server Side
 
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
 
Experimentation through Clients' Eyes
Experimentation through Clients' EyesExperimentation through Clients' Eyes
Experimentation through Clients' Eyes
 
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 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 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
 

Kürzlich hochgeladen

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 

Empower your Team to do More with Experiment Data

  • 1. opticon2017 Decisions at Scale: Empower your Team to do More with Experiment Data Giannis Psaroudakis Product Manager, Optimizely
  • 2.
  • 3.
  • 4.
  • 5. Bing had 8 years of consecutive market share growth Source: Comscore
  • 6. “The growth of experimentation is the major reason Bing is profitable and its share of U.S desktop searches nearly tripled.” Ronny Kohavi, GM of Analysis and Experimentation, Microsoft Source: Comscore
  • 7. Old Reality Culture of Top-Down Innovation Embrace Success Make Decisions Follow Orders Bottom-Up Innovation Embrace Failure Validate Decisions Follow Data
  • 8. Experimentation Hero 10’s experiments / year Experimentation Program 100’s experiments / year Culture of Experimentation 1000’s experiments / year Scaling the Experimentation Program
  • 10. Mission Make Customer Data Useful Through Experimentation
  • 11. ResultsEvents Stats EngineAudiences Metrics Process signals across customer experiences Target user groups with common attributes Measure the impact of hypotheses Understand the impact of hypotheses Validate hypotheses with statistical confidence 6.5+Billion Events Daily 1.2 + Billion Experiences Daily 50+Million Unique Users Daily
  • 14. Empower every other team in her organization to make validated decisions with high velocity.
  • 15. Center of Excellence Support Sales Marketing E-commerce Engineering
  • 16. Center of Excellence Support Sales Marketing E-commerce ? ? ? ? ? Engineering
  • 17. Can't leverage the results Experimentation is not useful Can’t measure what matters to them Reduced adoption of the program Don't have confidence in the results Losing trust in experimentation
  • 18. “I want to support the measurement needs of all teams across the organization” 1. Can’t measure what matters 3. No confidence in the results 2. Can't leverage the results
  • 19. E-commerce Product Manager “I want to measure the impact of changing our e-commerce experience on our revenue metrics”
  • 20. Sales Leads Manager “I want to measure the impact of our online customer outreach campaigns on offline conversions, such as phone calls”
  • 21. App Performance Engineer “I want to measure the impact of our code changes on the application’s page load time”
  • 22. Social Media Marketing Manager “I want to increase the impact of our social media campaigns by reducing the bounce rate on landing pages”
  • 23. Sources E-Commerce Sales Leads Engineering Social Media Metrics Web/Mobile Internal System Server Web/Mobile Revenue Offline Conversions Page Load Time Bounce Rate
  • 24. Sources X Event API Bring your own signals into experimentation no matter where they live. Web, Mobile & Full-Stack Offline Conversions Business Intelligence Secure Environments Event APISnippet / SDKs Optimizely X
  • 26. Metrics Builder Measure the metrics that matter most to your business with greater precision and flexibility. Metrics ! Intuitive interface ! New metric types ! Metrics calculated in real-time
  • 27.
  • 28. Bounce & Exit Rage Metrics Conversions Revenue Custom Value Measure distinct user actions Measure any numerical goal checkouts per visitor, page views per visitor Measure transaction amounts revenue per visitor (RPV), average order value (AOV) Session Duration Measure engagement duration avg. time spent on news article pages, avg. time spent on site Measure user abandonment page load time per visitor, purchased items per order bounce rate on homepage, exit rate on checkout page Metric Description Examples (2018) (in beta November 2017)
  • 29. Teams can measure what matters to them • Identify the signals and metrics teams need • Incorporate them into experimentation • Scale by enabling everyone to measure what matters to them 1. Can’t measure what matters 3. No confidence in the results 2. Can't leverage the results
  • 30. “I want teams to have flexibility in the way they analyze the results” 1. Can’t measure what matters 3. No confidence in the results 2. Can't leverage the results
  • 31. Analysis Method E-Commerce Sales Leads Engineering Social Media Results Page Analytics Software Raw Data Spreadsheet
  • 32. Analysis Methods Results Export Expand your analysis workflow with a variety of new and improved methods to export your results. Results API CSV Export Raw Data Export Analytics Integration
  • 33. Analysis Methods GET /v2/experiments/{experiment_id}/results ... "metrics": [ { "name":"items in cart" "results": { "123456": { "is_baseline":false, "lift": { "confidence_interval": [ 1.152505, 2.612566 ], "is_significant":true, "significance":0.9885, "value":0.44 "visitors_remaining":2601 } } ... } Your Application Custo m Alerts Automated Actions Aggregated Reporting Results API
  • 34. Custom StatsDashboards Debugging Analysis Methods Data Export Custom ETL Pipeline
  • 35. Develop your own custom integration to bring experimentation results into your analytics tool. Analysis Methods + Custom Integration Framework
  • 36. 1. Can’t measure what matters 3. No confidence in the results 2. Can't leverage the results Teams can analyze the results • Understand how teams are doing analysis • Connect experiment data with their workflows • Scale by enabling everyone to analyze
  • 37. “I want tools our teams can trust and have faith that the results will manifest” 1. Can’t measure what matters 3. No confidence in the results 2. Need help to analyze experiments
  • 38. 1. False Discoveries 2. Skewed Results (Outliers / Bots) 3. Data Discrepancies Top reasons teams lose confidence on experimentation?!
  • 39. 1.False Discoveries 2. Skewed Results (Outliers / Bots) 3. Data Discrepancies Top reasons teams lose confidence on experimentation?!
  • 40. Results Confidence Stats Engine Validate decisions with statistical confidence ! Error control for multiple hypothesis testing ! Prevents bad decisions due to ‘peeking’ ! Configurable risk tolerance
  • 41. 1. False Discoveries 2.Skewed Results (Outliers / Bots) 3. Data Discrepancies Top reasons teams lose confidence on experimentation
  • 43. Average Order $500 Revenue per Order ($) Results Confidence
  • 44. Revenue per Order ($) Results Confidence Extreme Orders! Average Order $500
  • 45. Revenue per Order ($) Results Confidence Outlier Threshold Average Order $500 Extreme Orders!
  • 46. Outlier Filtering Improve the integrity of your decisions by filtering outliers from the results.* ! Enabled on demand ! Calculated in real-time ! Configurable thresholds Results Confidence *Availability: Coming in beta November 2017. Compatible with revenue and custom value metrics.
  • 47.
  • 48. Bot Filtering Enhanced Bot Filtering to improve the fidelity of the results ! Enhanced bot filtering that complies to industry standard (IAB/ABC List) for web analytics ! Bots automatically filtered from the results OPTIMIZELY Results Confidence
  • 49. 1. False Discoveries 2. Skewed Results (Bots / Outliers) 3.Data Discrepancies Top reasons teams lose confidence on experimentation
  • 50. Numbers don't match! 1. Product Differences 2. Implementation Bugs 3.Event Timing Issues Leading factors of analytics discrepancies
  • 51. visitor counter: +1 First Optimizely event First 3rd-party analytics event Optimizely visitor counter: +1 Other Analytics Results Confidence
  • 52. visitor counter: +1 First Optimizely event First 3rd-party analytics event Optimizely visitor counter: +1 Other Analytics +2 +1 Results Confidence
  • 53. Hold/SendEvents API Mitigate discrepancies between Optimizely and your web analytics. window.optimizely.push({type: "holdEvents"}); window.optimizely.push({type: "sendEvents"}); HoldEvents: Instruct Optimizely to hold the events in a browser queue. SendEvents: Instruct Optimizely to release the events from the browser queue. Results Confidence
  • 54. visitor counter: +1 First 3rd-party analytics event Optimizely & Other AnalyticsFirst Optimizely event Results Confidence
  • 55. visitor counter: +1 First 3rd-party analytics event Optimizely & Other AnalyticsFirst Optimizely event reduction in discrepancies related to event timing 90% up to Results Confidence
  • 56. 1. Can’t measure what matters 3. No confidence in the results 2. Need help to analyze experiments Teams have confidence in the results • Identify sources of bias or discrepancies • Filter them out from the results • Scale by enabling everyone to analyze the results with confidence
  • 57. Decisions at Scale !Grow adoption by enabling teams to measure what matters to them !Grow adoption by enabling teams to analyze using their own workflows !Maintain adoption by giving teams confidence on the results
  • 58.