SlideShare a Scribd company logo
1 of 18
Slide notes will help you understand what was said during the conference.




                                                                            1
Geddy Van Elburg’s presentation mentioned the importance of average order
value. In this presentation you’ll learn if leveraging your AOV can be beneficial
for you.




                                                                                    2
Everybody wants to be like Amazon and cross-sell products like crazy.


Amazon makes 20-30% of its sales from recommendations.


Only 16% of people go to Amazon with explicit intent to buy something.
Source: Toby Segaran, Ravi Pathak
http://www.slideshare.net/ravipathak1/liftsuggest-at-a-conference




                                                                         3
Not a lot of website take care of their related products, even if their e-
commerce platform allows to manage relations easily.


The weakest point is human patience to fill in related products. Like you can
see in this case.


I completely understand, why they don’t care about it. It is quite difficult to
manage connections of 20 000 products.


Start with a minimum level of categories which should be perfected. But what
products to connect together?




                                                                                  4
There are several levels of cross-selling connections which you can read
about in every theoretical article.


What we found effective is to analyze your historical transactions and see
what customers wanted naturally.


Like in this example, where we don’t cross sell ovens with induction hobs or
fridges, but with some basic baking tins. But it makes sense.


When you’re buying an oven, you probably want to bake in it. So why don’t
you grab some nice tin that you can be sure that fits into your oven?




                                                                               5
So far you haven’t seen anything advanced. We just want to recommend to
the customer some products that are really relevant.


If you want to start connecting dots even in your store, use your current data
and knowledge.


It is possible to understand what products and product categories to focus on
from historical data and knowledge of business context.




                                                                                 6
You may think that analyzing your data is something too complicated.


Online marketers are usually scared of any advanced analytics that is not
directly visible in Google Analytics as it is too technical or too robust to
accomplish.


Don’t worry about that. I want to show you basic step-by-step tutorial how to
analyze your data.


Get your hands dirty and dive into data!




                                                                                7
You all probably use e-commerce tracking in Google Analytics for tracking
your orders or other type of transactions.


That’s great, because you already have a huge amount of data to analyze.


I personally love using Excellent Analytics as a tool to get my e-commerce
data into Excel where I do two basic things:


1) I start looking at the data. You can see that some of the rows have
   different color, because those categories were sold within the same
   transaction. This will be the base for our cross-selling analysis.


2) The second point is that I clean the data. In Czech republic there is some
   kind of recycling tax for electric good that the customer has to pay. For
   cross-selling analysis I’m not interested in those fees, so I wipe them out.




                                                                                  8
Don’t worry, I don’t want you to start programming not even trying to read
what is on the screenshot.


But we need somehow to analyze what products or product categories were
related in our orders. So I recommend you to use the software called R. It is
completely free and although it looks very technical, it is quite easy to use a
statistical library that will help you find strong associations in your orders.


On my last slide I put a link to an excellent and short article about how to do
precisely this analysis. I’m sure you will make it in less than one hour.


This is the real result from one of our client’s e-commerce data. Some minutes
before we were talking about ovens and other products for baking. You can
see that customers who are buying installed ovens are also buying induction
hobs. The confidence metric shows us that it is not that true vice versa, so
customers buying induction hobs are not buying installed ovens that much.


You can see that it is very clearly stated what product categories are related.
We don’t have customers that are buying from completely different categories,
but only very related goods. This is very important fact to recognize!




                                                                                  9
Now how do you know that it is worthy to start relating your products?


We’ll go back into Excel and with an easy pivot table we’ll divide our
transactions according to the number of items in them.


If we want to estimate how can sales go up with stronger cross-selling, we
should simulate a decrease of items with only one item.


From my simulation you can see how higher average order value helps your
sales.


I chose 12 % as a very conservative estimation based on the confidence
metric that I just showed you.




                                                                             10
Now it’s your turn. As a homework after this presentation, you should try the
cross-sell analysis yourself.


In case you see some associated products, don’t start changing your site
completely. At first, try connecting manually products in top categories. In my
case from the example shown before a minute, I would start with ovens, GSM
phones and compact digital cameras.


If you are sure you can’t handle it manually, there are some services that can
ease you the work.


Lift suggest is one of the examples. It is made by an American-Indian
company Tatvic and they are running those codes in R software on their
servers and if you insert just a small code on your product pages, it will
automatically serve related products.


In any case, I want to show you how easy you can measure if the cross-
selling tools are performing well or not.




                                                                                  11
We’ll switch from e-commerce websites to a slightly different category.


Our company Dobry web organizes a large number of public trainings about
different areas of internet marketing.




                                                                           12
On the training page there is an order form. Before you submit the order, you
can use a nice box for adding one or more training to the order.


On the screenshot you can see that it is a training about Google Analytics and
the visitor is just clicking on a button called Pridat (Add) to add a training
about web copywriting. He will get a nice 15 % discount if he orders two
trainings at once.


We are measuring every click on these Add buttons with Event Tracking in
Google Analytics.




                                                                                 13
If you haven’t worked with Event tracking before, I strongly recommend you
doing that. It is very easy way to measure all interactions on your webpage
that are not related to pageviews.


As we are tracking every click on Add button and even on the button called
Odebrat (Remove), we can see how many visitors have played with our cross-
selling tool. But this doesn’t show us if the tool has helped our visitors to order
more transactions. The real power of this data in Google Analytics lies in the
capability to be connected to visitor goals using the advanced segmentation.




                                                                                      14
These are very important figures. By using advanced segments we can clearly
see how many visits have used the cross-selling tool and how many of them
have actually purchased a training.


Every fourth visit that used cross-selling has converted! It is remarkable!


Now you can see how easy it is to measure the performance and efficiency of
cross-selling tools. I’m pretty sure you can manage to do it yourself.




                                                                              15
What works for Amazon or your competitors doesn’t have to work for you. Try
analyzing your own orders. It will take you just one hour and I think you’ll
have fun as well.


By doing so you will get the picture and see if your store has any potential to
be better at cross-selling.


You can take an opportunity and make your Google Analytics perfect with
Event tracking.


Please, don’t forget to connect your data to the real world. It is really beneficial
to get some real feedback from real customers. You’ll justify if your cross-
selling tools are appropriate for your customers.




                                                                                       16
Twitter: @paveljasek
Email: pavel.jasek@dobryweb.cz


Feel free to email me what have you observed in your data and how well is
your cross-selling doing.


Thank you!




                                                                            17
You can download test set of orders and categories:
http://noca.cz/JBhUTh (CSV, 92 kB)


Save this file as C:./categories.csv


Sample code for R:


install.packages("arules");
library("arules");
txn = read.transactions(file="C:/categories.csv", rm.duplicates= FALSE,
format="single",sep=";",cols =c(1,2));
basket_rules <- apriori(txn,parameter = list(sup = 0.002, conf =
0.06,target="rules"), appearance = list(default = "both"));
inspect(basket_rules);


You can play with sup and conf parameters to adjust support and confidence
threshold.




                                                                             18

More Related Content

Viewers also liked

Wybory Prezydenckie 2010 - Raport - Internet 2k10
Wybory Prezydenckie 2010 - Raport - Internet 2k10Wybory Prezydenckie 2010 - Raport - Internet 2k10
Wybory Prezydenckie 2010 - Raport - Internet 2k10Bluerank
 
SEM 2008 SEO Case Study
SEM 2008 SEO Case StudySEM 2008 SEO Case Study
SEM 2008 SEO Case StudyBluerank
 
Wykorzystanie danych o użytkowniku do personalizacji procesu zakupowego ::: M...
Wykorzystanie danych o użytkowniku do personalizacji procesu zakupowego ::: M...Wykorzystanie danych o użytkowniku do personalizacji procesu zakupowego ::: M...
Wykorzystanie danych o użytkowniku do personalizacji procesu zakupowego ::: M...Bluerank
 
Infografika "Mobile w biznesie"
Infografika "Mobile w biznesie"Infografika "Mobile w biznesie"
Infografika "Mobile w biznesie"Bluerank
 
Badanie przyjazności serwisów względem wyszukiwarek
Badanie przyjazności serwisów względem wyszukiwarekBadanie przyjazności serwisów względem wyszukiwarek
Badanie przyjazności serwisów względem wyszukiwarekBluerank
 
Blueffect 2013 - Skuteczna segmentacja klientów w Google Analytics
Blueffect 2013 - Skuteczna segmentacja klientów w Google AnalyticsBlueffect 2013 - Skuteczna segmentacja klientów w Google Analytics
Blueffect 2013 - Skuteczna segmentacja klientów w Google AnalyticsBluerank
 
E-mail marketing i SEM - konferencja Bluerank i SARE
E-mail marketing i SEM - konferencja Bluerank i SAREE-mail marketing i SEM - konferencja Bluerank i SARE
E-mail marketing i SEM - konferencja Bluerank i SAREBluerank
 
Infografika_Wirtualna rzeczywistość
Infografika_Wirtualna rzeczywistośćInfografika_Wirtualna rzeczywistość
Infografika_Wirtualna rzeczywistośćBluerank
 
SEM strategies for the classified sector - ICMA GM Miami 2008
SEM strategies for the classified sector - ICMA GM Miami 2008SEM strategies for the classified sector - ICMA GM Miami 2008
SEM strategies for the classified sector - ICMA GM Miami 2008Bluerank
 
The status of web analytics in Poland
The status of web analytics in PolandThe status of web analytics in Poland
The status of web analytics in PolandRalf Haberich
 
SEM 2009 vs 2010 - co było, jest i będzie - AdStandard 2010
SEM 2009 vs 2010 - co było, jest i będzie - AdStandard 2010SEM 2009 vs 2010 - co było, jest i będzie - AdStandard 2010
SEM 2009 vs 2010 - co było, jest i będzie - AdStandard 2010Bluerank
 
SEM 2008 Strategie SEM
SEM 2008 Strategie SEMSEM 2008 Strategie SEM
SEM 2008 Strategie SEMBluerank
 
Jak wygląda rynek agencji SEO/SEM w Polsce w 2015 roku? Badanie Bluerank i IR...
Jak wygląda rynek agencji SEO/SEM w Polsce w 2015 roku? Badanie Bluerank i IR...Jak wygląda rynek agencji SEO/SEM w Polsce w 2015 roku? Badanie Bluerank i IR...
Jak wygląda rynek agencji SEO/SEM w Polsce w 2015 roku? Badanie Bluerank i IR...Bluerank
 
Wirtualna rzeczywistość - jak to wykorzystać w działaniach marketingowych? #B...
Wirtualna rzeczywistość - jak to wykorzystać w działaniach marketingowych? #B...Wirtualna rzeczywistość - jak to wykorzystać w działaniach marketingowych? #B...
Wirtualna rzeczywistość - jak to wykorzystać w działaniach marketingowych? #B...Bluerank
 
Content is King & Content Marketing is SEO (SMX Paris 2014)
Content is King & Content Marketing is SEO (SMX Paris 2014)Content is King & Content Marketing is SEO (SMX Paris 2014)
Content is King & Content Marketing is SEO (SMX Paris 2014)Anders Hjorth
 

Viewers also liked (15)

Wybory Prezydenckie 2010 - Raport - Internet 2k10
Wybory Prezydenckie 2010 - Raport - Internet 2k10Wybory Prezydenckie 2010 - Raport - Internet 2k10
Wybory Prezydenckie 2010 - Raport - Internet 2k10
 
SEM 2008 SEO Case Study
SEM 2008 SEO Case StudySEM 2008 SEO Case Study
SEM 2008 SEO Case Study
 
Wykorzystanie danych o użytkowniku do personalizacji procesu zakupowego ::: M...
Wykorzystanie danych o użytkowniku do personalizacji procesu zakupowego ::: M...Wykorzystanie danych o użytkowniku do personalizacji procesu zakupowego ::: M...
Wykorzystanie danych o użytkowniku do personalizacji procesu zakupowego ::: M...
 
Infografika "Mobile w biznesie"
Infografika "Mobile w biznesie"Infografika "Mobile w biznesie"
Infografika "Mobile w biznesie"
 
Badanie przyjazności serwisów względem wyszukiwarek
Badanie przyjazności serwisów względem wyszukiwarekBadanie przyjazności serwisów względem wyszukiwarek
Badanie przyjazności serwisów względem wyszukiwarek
 
Blueffect 2013 - Skuteczna segmentacja klientów w Google Analytics
Blueffect 2013 - Skuteczna segmentacja klientów w Google AnalyticsBlueffect 2013 - Skuteczna segmentacja klientów w Google Analytics
Blueffect 2013 - Skuteczna segmentacja klientów w Google Analytics
 
E-mail marketing i SEM - konferencja Bluerank i SARE
E-mail marketing i SEM - konferencja Bluerank i SAREE-mail marketing i SEM - konferencja Bluerank i SARE
E-mail marketing i SEM - konferencja Bluerank i SARE
 
Infografika_Wirtualna rzeczywistość
Infografika_Wirtualna rzeczywistośćInfografika_Wirtualna rzeczywistość
Infografika_Wirtualna rzeczywistość
 
SEM strategies for the classified sector - ICMA GM Miami 2008
SEM strategies for the classified sector - ICMA GM Miami 2008SEM strategies for the classified sector - ICMA GM Miami 2008
SEM strategies for the classified sector - ICMA GM Miami 2008
 
The status of web analytics in Poland
The status of web analytics in PolandThe status of web analytics in Poland
The status of web analytics in Poland
 
SEM 2009 vs 2010 - co było, jest i będzie - AdStandard 2010
SEM 2009 vs 2010 - co było, jest i będzie - AdStandard 2010SEM 2009 vs 2010 - co było, jest i będzie - AdStandard 2010
SEM 2009 vs 2010 - co było, jest i będzie - AdStandard 2010
 
SEM 2008 Strategie SEM
SEM 2008 Strategie SEMSEM 2008 Strategie SEM
SEM 2008 Strategie SEM
 
Jak wygląda rynek agencji SEO/SEM w Polsce w 2015 roku? Badanie Bluerank i IR...
Jak wygląda rynek agencji SEO/SEM w Polsce w 2015 roku? Badanie Bluerank i IR...Jak wygląda rynek agencji SEO/SEM w Polsce w 2015 roku? Badanie Bluerank i IR...
Jak wygląda rynek agencji SEO/SEM w Polsce w 2015 roku? Badanie Bluerank i IR...
 
Wirtualna rzeczywistość - jak to wykorzystać w działaniach marketingowych? #B...
Wirtualna rzeczywistość - jak to wykorzystać w działaniach marketingowych? #B...Wirtualna rzeczywistość - jak to wykorzystać w działaniach marketingowych? #B...
Wirtualna rzeczywistość - jak to wykorzystać w działaniach marketingowych? #B...
 
Content is King & Content Marketing is SEO (SMX Paris 2014)
Content is King & Content Marketing is SEO (SMX Paris 2014)Content is King & Content Marketing is SEO (SMX Paris 2014)
Content is King & Content Marketing is SEO (SMX Paris 2014)
 

More from Bluerank

Koniec walki o pilota? Digital wygrywa z telewizją
Koniec walki o pilota? Digital wygrywa z telewizjąKoniec walki o pilota? Digital wygrywa z telewizją
Koniec walki o pilota? Digital wygrywa z telewizjąBluerank
 
Customer Journey_infografika
Customer Journey_infografikaCustomer Journey_infografika
Customer Journey_infografikaBluerank
 
Customer Journey. Dlaczego warto mapować?
Customer Journey. Dlaczego warto mapować?Customer Journey. Dlaczego warto mapować?
Customer Journey. Dlaczego warto mapować?Bluerank
 
Programmatic, czyli...? Bluepaper #3
Programmatic, czyli...? Bluepaper #3Programmatic, czyli...? Bluepaper #3
Programmatic, czyli...? Bluepaper #3Bluerank
 
Infografika ,,Programmatic, czyli...?"
Infografika ,,Programmatic, czyli...?"Infografika ,,Programmatic, czyli...?"
Infografika ,,Programmatic, czyli...?"Bluerank
 
Prezentacja z konferencji SEO Łódź
Prezentacja z konferencji SEO ŁódźPrezentacja z konferencji SEO Łódź
Prezentacja z konferencji SEO ŁódźBluerank
 
Infografika ,,Bluechallenge 2015 w Bluerank"
Infografika ,,Bluechallenge 2015 w Bluerank" Infografika ,,Bluechallenge 2015 w Bluerank"
Infografika ,,Bluechallenge 2015 w Bluerank" Bluerank
 
Personalizacja w e-marketingu_Bluepaper_Bluerank
Personalizacja w e-marketingu_Bluepaper_BluerankPersonalizacja w e-marketingu_Bluepaper_Bluerank
Personalizacja w e-marketingu_Bluepaper_BluerankBluerank
 
Infografika ,,Personalizacja w e-marketingu"
Infografika ,,Personalizacja w e-marketingu"Infografika ,,Personalizacja w e-marketingu"
Infografika ,,Personalizacja w e-marketingu"Bluerank
 
Rok 2015 w Bluerank
Rok 2015 w BluerankRok 2015 w Bluerank
Rok 2015 w BluerankBluerank
 
Mobile w biznesie - raport Bluerank
Mobile w biznesie - raport BluerankMobile w biznesie - raport Bluerank
Mobile w biznesie - raport BluerankBluerank
 
Digital Analytics of the Future (Digital Analytics w przyszłości) - Blueffect...
Digital Analytics of the Future (Digital Analytics w przyszłości) - Blueffect...Digital Analytics of the Future (Digital Analytics w przyszłości) - Blueffect...
Digital Analytics of the Future (Digital Analytics w przyszłości) - Blueffect...Bluerank
 
Mobilegeddon – żyła złota a nie zagłada
Mobilegeddon – żyła złota a nie zagładaMobilegeddon – żyła złota a nie zagłada
Mobilegeddon – żyła złota a nie zagładaBluerank
 
Optymalizacja_kosztów_pozyskania_klienta_konferencja Puls Biznesu
Optymalizacja_kosztów_pozyskania_klienta_konferencja Puls BiznesuOptymalizacja_kosztów_pozyskania_klienta_konferencja Puls Biznesu
Optymalizacja_kosztów_pozyskania_klienta_konferencja Puls BiznesuBluerank
 
Pomiar SEO dla content marketingu
Pomiar SEO dla content marketingu Pomiar SEO dla content marketingu
Pomiar SEO dla content marketingu Bluerank
 
Analityk internetowy - zawód przyszłości. Digital Analytics kluczem do wiedzy...
Analityk internetowy - zawód przyszłości. Digital Analytics kluczem do wiedzy...Analityk internetowy - zawód przyszłości. Digital Analytics kluczem do wiedzy...
Analityk internetowy - zawód przyszłości. Digital Analytics kluczem do wiedzy...Bluerank
 
Ruch i jego śledzenie czyli wdrożenie strategii SEO oraz analityki
Ruch i jego śledzenie czyli wdrożenie strategii SEO oraz analityki Ruch i jego śledzenie czyli wdrożenie strategii SEO oraz analityki
Ruch i jego śledzenie czyli wdrożenie strategii SEO oraz analityki Bluerank
 
Optymalizacja z Google Analytics .Od danych do decyzji - Google Analytics Sum...
Optymalizacja z Google Analytics.Od danych do decyzji - Google Analytics Sum...Optymalizacja z Google Analytics.Od danych do decyzji - Google Analytics Sum...
Optymalizacja z Google Analytics .Od danych do decyzji - Google Analytics Sum...Bluerank
 
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...Bluerank
 
Blueffect 2013 - Ścieżki wielokanałowe i atrybucja konwersji
Blueffect 2013 -  Ścieżki wielokanałowe i atrybucja konwersjiBlueffect 2013 -  Ścieżki wielokanałowe i atrybucja konwersji
Blueffect 2013 - Ścieżki wielokanałowe i atrybucja konwersjiBluerank
 

More from Bluerank (20)

Koniec walki o pilota? Digital wygrywa z telewizją
Koniec walki o pilota? Digital wygrywa z telewizjąKoniec walki o pilota? Digital wygrywa z telewizją
Koniec walki o pilota? Digital wygrywa z telewizją
 
Customer Journey_infografika
Customer Journey_infografikaCustomer Journey_infografika
Customer Journey_infografika
 
Customer Journey. Dlaczego warto mapować?
Customer Journey. Dlaczego warto mapować?Customer Journey. Dlaczego warto mapować?
Customer Journey. Dlaczego warto mapować?
 
Programmatic, czyli...? Bluepaper #3
Programmatic, czyli...? Bluepaper #3Programmatic, czyli...? Bluepaper #3
Programmatic, czyli...? Bluepaper #3
 
Infografika ,,Programmatic, czyli...?"
Infografika ,,Programmatic, czyli...?"Infografika ,,Programmatic, czyli...?"
Infografika ,,Programmatic, czyli...?"
 
Prezentacja z konferencji SEO Łódź
Prezentacja z konferencji SEO ŁódźPrezentacja z konferencji SEO Łódź
Prezentacja z konferencji SEO Łódź
 
Infografika ,,Bluechallenge 2015 w Bluerank"
Infografika ,,Bluechallenge 2015 w Bluerank" Infografika ,,Bluechallenge 2015 w Bluerank"
Infografika ,,Bluechallenge 2015 w Bluerank"
 
Personalizacja w e-marketingu_Bluepaper_Bluerank
Personalizacja w e-marketingu_Bluepaper_BluerankPersonalizacja w e-marketingu_Bluepaper_Bluerank
Personalizacja w e-marketingu_Bluepaper_Bluerank
 
Infografika ,,Personalizacja w e-marketingu"
Infografika ,,Personalizacja w e-marketingu"Infografika ,,Personalizacja w e-marketingu"
Infografika ,,Personalizacja w e-marketingu"
 
Rok 2015 w Bluerank
Rok 2015 w BluerankRok 2015 w Bluerank
Rok 2015 w Bluerank
 
Mobile w biznesie - raport Bluerank
Mobile w biznesie - raport BluerankMobile w biznesie - raport Bluerank
Mobile w biznesie - raport Bluerank
 
Digital Analytics of the Future (Digital Analytics w przyszłości) - Blueffect...
Digital Analytics of the Future (Digital Analytics w przyszłości) - Blueffect...Digital Analytics of the Future (Digital Analytics w przyszłości) - Blueffect...
Digital Analytics of the Future (Digital Analytics w przyszłości) - Blueffect...
 
Mobilegeddon – żyła złota a nie zagłada
Mobilegeddon – żyła złota a nie zagładaMobilegeddon – żyła złota a nie zagłada
Mobilegeddon – żyła złota a nie zagłada
 
Optymalizacja_kosztów_pozyskania_klienta_konferencja Puls Biznesu
Optymalizacja_kosztów_pozyskania_klienta_konferencja Puls BiznesuOptymalizacja_kosztów_pozyskania_klienta_konferencja Puls Biznesu
Optymalizacja_kosztów_pozyskania_klienta_konferencja Puls Biznesu
 
Pomiar SEO dla content marketingu
Pomiar SEO dla content marketingu Pomiar SEO dla content marketingu
Pomiar SEO dla content marketingu
 
Analityk internetowy - zawód przyszłości. Digital Analytics kluczem do wiedzy...
Analityk internetowy - zawód przyszłości. Digital Analytics kluczem do wiedzy...Analityk internetowy - zawód przyszłości. Digital Analytics kluczem do wiedzy...
Analityk internetowy - zawód przyszłości. Digital Analytics kluczem do wiedzy...
 
Ruch i jego śledzenie czyli wdrożenie strategii SEO oraz analityki
Ruch i jego śledzenie czyli wdrożenie strategii SEO oraz analityki Ruch i jego śledzenie czyli wdrożenie strategii SEO oraz analityki
Ruch i jego śledzenie czyli wdrożenie strategii SEO oraz analityki
 
Optymalizacja z Google Analytics .Od danych do decyzji - Google Analytics Sum...
Optymalizacja z Google Analytics.Od danych do decyzji - Google Analytics Sum...Optymalizacja z Google Analytics.Od danych do decyzji - Google Analytics Sum...
Optymalizacja z Google Analytics .Od danych do decyzji - Google Analytics Sum...
 
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
Jak skutecznie liczyć rentowność działań marketingowych dzięki ścieżkom wielo...
 
Blueffect 2013 - Ścieżki wielokanałowe i atrybucja konwersji
Blueffect 2013 -  Ścieżki wielokanałowe i atrybucja konwersjiBlueffect 2013 -  Ścieżki wielokanałowe i atrybucja konwersji
Blueffect 2013 - Ścieżki wielokanałowe i atrybucja konwersji
 

Recently uploaded

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 

Recently uploaded (20)

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 

How to start with cross-sell analysis - Pavel Jašek

  • 1. Slide notes will help you understand what was said during the conference. 1
  • 2. Geddy Van Elburg’s presentation mentioned the importance of average order value. In this presentation you’ll learn if leveraging your AOV can be beneficial for you. 2
  • 3. Everybody wants to be like Amazon and cross-sell products like crazy. Amazon makes 20-30% of its sales from recommendations. Only 16% of people go to Amazon with explicit intent to buy something. Source: Toby Segaran, Ravi Pathak http://www.slideshare.net/ravipathak1/liftsuggest-at-a-conference 3
  • 4. Not a lot of website take care of their related products, even if their e- commerce platform allows to manage relations easily. The weakest point is human patience to fill in related products. Like you can see in this case. I completely understand, why they don’t care about it. It is quite difficult to manage connections of 20 000 products. Start with a minimum level of categories which should be perfected. But what products to connect together? 4
  • 5. There are several levels of cross-selling connections which you can read about in every theoretical article. What we found effective is to analyze your historical transactions and see what customers wanted naturally. Like in this example, where we don’t cross sell ovens with induction hobs or fridges, but with some basic baking tins. But it makes sense. When you’re buying an oven, you probably want to bake in it. So why don’t you grab some nice tin that you can be sure that fits into your oven? 5
  • 6. So far you haven’t seen anything advanced. We just want to recommend to the customer some products that are really relevant. If you want to start connecting dots even in your store, use your current data and knowledge. It is possible to understand what products and product categories to focus on from historical data and knowledge of business context. 6
  • 7. You may think that analyzing your data is something too complicated. Online marketers are usually scared of any advanced analytics that is not directly visible in Google Analytics as it is too technical or too robust to accomplish. Don’t worry about that. I want to show you basic step-by-step tutorial how to analyze your data. Get your hands dirty and dive into data! 7
  • 8. You all probably use e-commerce tracking in Google Analytics for tracking your orders or other type of transactions. That’s great, because you already have a huge amount of data to analyze. I personally love using Excellent Analytics as a tool to get my e-commerce data into Excel where I do two basic things: 1) I start looking at the data. You can see that some of the rows have different color, because those categories were sold within the same transaction. This will be the base for our cross-selling analysis. 2) The second point is that I clean the data. In Czech republic there is some kind of recycling tax for electric good that the customer has to pay. For cross-selling analysis I’m not interested in those fees, so I wipe them out. 8
  • 9. Don’t worry, I don’t want you to start programming not even trying to read what is on the screenshot. But we need somehow to analyze what products or product categories were related in our orders. So I recommend you to use the software called R. It is completely free and although it looks very technical, it is quite easy to use a statistical library that will help you find strong associations in your orders. On my last slide I put a link to an excellent and short article about how to do precisely this analysis. I’m sure you will make it in less than one hour. This is the real result from one of our client’s e-commerce data. Some minutes before we were talking about ovens and other products for baking. You can see that customers who are buying installed ovens are also buying induction hobs. The confidence metric shows us that it is not that true vice versa, so customers buying induction hobs are not buying installed ovens that much. You can see that it is very clearly stated what product categories are related. We don’t have customers that are buying from completely different categories, but only very related goods. This is very important fact to recognize! 9
  • 10. Now how do you know that it is worthy to start relating your products? We’ll go back into Excel and with an easy pivot table we’ll divide our transactions according to the number of items in them. If we want to estimate how can sales go up with stronger cross-selling, we should simulate a decrease of items with only one item. From my simulation you can see how higher average order value helps your sales. I chose 12 % as a very conservative estimation based on the confidence metric that I just showed you. 10
  • 11. Now it’s your turn. As a homework after this presentation, you should try the cross-sell analysis yourself. In case you see some associated products, don’t start changing your site completely. At first, try connecting manually products in top categories. In my case from the example shown before a minute, I would start with ovens, GSM phones and compact digital cameras. If you are sure you can’t handle it manually, there are some services that can ease you the work. Lift suggest is one of the examples. It is made by an American-Indian company Tatvic and they are running those codes in R software on their servers and if you insert just a small code on your product pages, it will automatically serve related products. In any case, I want to show you how easy you can measure if the cross- selling tools are performing well or not. 11
  • 12. We’ll switch from e-commerce websites to a slightly different category. Our company Dobry web organizes a large number of public trainings about different areas of internet marketing. 12
  • 13. On the training page there is an order form. Before you submit the order, you can use a nice box for adding one or more training to the order. On the screenshot you can see that it is a training about Google Analytics and the visitor is just clicking on a button called Pridat (Add) to add a training about web copywriting. He will get a nice 15 % discount if he orders two trainings at once. We are measuring every click on these Add buttons with Event Tracking in Google Analytics. 13
  • 14. If you haven’t worked with Event tracking before, I strongly recommend you doing that. It is very easy way to measure all interactions on your webpage that are not related to pageviews. As we are tracking every click on Add button and even on the button called Odebrat (Remove), we can see how many visitors have played with our cross- selling tool. But this doesn’t show us if the tool has helped our visitors to order more transactions. The real power of this data in Google Analytics lies in the capability to be connected to visitor goals using the advanced segmentation. 14
  • 15. These are very important figures. By using advanced segments we can clearly see how many visits have used the cross-selling tool and how many of them have actually purchased a training. Every fourth visit that used cross-selling has converted! It is remarkable! Now you can see how easy it is to measure the performance and efficiency of cross-selling tools. I’m pretty sure you can manage to do it yourself. 15
  • 16. What works for Amazon or your competitors doesn’t have to work for you. Try analyzing your own orders. It will take you just one hour and I think you’ll have fun as well. By doing so you will get the picture and see if your store has any potential to be better at cross-selling. You can take an opportunity and make your Google Analytics perfect with Event tracking. Please, don’t forget to connect your data to the real world. It is really beneficial to get some real feedback from real customers. You’ll justify if your cross- selling tools are appropriate for your customers. 16
  • 17. Twitter: @paveljasek Email: pavel.jasek@dobryweb.cz Feel free to email me what have you observed in your data and how well is your cross-selling doing. Thank you! 17
  • 18. You can download test set of orders and categories: http://noca.cz/JBhUTh (CSV, 92 kB) Save this file as C:./categories.csv Sample code for R: install.packages("arules"); library("arules"); txn = read.transactions(file="C:/categories.csv", rm.duplicates= FALSE, format="single",sep=";",cols =c(1,2)); basket_rules <- apriori(txn,parameter = list(sup = 0.002, conf = 0.06,target="rules"), appearance = list(default = "both")); inspect(basket_rules); You can play with sup and conf parameters to adjust support and confidence threshold. 18