SlideShare a Scribd company logo
1 of 23
Download to read offline
Ronny	Kohavi,	Distinguished	Engineer,	General	Manager,
Analysis	and	Experimentation,	Microsoft
Joint	work	with	Thomas	Crook,	Brian	Frasca, and	Roger	Longbotham,	A&E	Team
A/B	Testing	Pitfalls
Slides	at	http://bit.ly/ABPitfalls
Ronny	Kohavi 2
A/B	Tests	in	One	Slide
ØConcept	is	trivial
§Randomly	split	traffic	between	two	(or	more)	versions
oA	(Control)
oB	(Treatment)
§Collect	metrics	of	interest
§Analyze	
ØA/B	test	is	the	simplest	controlled	experiment
§A/B/n	refers	to	multiple	treatments	(often	used	and	encouraged:	try	control	+	two	or	three	treatments)
§MVT	refers	to	multivariable	designs	(rarely	used	by	our	teams)
ØMust	run	statistical	tests	to	confirm	differences	are	not	due	to	chance
ØBest	scientific	way	to	prove	causality,	i.e.,	the	changes	in	metrics	are	caused	by	changes	
introduced	in	the	treatment(s)
ConversionXL Audience	Statistics
Ronny	Kohavi 3
13%
30%
20% 20%
17%
0%
5%
10%
15%
20%
25%
30%
35%
None Few 12	(one	per	
month)
15-30 Lots	and	lots
Experiments	per	year	run	by	attendees
based	on	pre-conference	survey	(N=118)
83%	of	attendees	ran	less	than	30	experiments	last	year.
Experimenters	at	Microsoft	use	our	ExP	platform	to	start	~30	experiments	per	day
Experimentation	at	Scale
ØI’ve	been	fortunate	to	work	at	an	organization	that	values	being	data-driven	(video)
ØWe	finish	about	~300	experiment	treatments	per	week,	mostly	on	Bing,	MSN,	but	also	on	
Office,	OneNote,	Xbox,	Cortana,	Skype,	Exchange,	OneDrive.
(These	are	“real”	useful	treatments,	not	3x10x10	MVT	=	300.)
ØEach	variant	is	exposed	to	between	100K	and	millions	of	users,	sometimes	tens	of	millions
ØAt	Bing,	90%	of	eligible	users	are	in	experiments	(10%	are	a	global	holdout	changed	once	a	year)
ØThere	is	no	single	Bing.			Since	a	user
is	exposed	to	over	15	concurrent
experiments,	they	get	one	of
5^15	=	30	billion	variants	
(debugging	takes	a	new	meaning).
ØUntil	2014,	the	system	was
limiting	usage	as	it	scaled.
Now	the	limits	come	from	
engineers’	ability	to	code	new	ideas
Ronny	Kohavi 4
Two	Valuable	Real	Experiments
ØWhat	is	a	valuable	experiment?
§Absolute	value	of	delta	between	expected	outcome	and	actual	outcome	is	large
§If	you	thought	something	is	going	to	win	and	it	wins,	you	have	not	learned	much
§If	you	thought	it	was	going	to	win	and	it	loses,	it’s	valuable	(learning)
§If	you	thought	it	was	“meh”	and	it	was	a	breakthrough,	it’s	HIGHLY	valuable
See	http://bit.ly/expRulesOfThumb for	some	examples	of	breakthroughs
ØExperiments	ran	at	Microsoft’s	Bing	with	millions	of	users	in	each
ØFor	each	experiment,	we	provide	the	OEC,	the	Overall	Evaluation	Criterion
ØCan	you	guess	the	winner	correctly?	Three	choices	are:
oA	wins		(the	difference	is	statistically	significant)
oFlat:	A	and	B	are	approximately	the	same	(no	stat	sig	diff)
oB	wins
5
Example	:	Bing	Ads	with	Site	Links
ØShould	Bing	add	“site	links”	to	ads,	which	allow	advertisers	to	offer	several	
destinations	on	ads?
ØOEC:	Revenue,	ads	constraint	to	same	vertical	pixels	on	avg
ØPro	adding:	richer	ads,	users	better	informed	where	they	land
ØCons:	Constraint	means	on	average	4	“A”	ads	vs.	3	“B”	ads
Variant	B	is	5msc	slower	(compute	+	higher	page	weight)
Ronny	Kohavi 6
A B
• Raise	your	left	hand	if	you	think	A	Wins	(left)
• Raise	your	right	hand	if	you	think	B	Wins	(right)
• Don’t	raise	your	hand	if	they	are	the	about	the	same
Bing	Ads	with	Site	Links
ØIf	you	raised	your	left	hand,	you	were	wrong
ØIf	you	did	not	raise	a	hand,	you	were	wrong
ØSite	links	generate	incremental	revenue	on	the	order	of	tens	of	millions	of	dollars	
annually	for	Bing
ØThe	above	change	was	costly	to	implement.	We	made	two	small	changes	to	Bing,	which	
took	days	to	develop,	each	increased	annual	revenues	by	over	$100	million
Ronny	Kohavi 7
Example:	Underlining	Links
ØDoes	underlining	increase	or	decrease	clickthrough-rate?
Ronny	Kohavi 8
Example	4:	Underlining	Links
ØDoes	underlining	increase	or	decrease	clickthrough-rate?
ØOEC:	Clickthrough	Rate	on	search	engine	result	page	(SERP)	for	a	query
Ronny	Kohavi 9
A	(with	underlines) B	(no	underlines)
• Raise	your	left	hand	if	you	think	A	Wins	(left,	with	underlines)
• Raise	your	right	hand	if	you	think	B	Wins	(right,	without	underlines)
• Don’t	raise	your	hand	if	they	are	the	about	the	same
Underlines
ØIf	you	raised	your	right	hand,	you	were	wrong
ØIf	you	did	not	raise	a	hand,	you	were	wrong
ØUnderlines	improve	clickthrough-rate	for	both	algorithmic	results	and	ads	(so	more	
revenue)	and	improve	time	to	successful	click
ØModern	web	designs	do	away	with	underlines,	and	most	sites	have	adopted	this	design,	
despite	data	showing	that	users	click	less	and	take	more	time	to	click
ØFor	search	engines	(Google,	Bing	Yahoo),	this	is	a	very	questionable	industry	direction
Ronny	Kohavi 10
Pitfall	1:	Misinterpreting	P-values
ØNHST	=	Null	Hypothesis	Statistical	Testing,	the	“standard”	model	commonly	used
ØP-value	<=	0.05	is	the	“standard”	for	rejecting	the	Null	hypothesis
ØP-value	is	often	mis-interpreted.		
Here	are	some	incorrect	statements	from	Steve	Goodman’s	A	Dirty	Dozen
1. If	P	=	.05,	the	null	hypothesis	has	only	a	5%	chance	of	being	true
2. A	non-significant	difference	(e.g.,	P	>.05)	means	there	is	no	difference	between	groups
3. P	=	.05	means	that	we	have	observed	data	that	would	occur	only	5%	of	the	time	under	the	null	hypothesis
4. P	=	.05	means	that	if	you	reject	the	null	hyp,	the	probability	of	a	type	I	error	(false	positive)	is	only	5%
ØThe	problem	is	that	p-value	gives	us	Prob (X	>=	x	|	H_0),	whereas	what	we	want	is
Prob (H_0	|	X	=	x)
Ronny	Kohavi 11
Pitfall	2:	Expecting	Breakthroughs
Ø Breakthroughs	are	rare	after	initial	optimizations.
§At	Bing	(well	optimized),	80%	of	ideas	fail	to	show	value
§At	other	products	across	Microsoft,	about	2/3	of	ideas	fail
ØTake	Sessions/User,	a	key	metric	at	Bing.
Historically,	it	improves	0.02%	of	the	time:	that’s	one	in	5,000	treatments	we	try!
ØMost	of	the	time,	we	invoke	Twyman’s	law	(http://bit.ly/twymanLaw)	
ØNote	relationship	to	prior	pitfall
§With	standard	p-value	computations,	5%	of	experiments	will	show	stat-sig	movement	to	Sessions/User	
when	there	is	no	real	movement	(i.e.,	if	the	Null	Hypothesis	is	true),	half	of	those	positive	
§99.6%	of	the	time,	a	stat-sig	movement	with	p-value	=	0.05	will	be	a	false	positive
Ronny	Kohavi 12
Any	figure	that	looks	interesting	or	different	is	usually	wrong
Pitfall	3:	Not	Checking	for	SRM
ØSRM	=	Sample	Ratio	Mismatch
ØIf	you	run	an	experiment	with	equal	percentages	assigned	to	Control/Treatment	(A/B),	
you	should	have	approximately	the	same	number	of	users	in	each
ØReal	example	from	an	experiment	alert	I	received	this	week:
§Control:	821,588	users,	Treatment:	815,482	users
§Ratio:	50.2%	(should	have	been	50%)
§Should	I	be	worried?
ØAbsolutely
§The	p-value	is	1.8e-6,	so	the	probability	of	this	split	(or	more	extreme)	happening	by	chance	is	less	than	1	
in	500,000
§Note	that	the	above	statement	is	not	a	violation	of	the	pitfall	#1	because	by	the	experiment	design,	there	
should	be	an	equal	number	of	users	in	control/treatment,	so	we	want	the	conditional	probability
P(actual	split=50.2%	|	designed	split=50%)
Ronny	Kohavi 13
Pitfall	4:	Wrong	Success	Metric	(OEC)
ØOffice	Online	tested	new	design	for	homepage
ØObjective:	increase	sales	of	Office	products
ØOverall	Evaluation	Criterion	(OEC)	was	clicks	to	the	Buy	Button	[shown	in	red	boxes]
Which	one	was	better?
Control
Treatment
Pitfall:	Wrong	OEC
ØTreatment	had	a	drop	in	the	OEC	(clicks	on	buy)	of	64%!
ØNot	having	the	price	shown	in	the	Control	lead	more	people	to	click	to	determine	the	price
ØLesson:	measure	what	you	really	need	to	measure:	actual	sales
(it	is	more	difficult	at	times)
ØLesson	2:	Focus	on	long-term	customer	lifetime	value
ØPeep	in	keynote	here	said	(he	was	OK	with	me	mentioning	this):
§What’s	the	goal?		More	money	right	now
§Common	pitfall:	You	want	to	optimize	long-termmoney.		NOT	right	now.
Raising	prices	gets	you	short-term	money,	but	long-term	abandonment
ØComing	up	with	a	good	OEC	using	short-term	metrics	is	REALLY	hard
Example:	OEC	for	Search
ØKDD	2012 Paper:	Trustworthy	Online	Controlled	Experiments:	
Five	Puzzling	Outcomes	Explained
ØSearch	engines	(Bing,	Google)	are	evaluated	on	query	share	(distinct	queries)	and	
revenue	as	long-term	goals
ØPuzzle
§A	ranking	bug	in	an	experiment	resulted	in	very	poor	search	results
§Degraded	(algorithmic)	search	results	cause	users	to	search	more	to	complete	
their	task,	and	ads	appear	more	relevant
§Distinct	queries	went	up	over	10%,	and	revenue	went	up	over	30%
ØThis	problem	is	now	in	the	book	data	science	interviews	exposed
ØWhat	metrics	should	be	in	the	OEC	for	a	search	engine?
Ronny	Kohavi 16
Puzzle	Explained
ØAnalyzing	queries	per	month,	we	have
𝑄𝑢𝑒𝑟𝑖𝑒𝑠
𝑀𝑜𝑛𝑡ℎ
	=
𝑄𝑢𝑒𝑟𝑖𝑒𝑠
𝑆𝑒𝑠𝑠𝑖𝑜𝑛
×	
𝑆𝑒𝑠𝑠𝑖𝑜𝑛𝑠
𝑈𝑠𝑒𝑟
×
𝑈𝑠𝑒𝑟𝑠
𝑀𝑜𝑛𝑡ℎ
where	a	session	begins	with	a	query	and	ends	with	30-minutes	of	inactivity.	
(Ideally,	we	would	look	at	tasks,	not	sessions).
ØKey	observation:	we	want	users	to	find	answers	and	complete	tasks	quickly,	
so	queries/session	should	be	smaller
ØIn	a	controlled	experiment,	the	variants	get	(approximately)	the	same	
number	of	users	by	design,	so	the	last	term	is	about	equal
ØThe	OEC	should	therefore	include	the	middle	term:	sessions/user
Ronny	Kohavi 17
Bad	OEC	Example
ØYour	data	scientists	makes	an	observation:
2%	of	queries	end	up	with	“No	results.”		
ØManager:	must	reduce.
Assigns	a	team	to	minimize	“no	results”	metric
ØMetric	improves,	but	results	for	query
brochure	paper
are	crap	(or	in	this	case,	paper	to	clean	crap)
ØSometimes	it	*is*	better	to	show	“No	Results.”
Real	example	from	my	Amazon	Prime	now	search	3/26/2016
https://twitter.com/ronnyk/status/713949552823263234
Ronny	Kohavi 18
Pitfall	5:	Combining	Data	when	Treatment	Percent	
Varies	with	time
ØSimplified	example:	1,000,000	users	per	day
ØFor	each	individual	day	the	Treatment	is	much	better
ØHowever,	cumulative	result	for	Treatment	is	worse (Simpson’s	paradox)
Conversion	Rate	
for	two	days
Friday Saturday
Total
C/T	split:	99/1 C/T	split:	50/50
Control
20,000
=	2.02%
5,000
=	1.00%
25,000
=	1.68%
990,000 500,000 1,490,000
Treatment
230
=	2.30%
6,000
=	1.20%
6,230
=	1.22%
10,000 500,000 510,000
Pitfall	6:	Get	the	Stats	Right
ØTwo	very	good	books	on	A/B	testing	(A/B	Testing	from	Optimizely	founders	
Dan	Siroker and	Peter	Koomen;	and	You	Should	Test	That	by	WiderFunnel’s
CEO	Chris	Goward)	get	the	stats	wrong	(see	Amazon	reviews).
ØOptimizely	recently	updated	their	stats	in	the	product	to	correct	for	this
ØBest	techniques	to	find	issues:	run	A/A	tests
§Like	an	A/B	test,	but	both	variants	are	exactly	the	same
§Are	users	split	according	to	the	planned	percentages?
§Is	the	data	collected	matching	the	system	of	record?
§Are	the	results	showing	non-significant	results	95%	of	the	time?
Ronny	Kohavi 20
More	Pitfalls
ØSee	KDD	paper:	Seven	Pitfalls	to	Avoid	when	Running	Controlled	Experiments	on	the	Web	
(http://bit.ly/expPitfalls)	
ØIncorrectly	computing	confidence	intervals	for	percent	change	
ØUsing	standard	statistical	formulas	for	computations	of	variance	and	power
ØNeglecting	to	filter	robots/bots
Lucrative	business,	as	shown	in	photo	I	took		->
ØInstrumentation	issues
Ronny	Kohavi 21
The	HiPPO
ØHiPPO	=	Highest	Paid	Person’s	Opinion
ØWe	made	thousands	toy	HiPPOs	and	handed	them
at	Microsoft	to	help	change	the	culture
ØGrab	one	here	at	ConversionXL
ØChange	the	culture	at	your	company
ØFact:	Hippos	kill	more	humans	than	any	other (non-human)	mammal
ØListen	to	the	customers	and	don’t	let	the	HiPPO	kill	good	ideas
Ronny	Kohavi 22
Ronny	Kohavi 23
Getting	numbers	is	easy;	
getting	numbers	you	can	trust	is	hard
Slides	at	http://bit.ly/ABPitfalls
See	http://exp-platform.com for	papers.
Plane	reading	booklets	with	selected	papers	available	outside	room
Remember	this

More Related Content

What's hot

Streamlining Biopharmaceutical Cell Line Development - Reducing risk and decr...
Streamlining Biopharmaceutical Cell Line Development - Reducing risk and decr...Streamlining Biopharmaceutical Cell Line Development - Reducing risk and decr...
Streamlining Biopharmaceutical Cell Line Development - Reducing risk and decr...Merck Life Sciences
 
Data Integrity - the ALCOA model
Data Integrity - the ALCOA modelData Integrity - the ALCOA model
Data Integrity - the ALCOA modelpi
 
Case Study – Deploying SharePoint Based eTMF in the Cloud
Case Study – Deploying SharePoint Based eTMF in the CloudCase Study – Deploying SharePoint Based eTMF in the Cloud
Case Study – Deploying SharePoint Based eTMF in the CloudMontrium
 
Handling FDA Inspection - Do's and Dont's
Handling FDA Inspection - Do's and Dont'sHandling FDA Inspection - Do's and Dont's
Handling FDA Inspection - Do's and Dont'sArun Purohit
 
Data integrity & ALCOA+
Data integrity & ALCOA+Data integrity & ALCOA+
Data integrity & ALCOA+TuhinReza5
 
Rachel novak (casss forum, wahington dc, jan 2017)
Rachel novak (casss forum, wahington dc,  jan 2017)Rachel novak (casss forum, wahington dc,  jan 2017)
Rachel novak (casss forum, wahington dc, jan 2017)IanTaylor50
 
不必說話就贏的簡報術 2016
不必說話就贏的簡報術 2016不必說話就贏的簡報術 2016
不必說話就贏的簡報術 2016奕酉 劉
 
The Ins and Outs of CTMS Data Migration
The Ins and Outs of CTMS Data MigrationThe Ins and Outs of CTMS Data Migration
The Ins and Outs of CTMS Data MigrationPerficient
 
Data integrity: TGA expectations
Data integrity: TGA expectationsData integrity: TGA expectations
Data integrity: TGA expectationsTGA Australia
 
Laboratory quality management notes
Laboratory quality management notesLaboratory quality management notes
Laboratory quality management notesMerveille TABOUGUIA
 
Laboratory Method Verification, March 2017
Laboratory Method Verification, March 2017Laboratory Method Verification, March 2017
Laboratory Method Verification, March 2017Ola Elgaddar
 

What's hot (12)

Streamlining Biopharmaceutical Cell Line Development - Reducing risk and decr...
Streamlining Biopharmaceutical Cell Line Development - Reducing risk and decr...Streamlining Biopharmaceutical Cell Line Development - Reducing risk and decr...
Streamlining Biopharmaceutical Cell Line Development - Reducing risk and decr...
 
Data Integrity - the ALCOA model
Data Integrity - the ALCOA modelData Integrity - the ALCOA model
Data Integrity - the ALCOA model
 
Gdp alcoa
Gdp  alcoaGdp  alcoa
Gdp alcoa
 
Case Study – Deploying SharePoint Based eTMF in the Cloud
Case Study – Deploying SharePoint Based eTMF in the CloudCase Study – Deploying SharePoint Based eTMF in the Cloud
Case Study – Deploying SharePoint Based eTMF in the Cloud
 
Handling FDA Inspection - Do's and Dont's
Handling FDA Inspection - Do's and Dont'sHandling FDA Inspection - Do's and Dont's
Handling FDA Inspection - Do's and Dont's
 
Data integrity & ALCOA+
Data integrity & ALCOA+Data integrity & ALCOA+
Data integrity & ALCOA+
 
Rachel novak (casss forum, wahington dc, jan 2017)
Rachel novak (casss forum, wahington dc,  jan 2017)Rachel novak (casss forum, wahington dc,  jan 2017)
Rachel novak (casss forum, wahington dc, jan 2017)
 
不必說話就贏的簡報術 2016
不必說話就贏的簡報術 2016不必說話就贏的簡報術 2016
不必說話就贏的簡報術 2016
 
The Ins and Outs of CTMS Data Migration
The Ins and Outs of CTMS Data MigrationThe Ins and Outs of CTMS Data Migration
The Ins and Outs of CTMS Data Migration
 
Data integrity: TGA expectations
Data integrity: TGA expectationsData integrity: TGA expectations
Data integrity: TGA expectations
 
Laboratory quality management notes
Laboratory quality management notesLaboratory quality management notes
Laboratory quality management notes
 
Laboratory Method Verification, March 2017
Laboratory Method Verification, March 2017Laboratory Method Verification, March 2017
Laboratory Method Verification, March 2017
 

Viewers also liked

[CXL Live 16] "Best Practices" or "Common Practices" - Which Is It? by Justin...
[CXL Live 16] "Best Practices" or "Common Practices" - Which Is It? by Justin...[CXL Live 16] "Best Practices" or "Common Practices" - Which Is It? by Justin...
[CXL Live 16] "Best Practices" or "Common Practices" - Which Is It? by Justin...CXL
 
[CXL Live 16] Persuasive Journey Mapping by Bart Schutz
[CXL Live 16] Persuasive Journey Mapping by Bart Schutz[CXL Live 16] Persuasive Journey Mapping by Bart Schutz
[CXL Live 16] Persuasive Journey Mapping by Bart SchutzCXL
 
[CXL Live 16] How to Create Landing Pages That Address the Emotional Needs of...
[CXL Live 16] How to Create Landing Pages That Address the Emotional Needs of...[CXL Live 16] How to Create Landing Pages That Address the Emotional Needs of...
[CXL Live 16] How to Create Landing Pages That Address the Emotional Needs of...CXL
 
[CXL Live 16] How to Utilize Your Test Capacity? by Ton Wesseling
[CXL Live 16] How to Utilize Your Test Capacity? by Ton Wesseling[CXL Live 16] How to Utilize Your Test Capacity? by Ton Wesseling
[CXL Live 16] How to Utilize Your Test Capacity? by Ton WesselingCXL
 
[CXL Live 16] From WTF to Hell Yes - How to Come Up With Copy That Persuades ...
[CXL Live 16] From WTF to Hell Yes - How to Come Up With Copy That Persuades ...[CXL Live 16] From WTF to Hell Yes - How to Come Up With Copy That Persuades ...
[CXL Live 16] From WTF to Hell Yes - How to Come Up With Copy That Persuades ...CXL
 
[CXL Live 16] Motivational Chemistry and Susceptibility to Digital Persuasion...
[CXL Live 16] Motivational Chemistry and Susceptibility to Digital Persuasion...[CXL Live 16] Motivational Chemistry and Susceptibility to Digital Persuasion...
[CXL Live 16] Motivational Chemistry and Susceptibility to Digital Persuasion...CXL
 
[CXL Live 16] The Grand Unified Theory of Conversion Optimization by John Ekman
[CXL Live 16] The Grand Unified Theory of Conversion Optimization by John Ekman[CXL Live 16] The Grand Unified Theory of Conversion Optimization by John Ekman
[CXL Live 16] The Grand Unified Theory of Conversion Optimization by John EkmanCXL
 
[CXL Live 16] What to Test Next - Prioritizing Your Tests by Pauline Marol
[CXL Live 16] What to Test Next - Prioritizing Your Tests by Pauline Marol[CXL Live 16] What to Test Next - Prioritizing Your Tests by Pauline Marol
[CXL Live 16] What to Test Next - Prioritizing Your Tests by Pauline MarolCXL
 
[CXL Live 16] How to Give Your Data an Annual Checkup by Annie Cushing
[CXL Live 16] How to Give Your Data an Annual Checkup by Annie Cushing[CXL Live 16] How to Give Your Data an Annual Checkup by Annie Cushing
[CXL Live 16] How to Give Your Data an Annual Checkup by Annie CushingCXL
 
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...CXL
 
[CXL Live 16] Fight Back Against Back by Rand Fishkin
[CXL Live 16] Fight Back Against Back by Rand Fishkin[CXL Live 16] Fight Back Against Back by Rand Fishkin
[CXL Live 16] Fight Back Against Back by Rand FishkinCXL
 
Social Proof Persuasive Content Framework
Social Proof Persuasive Content FrameworkSocial Proof Persuasive Content Framework
Social Proof Persuasive Content FrameworkAngie Schottmuller
 
[CXL Live 16] Beyond Test-by-Test Results: CRO Metrics for Performance & Insi...
[CXL Live 16] Beyond Test-by-Test Results: CRO Metrics for Performance & Insi...[CXL Live 16] Beyond Test-by-Test Results: CRO Metrics for Performance & Insi...
[CXL Live 16] Beyond Test-by-Test Results: CRO Metrics for Performance & Insi...CXL
 
[CXL Live 16] Optimizing Retention - The Silent Killer and King of Growth by ...
[CXL Live 16] Optimizing Retention - The Silent Killer and King of Growth by ...[CXL Live 16] Optimizing Retention - The Silent Killer and King of Growth by ...
[CXL Live 16] Optimizing Retention - The Silent Killer and King of Growth by ...CXL
 
[CXL Live 16] SaaS Optimization - Effective Metrics, Process and Hacks by Ste...
[CXL Live 16] SaaS Optimization - Effective Metrics, Process and Hacks by Ste...[CXL Live 16] SaaS Optimization - Effective Metrics, Process and Hacks by Ste...
[CXL Live 16] SaaS Optimization - Effective Metrics, Process and Hacks by Ste...CXL
 
[CXL Live 16] How To Present Your Testing Results to Get Results by Lea Pica
[CXL Live 16] How To Present Your Testing Results to Get Results by Lea Pica[CXL Live 16] How To Present Your Testing Results to Get Results by Lea Pica
[CXL Live 16] How To Present Your Testing Results to Get Results by Lea PicaCXL
 
[CXL Live 16] When, Why and How to Do Innovative Testing by Marie Polli
[CXL Live 16] When, Why and How to Do Innovative Testing by Marie Polli[CXL Live 16] When, Why and How to Do Innovative Testing by Marie Polli
[CXL Live 16] When, Why and How to Do Innovative Testing by Marie PolliCXL
 
[CXL Live 16] You Can’t Make This Stuff Up by Alex Harris
[CXL Live 16] You Can’t Make This Stuff Up by Alex Harris[CXL Live 16] You Can’t Make This Stuff Up by Alex Harris
[CXL Live 16] You Can’t Make This Stuff Up by Alex HarrisCXL
 
[CXL Live 16] How to Boost Conversions with 1:1 Personalization by Karl Wirth
[CXL Live 16] How to Boost Conversions with 1:1 Personalization by Karl Wirth[CXL Live 16] How to Boost Conversions with 1:1 Personalization by Karl Wirth
[CXL Live 16] How to Boost Conversions with 1:1 Personalization by Karl WirthCXL
 
[CXL Live 16] Neuro-Persuasion - Brain-Based Strategies for Online Marketers ...
[CXL Live 16] Neuro-Persuasion - Brain-Based Strategies for Online Marketers ...[CXL Live 16] Neuro-Persuasion - Brain-Based Strategies for Online Marketers ...
[CXL Live 16] Neuro-Persuasion - Brain-Based Strategies for Online Marketers ...CXL
 

Viewers also liked (20)

[CXL Live 16] "Best Practices" or "Common Practices" - Which Is It? by Justin...
[CXL Live 16] "Best Practices" or "Common Practices" - Which Is It? by Justin...[CXL Live 16] "Best Practices" or "Common Practices" - Which Is It? by Justin...
[CXL Live 16] "Best Practices" or "Common Practices" - Which Is It? by Justin...
 
[CXL Live 16] Persuasive Journey Mapping by Bart Schutz
[CXL Live 16] Persuasive Journey Mapping by Bart Schutz[CXL Live 16] Persuasive Journey Mapping by Bart Schutz
[CXL Live 16] Persuasive Journey Mapping by Bart Schutz
 
[CXL Live 16] How to Create Landing Pages That Address the Emotional Needs of...
[CXL Live 16] How to Create Landing Pages That Address the Emotional Needs of...[CXL Live 16] How to Create Landing Pages That Address the Emotional Needs of...
[CXL Live 16] How to Create Landing Pages That Address the Emotional Needs of...
 
[CXL Live 16] How to Utilize Your Test Capacity? by Ton Wesseling
[CXL Live 16] How to Utilize Your Test Capacity? by Ton Wesseling[CXL Live 16] How to Utilize Your Test Capacity? by Ton Wesseling
[CXL Live 16] How to Utilize Your Test Capacity? by Ton Wesseling
 
[CXL Live 16] From WTF to Hell Yes - How to Come Up With Copy That Persuades ...
[CXL Live 16] From WTF to Hell Yes - How to Come Up With Copy That Persuades ...[CXL Live 16] From WTF to Hell Yes - How to Come Up With Copy That Persuades ...
[CXL Live 16] From WTF to Hell Yes - How to Come Up With Copy That Persuades ...
 
[CXL Live 16] Motivational Chemistry and Susceptibility to Digital Persuasion...
[CXL Live 16] Motivational Chemistry and Susceptibility to Digital Persuasion...[CXL Live 16] Motivational Chemistry and Susceptibility to Digital Persuasion...
[CXL Live 16] Motivational Chemistry and Susceptibility to Digital Persuasion...
 
[CXL Live 16] The Grand Unified Theory of Conversion Optimization by John Ekman
[CXL Live 16] The Grand Unified Theory of Conversion Optimization by John Ekman[CXL Live 16] The Grand Unified Theory of Conversion Optimization by John Ekman
[CXL Live 16] The Grand Unified Theory of Conversion Optimization by John Ekman
 
[CXL Live 16] What to Test Next - Prioritizing Your Tests by Pauline Marol
[CXL Live 16] What to Test Next - Prioritizing Your Tests by Pauline Marol[CXL Live 16] What to Test Next - Prioritizing Your Tests by Pauline Marol
[CXL Live 16] What to Test Next - Prioritizing Your Tests by Pauline Marol
 
[CXL Live 16] How to Give Your Data an Annual Checkup by Annie Cushing
[CXL Live 16] How to Give Your Data an Annual Checkup by Annie Cushing[CXL Live 16] How to Give Your Data an Annual Checkup by Annie Cushing
[CXL Live 16] How to Give Your Data an Annual Checkup by Annie Cushing
 
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...
 
[CXL Live 16] Fight Back Against Back by Rand Fishkin
[CXL Live 16] Fight Back Against Back by Rand Fishkin[CXL Live 16] Fight Back Against Back by Rand Fishkin
[CXL Live 16] Fight Back Against Back by Rand Fishkin
 
Social Proof Persuasive Content Framework
Social Proof Persuasive Content FrameworkSocial Proof Persuasive Content Framework
Social Proof Persuasive Content Framework
 
[CXL Live 16] Beyond Test-by-Test Results: CRO Metrics for Performance & Insi...
[CXL Live 16] Beyond Test-by-Test Results: CRO Metrics for Performance & Insi...[CXL Live 16] Beyond Test-by-Test Results: CRO Metrics for Performance & Insi...
[CXL Live 16] Beyond Test-by-Test Results: CRO Metrics for Performance & Insi...
 
[CXL Live 16] Optimizing Retention - The Silent Killer and King of Growth by ...
[CXL Live 16] Optimizing Retention - The Silent Killer and King of Growth by ...[CXL Live 16] Optimizing Retention - The Silent Killer and King of Growth by ...
[CXL Live 16] Optimizing Retention - The Silent Killer and King of Growth by ...
 
[CXL Live 16] SaaS Optimization - Effective Metrics, Process and Hacks by Ste...
[CXL Live 16] SaaS Optimization - Effective Metrics, Process and Hacks by Ste...[CXL Live 16] SaaS Optimization - Effective Metrics, Process and Hacks by Ste...
[CXL Live 16] SaaS Optimization - Effective Metrics, Process and Hacks by Ste...
 
[CXL Live 16] How To Present Your Testing Results to Get Results by Lea Pica
[CXL Live 16] How To Present Your Testing Results to Get Results by Lea Pica[CXL Live 16] How To Present Your Testing Results to Get Results by Lea Pica
[CXL Live 16] How To Present Your Testing Results to Get Results by Lea Pica
 
[CXL Live 16] When, Why and How to Do Innovative Testing by Marie Polli
[CXL Live 16] When, Why and How to Do Innovative Testing by Marie Polli[CXL Live 16] When, Why and How to Do Innovative Testing by Marie Polli
[CXL Live 16] When, Why and How to Do Innovative Testing by Marie Polli
 
[CXL Live 16] You Can’t Make This Stuff Up by Alex Harris
[CXL Live 16] You Can’t Make This Stuff Up by Alex Harris[CXL Live 16] You Can’t Make This Stuff Up by Alex Harris
[CXL Live 16] You Can’t Make This Stuff Up by Alex Harris
 
[CXL Live 16] How to Boost Conversions with 1:1 Personalization by Karl Wirth
[CXL Live 16] How to Boost Conversions with 1:1 Personalization by Karl Wirth[CXL Live 16] How to Boost Conversions with 1:1 Personalization by Karl Wirth
[CXL Live 16] How to Boost Conversions with 1:1 Personalization by Karl Wirth
 
[CXL Live 16] Neuro-Persuasion - Brain-Based Strategies for Online Marketers ...
[CXL Live 16] Neuro-Persuasion - Brain-Based Strategies for Online Marketers ...[CXL Live 16] Neuro-Persuasion - Brain-Based Strategies for Online Marketers ...
[CXL Live 16] Neuro-Persuasion - Brain-Based Strategies for Online Marketers ...
 

Similar to [CXL Live 16] A/B Testing Pitfalls: Getting Numbers is Easy; Getting Numbers You Can Trust is Hard by Ronny Kohavi

Introductory Online Controlled Experiments
Introductory Online Controlled ExperimentsIntroductory Online Controlled Experiments
Introductory Online Controlled ExperimentsBowen Lee
 
Ronny Kohavi, Microsoft (USA) - Conversion Hotel 2017 - keynote
Ronny Kohavi, Microsoft (USA) - Conversion Hotel 2017 - keynoteRonny Kohavi, Microsoft (USA) - Conversion Hotel 2017 - keynote
Ronny Kohavi, Microsoft (USA) - Conversion Hotel 2017 - keynoteOnline Dialogue
 
Into AB experiments
Into AB experimentsInto AB experiments
Into AB experimentsDeven
 
A/B Testing: Common Pitfalls and How to Avoid Them
A/B Testing: Common Pitfalls and How to Avoid ThemA/B Testing: Common Pitfalls and How to Avoid Them
A/B Testing: Common Pitfalls and How to Avoid ThemIgor Karpov
 
A software fault localization technique based on program mutations
A software fault localization technique based on program mutationsA software fault localization technique based on program mutations
A software fault localization technique based on program mutationsTao He
 
Basics of AB testing in online products
Basics of AB testing in online productsBasics of AB testing in online products
Basics of AB testing in online productsAshish Dua
 
Controlled Experiments for Decision-Making in e-Commerce Search
Controlled Experiments for Decision-Making in e-Commerce SearchControlled Experiments for Decision-Making in e-Commerce Search
Controlled Experiments for Decision-Making in e-Commerce SearchAnjan Goswami
 
Ab testing 101
Ab testing 101Ab testing 101
Ab testing 101Ashish Dua
 
Microsoft guide controlled experiments
Microsoft guide controlled experimentsMicrosoft guide controlled experiments
Microsoft guide controlled experimentsBitsytask
 
Setting up an A/B-testing framework
Setting up an A/B-testing frameworkSetting up an A/B-testing framework
Setting up an A/B-testing frameworkAgnes van Belle
 
البحث العلمي المنشور بين الجيد والرديء د. سيناء العقيل
البحث العلمي المنشور بين الجيد والرديء  د. سيناء العقيلالبحث العلمي المنشور بين الجيد والرديء  د. سيناء العقيل
البحث العلمي المنشور بين الجيد والرديء د. سيناء العقيلمركز البحوث الأقسام العلمية
 
Numerus CEN-ISBS presentation 2017-08-30
Numerus CEN-ISBS presentation 2017-08-30Numerus CEN-ISBS presentation 2017-08-30
Numerus CEN-ISBS presentation 2017-08-30Jonathan Alsop
 
A/B Testing Best Practices - Do's and Don'ts
A/B Testing Best Practices - Do's and Don'tsA/B Testing Best Practices - Do's and Don'ts
A/B Testing Best Practices - Do's and Don'tsRamkumar Ravichandran
 
Managing Risk in Outsourced Clinical Trials
Managing Risk in Outsourced Clinical TrialsManaging Risk in Outsourced Clinical Trials
Managing Risk in Outsourced Clinical TrialsThe Avoca Group
 

Similar to [CXL Live 16] A/B Testing Pitfalls: Getting Numbers is Easy; Getting Numbers You Can Trust is Hard by Ronny Kohavi (20)

Introductory Online Controlled Experiments
Introductory Online Controlled ExperimentsIntroductory Online Controlled Experiments
Introductory Online Controlled Experiments
 
1325 keynote kohavi
1325 keynote kohavi1325 keynote kohavi
1325 keynote kohavi
 
Ronny Kohavi, Microsoft (USA) - Conversion Hotel 2017 - keynote
Ronny Kohavi, Microsoft (USA) - Conversion Hotel 2017 - keynoteRonny Kohavi, Microsoft (USA) - Conversion Hotel 2017 - keynote
Ronny Kohavi, Microsoft (USA) - Conversion Hotel 2017 - keynote
 
Into AB experiments
Into AB experimentsInto AB experiments
Into AB experiments
 
A/B Testing: Common Pitfalls and How to Avoid Them
A/B Testing: Common Pitfalls and How to Avoid ThemA/B Testing: Common Pitfalls and How to Avoid Them
A/B Testing: Common Pitfalls and How to Avoid Them
 
A software fault localization technique based on program mutations
A software fault localization technique based on program mutationsA software fault localization technique based on program mutations
A software fault localization technique based on program mutations
 
Basics of AB testing in online products
Basics of AB testing in online productsBasics of AB testing in online products
Basics of AB testing in online products
 
Controlled Experiments for Decision-Making in e-Commerce Search
Controlled Experiments for Decision-Making in e-Commerce SearchControlled Experiments for Decision-Making in e-Commerce Search
Controlled Experiments for Decision-Making in e-Commerce Search
 
Ab testing 101
Ab testing 101Ab testing 101
Ab testing 101
 
Microsoft guide controlled experiments
Microsoft guide controlled experimentsMicrosoft guide controlled experiments
Microsoft guide controlled experiments
 
Setting up an A/B-testing framework
Setting up an A/B-testing frameworkSetting up an A/B-testing framework
Setting up an A/B-testing framework
 
البحث العلمي المنشور بين الجيد والرديء د. سيناء العقيل
البحث العلمي المنشور بين الجيد والرديء  د. سيناء العقيلالبحث العلمي المنشور بين الجيد والرديء  د. سيناء العقيل
البحث العلمي المنشور بين الجيد والرديء د. سيناء العقيل
 
البحث العلمي المنشور بين الجيد والرديء
البحث العلمي المنشور بين الجيد والرديءالبحث العلمي المنشور بين الجيد والرديء
البحث العلمي المنشور بين الجيد والرديء
 
A/B Testing at Scale
A/B Testing at ScaleA/B Testing at Scale
A/B Testing at Scale
 
Numerus CEN-ISBS presentation 2017-08-30
Numerus CEN-ISBS presentation 2017-08-30Numerus CEN-ISBS presentation 2017-08-30
Numerus CEN-ISBS presentation 2017-08-30
 
Presentation development impact analysis
Presentation   development impact analysisPresentation   development impact analysis
Presentation development impact analysis
 
PMED Opening Workshop - FDA Panel - Issues in Trial Design & Analysis of CBER...
PMED Opening Workshop - FDA Panel - Issues in Trial Design & Analysis of CBER...PMED Opening Workshop - FDA Panel - Issues in Trial Design & Analysis of CBER...
PMED Opening Workshop - FDA Panel - Issues in Trial Design & Analysis of CBER...
 
A/B Testing Best Practices - Do's and Don'ts
A/B Testing Best Practices - Do's and Don'tsA/B Testing Best Practices - Do's and Don'ts
A/B Testing Best Practices - Do's and Don'ts
 
ABTest-20231020.pptx
ABTest-20231020.pptxABTest-20231020.pptx
ABTest-20231020.pptx
 
Managing Risk in Outsourced Clinical Trials
Managing Risk in Outsourced Clinical TrialsManaging Risk in Outsourced Clinical Trials
Managing Risk in Outsourced Clinical Trials
 

More from CXL

Pauline Marol - From Fantasy to Reality – How to Do AB Testing in a Small Com...
Pauline Marol - From Fantasy to Reality – How to Do AB Testing in a Small Com...Pauline Marol - From Fantasy to Reality – How to Do AB Testing in a Small Com...
Pauline Marol - From Fantasy to Reality – How to Do AB Testing in a Small Com...CXL
 
Jeff Sauer - Attribution is Bullshit
Jeff Sauer - Attribution is BullshitJeff Sauer - Attribution is Bullshit
Jeff Sauer - Attribution is BullshitCXL
 
Sujan Patel - Content as a Growth Machine
Sujan Patel - Content as a Growth MachineSujan Patel - Content as a Growth Machine
Sujan Patel - Content as a Growth MachineCXL
 
Stephen Pavlovich - Testing Beyond the User Experience
Stephen Pavlovich - Testing Beyond the User ExperienceStephen Pavlovich - Testing Beyond the User Experience
Stephen Pavlovich - Testing Beyond the User ExperienceCXL
 
Nicolas Visiers - User Experience Testing
Nicolas Visiers - User Experience TestingNicolas Visiers - User Experience Testing
Nicolas Visiers - User Experience TestingCXL
 
Morgan Brown - Building a Growth Organization
Morgan Brown - Building a Growth OrganizationMorgan Brown - Building a Growth Organization
Morgan Brown - Building a Growth OrganizationCXL
 
Kristoffer Ewald - Modern Measurement Strategies
Kristoffer Ewald - Modern Measurement StrategiesKristoffer Ewald - Modern Measurement Strategies
Kristoffer Ewald - Modern Measurement StrategiesCXL
 
Guido Jansen -How to Involve the Whole Team in Optimization
Guido Jansen -How to Involve the Whole Team in OptimizationGuido Jansen -How to Involve the Whole Team in Optimization
Guido Jansen -How to Involve the Whole Team in OptimizationCXL
 
Els Aerts - Advanced User Research
Els Aerts - Advanced User ResearchEls Aerts - Advanced User Research
Els Aerts - Advanced User ResearchCXL
 
Daria Nepriakhina - Problem-Solution Fit
Daria Nepriakhina - Problem-Solution FitDaria Nepriakhina - Problem-Solution Fit
Daria Nepriakhina - Problem-Solution FitCXL
 
Christoph Luetke Schelhowe - Data for Everyone
Christoph Luetke Schelhowe  - Data for EveryoneChristoph Luetke Schelhowe  - Data for Everyone
Christoph Luetke Schelhowe - Data for EveryoneCXL
 
Bob Ruffalo - How Impact Used ResearchXL to 3X Conversions
Bob Ruffalo - How Impact Used ResearchXL to 3X ConversionsBob Ruffalo - How Impact Used ResearchXL to 3X Conversions
Bob Ruffalo - How Impact Used ResearchXL to 3X ConversionsCXL
 
Andre Morys the magic of combining neuromarketing & data sciences
Andre Morys   the magic of combining neuromarketing & data sciencesAndre Morys   the magic of combining neuromarketing & data sciences
Andre Morys the magic of combining neuromarketing & data sciencesCXL
 
How to Execute and A/B Test Cross-Channel Personalization
How to Execute and A/B Test Cross-Channel PersonalizationHow to Execute and A/B Test Cross-Channel Personalization
How to Execute and A/B Test Cross-Channel PersonalizationCXL
 
Changing the Game: Always On Testing with Artificial Intelligence
Changing the Game: Always On Testing with Artificial IntelligenceChanging the Game: Always On Testing with Artificial Intelligence
Changing the Game: Always On Testing with Artificial IntelligenceCXL
 
How Eye Tracking Research Helps You Run Better A/B Tests
How Eye Tracking Research Helps You Run Better A/B TestsHow Eye Tracking Research Helps You Run Better A/B Tests
How Eye Tracking Research Helps You Run Better A/B TestsCXL
 
[Elite Camp 2016] Karsten Lund - Master the Moment of Decision
[Elite Camp 2016] Karsten Lund - Master the Moment of Decision[Elite Camp 2016] Karsten Lund - Master the Moment of Decision
[Elite Camp 2016] Karsten Lund - Master the Moment of DecisionCXL
 
[Elite Camp 2016] Craig Sullivan - Elite Camp Summary Session
[Elite Camp 2016] Craig Sullivan - Elite Camp Summary Session[Elite Camp 2016] Craig Sullivan - Elite Camp Summary Session
[Elite Camp 2016] Craig Sullivan - Elite Camp Summary SessionCXL
 
[Elite Camp 2016] Thomas Barker - From Zero to In-House Optimisation Superstars
[Elite Camp 2016] Thomas Barker - From Zero to In-House Optimisation Superstars[Elite Camp 2016] Thomas Barker - From Zero to In-House Optimisation Superstars
[Elite Camp 2016] Thomas Barker - From Zero to In-House Optimisation SuperstarsCXL
 
[Elite Camp 2016] Yehoshua Coren - Strategic And Tactical Implementation And ...
[Elite Camp 2016] Yehoshua Coren - Strategic And Tactical Implementation And ...[Elite Camp 2016] Yehoshua Coren - Strategic And Tactical Implementation And ...
[Elite Camp 2016] Yehoshua Coren - Strategic And Tactical Implementation And ...CXL
 

More from CXL (20)

Pauline Marol - From Fantasy to Reality – How to Do AB Testing in a Small Com...
Pauline Marol - From Fantasy to Reality – How to Do AB Testing in a Small Com...Pauline Marol - From Fantasy to Reality – How to Do AB Testing in a Small Com...
Pauline Marol - From Fantasy to Reality – How to Do AB Testing in a Small Com...
 
Jeff Sauer - Attribution is Bullshit
Jeff Sauer - Attribution is BullshitJeff Sauer - Attribution is Bullshit
Jeff Sauer - Attribution is Bullshit
 
Sujan Patel - Content as a Growth Machine
Sujan Patel - Content as a Growth MachineSujan Patel - Content as a Growth Machine
Sujan Patel - Content as a Growth Machine
 
Stephen Pavlovich - Testing Beyond the User Experience
Stephen Pavlovich - Testing Beyond the User ExperienceStephen Pavlovich - Testing Beyond the User Experience
Stephen Pavlovich - Testing Beyond the User Experience
 
Nicolas Visiers - User Experience Testing
Nicolas Visiers - User Experience TestingNicolas Visiers - User Experience Testing
Nicolas Visiers - User Experience Testing
 
Morgan Brown - Building a Growth Organization
Morgan Brown - Building a Growth OrganizationMorgan Brown - Building a Growth Organization
Morgan Brown - Building a Growth Organization
 
Kristoffer Ewald - Modern Measurement Strategies
Kristoffer Ewald - Modern Measurement StrategiesKristoffer Ewald - Modern Measurement Strategies
Kristoffer Ewald - Modern Measurement Strategies
 
Guido Jansen -How to Involve the Whole Team in Optimization
Guido Jansen -How to Involve the Whole Team in OptimizationGuido Jansen -How to Involve the Whole Team in Optimization
Guido Jansen -How to Involve the Whole Team in Optimization
 
Els Aerts - Advanced User Research
Els Aerts - Advanced User ResearchEls Aerts - Advanced User Research
Els Aerts - Advanced User Research
 
Daria Nepriakhina - Problem-Solution Fit
Daria Nepriakhina - Problem-Solution FitDaria Nepriakhina - Problem-Solution Fit
Daria Nepriakhina - Problem-Solution Fit
 
Christoph Luetke Schelhowe - Data for Everyone
Christoph Luetke Schelhowe  - Data for EveryoneChristoph Luetke Schelhowe  - Data for Everyone
Christoph Luetke Schelhowe - Data for Everyone
 
Bob Ruffalo - How Impact Used ResearchXL to 3X Conversions
Bob Ruffalo - How Impact Used ResearchXL to 3X ConversionsBob Ruffalo - How Impact Used ResearchXL to 3X Conversions
Bob Ruffalo - How Impact Used ResearchXL to 3X Conversions
 
Andre Morys the magic of combining neuromarketing & data sciences
Andre Morys   the magic of combining neuromarketing & data sciencesAndre Morys   the magic of combining neuromarketing & data sciences
Andre Morys the magic of combining neuromarketing & data sciences
 
How to Execute and A/B Test Cross-Channel Personalization
How to Execute and A/B Test Cross-Channel PersonalizationHow to Execute and A/B Test Cross-Channel Personalization
How to Execute and A/B Test Cross-Channel Personalization
 
Changing the Game: Always On Testing with Artificial Intelligence
Changing the Game: Always On Testing with Artificial IntelligenceChanging the Game: Always On Testing with Artificial Intelligence
Changing the Game: Always On Testing with Artificial Intelligence
 
How Eye Tracking Research Helps You Run Better A/B Tests
How Eye Tracking Research Helps You Run Better A/B TestsHow Eye Tracking Research Helps You Run Better A/B Tests
How Eye Tracking Research Helps You Run Better A/B Tests
 
[Elite Camp 2016] Karsten Lund - Master the Moment of Decision
[Elite Camp 2016] Karsten Lund - Master the Moment of Decision[Elite Camp 2016] Karsten Lund - Master the Moment of Decision
[Elite Camp 2016] Karsten Lund - Master the Moment of Decision
 
[Elite Camp 2016] Craig Sullivan - Elite Camp Summary Session
[Elite Camp 2016] Craig Sullivan - Elite Camp Summary Session[Elite Camp 2016] Craig Sullivan - Elite Camp Summary Session
[Elite Camp 2016] Craig Sullivan - Elite Camp Summary Session
 
[Elite Camp 2016] Thomas Barker - From Zero to In-House Optimisation Superstars
[Elite Camp 2016] Thomas Barker - From Zero to In-House Optimisation Superstars[Elite Camp 2016] Thomas Barker - From Zero to In-House Optimisation Superstars
[Elite Camp 2016] Thomas Barker - From Zero to In-House Optimisation Superstars
 
[Elite Camp 2016] Yehoshua Coren - Strategic And Tactical Implementation And ...
[Elite Camp 2016] Yehoshua Coren - Strategic And Tactical Implementation And ...[Elite Camp 2016] Yehoshua Coren - Strategic And Tactical Implementation And ...
[Elite Camp 2016] Yehoshua Coren - Strategic And Tactical Implementation And ...
 

Recently uploaded

Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfResearch and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfVWO
 
From Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOFrom Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOSzymon Słowik
 
Common Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityCommon Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityMonishka Adhikari
 
Digital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingDigital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingShauryaBadaya
 
A Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainA Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainBanyanbrain
 
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...CIO Business World
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...sowmyrao14
 
Storyboards for my Final Major Project Video
Storyboards for my Final Major Project VideoStoryboards for my Final Major Project Video
Storyboards for my Final Major Project VideoSineadBidwell
 
SEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessSEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessLiv Day
 
Influencer Marketing Power point presentation
Influencer Marketing  Power point presentationInfluencer Marketing  Power point presentation
Influencer Marketing Power point presentationdgtivemarketingagenc
 
Michael Kors marketing assignment swot analysis
Michael Kors marketing assignment swot analysisMichael Kors marketing assignment swot analysis
Michael Kors marketing assignment swot analysisjunaid794917
 
top marketing posters - Fresh Spar Technologies - Manojkumar C
top marketing posters - Fresh Spar Technologies - Manojkumar Ctop marketing posters - Fresh Spar Technologies - Manojkumar C
top marketing posters - Fresh Spar Technologies - Manojkumar CManojkumar C
 
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...Hugues Rey
 
Master the Art of Digital Recruitment in Asia.pdf
Master the Art of Digital Recruitment in Asia.pdfMaster the Art of Digital Recruitment in Asia.pdf
Master the Art of Digital Recruitment in Asia.pdfHigher Education Marketing
 
Best digital marketing e-book form bignners
Best digital marketing e-book form bignnersBest digital marketing e-book form bignners
Best digital marketing e-book form bignnersmuntasibkhan58
 
Exploring Web 3.0 Growth marketing: Navigating the Future of the Internet
Exploring Web 3.0 Growth marketing: Navigating the Future of the InternetExploring Web 3.0 Growth marketing: Navigating the Future of the Internet
Exploring Web 3.0 Growth marketing: Navigating the Future of the Internetnehapardhi711
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxGeorgeCulica
 
15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing StrategyBlue Atlas Marketing
 
5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software SolutionsDevherds Software Solutions
 
Fiverr's Product Marketing Interview Assignment
Fiverr's Product Marketing Interview AssignmentFiverr's Product Marketing Interview Assignment
Fiverr's Product Marketing Interview AssignmentFarrel Brest
 

Recently uploaded (20)

Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdfResearch and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
Research and Discovery Tools for Experimentation - 17 Apr 2024 - v 2.3 (1).pdf
 
From Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOFrom Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEO
 
Common Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityCommon Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic Creativity
 
Digital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingDigital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet Marketing
 
A Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | BanyanbrainA Comprehensive Guide to Technical SEO | Banyanbrain
A Comprehensive Guide to Technical SEO | Banyanbrain
 
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...
 
Storyboards for my Final Major Project Video
Storyboards for my Final Major Project VideoStoryboards for my Final Major Project Video
Storyboards for my Final Major Project Video
 
SEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessSEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise Success
 
Influencer Marketing Power point presentation
Influencer Marketing  Power point presentationInfluencer Marketing  Power point presentation
Influencer Marketing Power point presentation
 
Michael Kors marketing assignment swot analysis
Michael Kors marketing assignment swot analysisMichael Kors marketing assignment swot analysis
Michael Kors marketing assignment swot analysis
 
top marketing posters - Fresh Spar Technologies - Manojkumar C
top marketing posters - Fresh Spar Technologies - Manojkumar Ctop marketing posters - Fresh Spar Technologies - Manojkumar C
top marketing posters - Fresh Spar Technologies - Manojkumar C
 
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
 
Master the Art of Digital Recruitment in Asia.pdf
Master the Art of Digital Recruitment in Asia.pdfMaster the Art of Digital Recruitment in Asia.pdf
Master the Art of Digital Recruitment in Asia.pdf
 
Best digital marketing e-book form bignners
Best digital marketing e-book form bignnersBest digital marketing e-book form bignners
Best digital marketing e-book form bignners
 
Exploring Web 3.0 Growth marketing: Navigating the Future of the Internet
Exploring Web 3.0 Growth marketing: Navigating the Future of the InternetExploring Web 3.0 Growth marketing: Navigating the Future of the Internet
Exploring Web 3.0 Growth marketing: Navigating the Future of the Internet
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptx
 
15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy
 
5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions
 
Fiverr's Product Marketing Interview Assignment
Fiverr's Product Marketing Interview AssignmentFiverr's Product Marketing Interview Assignment
Fiverr's Product Marketing Interview Assignment
 

[CXL Live 16] A/B Testing Pitfalls: Getting Numbers is Easy; Getting Numbers You Can Trust is Hard by Ronny Kohavi