SlideShare une entreprise Scribd logo
1  sur  63
Télécharger pour lire hors ligne
From AMP to PWA
Rowan Merewood, Google
If we run out of time
➔ @rowan_m on Twitter
➔ +RowanMerewood on Google+
➔ rowan-m on GitHub
If we run out of time
➔ @rowan_m on Twitter
➔ +RowanMerewood on Google+
➔ rowan-m on GitHub
-
When
“The planets”, Paul Matthers, CC BY-SA 2.0, https://flic.kr/p/8GrRNE
“Snail”, Rob Patrick, CC BY-NC-SA 2.0, https://flic.kr/p/upm9Z
The average mobile page:
The average mobile page:
214 requests, 107 ad-related requests
19 seconds average load time, 77% over 10 seconds
53% of visits abandoned if the load is over
3 seconds
https://www.doubleclickbygoogle.com/articles/mobile-speed-matters/
AMP: Accelerated Mobile Pages
PWA: Progressive Web Apps
PWA as a term allows us to
quantifiably define
a good, modern web experience.
PWA as a term allows us to
quantifiably define
a good, modern web experience.
Developers
->
PWA as a term allows you to
raise your expectations for
a good, modern web experience.
PWA as a term allows you to
raise your expectations for
a good, modern web experience.
As a user
->
PWA-ness
User
happiness
Baseline
->
Exemplary
->
PWA-ness
User
happiness
What are PWAs?
Fast EngagingReliableIntegrated
app.starbucks.com
➔ Auto sign-in
➔ Order ahead
➔ Pay with barcode
trivago.com
Offline resilience
➔ 67% of users who are
interrupted by a period of
offline come back to browse
➔ 97% increase in conversion
Audit your site with
Lighthouse
https://developers.google.com
/web/tools/lighthouse/
What is AMP?
$✔<>
Fast
Easy to
implement
Mobile
friendly
Embrace the
open web
Enable
monetization
“Car race”, mikegreen1985, CC BY-SA 2.0, https://flic.kr/p/fM9Qrw
✔
✘
AMP
Average mobile web
Hand tuned site
AMP HTML
AMP JS
Google AMP
Cache
Sweet branding dot com
Nav
Nav
Nav
Navi
Hey
Hey
Listen!
Content...?
Curated artisanal cat pictures
Curated artisanal cat pictures
WUT ABOUT
DOGS?
SUP LOL
Ad
LogoHeader
Responsive hero image
Headline
ImageArticle text
Some more text
https://mobile.twitter.com/lgarron/status/806955394488643584
AMP and PWA
AMP
Instant delivery
Optimised discovery
No user scripts
Static content
PWA
Advanced platform features
Highly dynamic
Slower first delivery
Not easily embedded
AMP to the PWA
AMP to the PWA
<amp-install-serviceworker
src="https://www.your-domain.com/serviceworker.js"
layout="nodisplay">
</amp-install-serviceworker>
var CACHE_NAME = 'my-site-cache-v1';
var urlsToCache = [
'/',
'/styles/main.css',
'/script/main.js'
];
self.addEventListener('install', function(event)
{
// Perform install steps
event.waitUntil(
caches.open(CACHE_NAME)
.then(function(cache) {
console.log('Opened cache');
return cache.addAll(urlsToCache);
})
);
});
AMP as the PWA
AMP as the PWA
<link rel="manifest" href="/manifest.json">
{
"short_name": "ABE",
"name": "AMPByExample",
"icons": [
{
"src": "launcher-icon-1x.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "launcher-icon-2x.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "launcher-icon-4x.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "index.html?launcher=true"
}
<link rel="manifest" href="/manifest.json">
{
"short_name": "ABE",
"name": "AMPByExample",
"icons": [
{
"src": "launcher-icon-1x.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "launcher-icon-2x.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "launcher-icon-4x.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "index.html?launcher=true"
}
“Hobbit Hole, Green Door”, yortw, CC BY-NC 2.0, https://flic.kr/p/gM4KJy
Snapdeal
So, what should you do?
Start with
ampstart.com
Make it real with
ampbyexample.com
Advanced interactivity with
<amp-bind>
The end
Thank you!
@rowan_m | +RowanMerewood
https://goo.gl/oQnpfx

Contenu connexe

Tendances

PWA - Progressive Web Apps
PWA - Progressive Web AppsPWA - Progressive Web Apps
PWA - Progressive Web AppsEdy Segura
 
Pwa demystified
Pwa demystifiedPwa demystified
Pwa demystifiededynamic
 
Progressive web apps with Angular 2
Progressive web apps with Angular 2Progressive web apps with Angular 2
Progressive web apps with Angular 2Manfred Steyer
 
Next Generation Mobile Web - PWA (Progressive Web App)
Next Generation Mobile Web  - PWA (Progressive Web App)Next Generation Mobile Web  - PWA (Progressive Web App)
Next Generation Mobile Web - PWA (Progressive Web App)Nuri Cahyono
 
AMP and PWA
AMP and PWAAMP and PWA
AMP and PWAEun Cho
 
Amp Overview #YGLF 2016
Amp Overview #YGLF 2016Amp Overview #YGLF 2016
Amp Overview #YGLF 2016Ido Green
 
AMPed SEO with Mike Arnesen & SEMpdx
AMPed SEO with Mike Arnesen & SEMpdxAMPed SEO with Mike Arnesen & SEMpdx
AMPed SEO with Mike Arnesen & SEMpdxMike Arnesen
 
Amp it UP! Using Google Accelerated Mobile Pages with WordPress - WordCamp An...
Amp it UP! Using Google Accelerated Mobile Pages with WordPress - WordCamp An...Amp it UP! Using Google Accelerated Mobile Pages with WordPress - WordCamp An...
Amp it UP! Using Google Accelerated Mobile Pages with WordPress - WordCamp An...Mike Hale
 
Building a Progressive Web App
Building a  Progressive Web AppBuilding a  Progressive Web App
Building a Progressive Web AppIdo Green
 
Progressive Web App
Progressive Web AppProgressive Web App
Progressive Web AppSubodh Garg
 
Introduction to Progressive web app (PWA)
Introduction to Progressive web app (PWA)Introduction to Progressive web app (PWA)
Introduction to Progressive web app (PWA)Zhentian Wan
 
Offline-First Progressive Web Apps
Offline-First Progressive Web AppsOffline-First Progressive Web Apps
Offline-First Progressive Web AppsAditya Punjani
 
Accelerated Mobile Pages (AMP) The Next Revolution in Mobile Web Development
Accelerated Mobile Pages (AMP) The Next Revolution in Mobile Web DevelopmentAccelerated Mobile Pages (AMP) The Next Revolution in Mobile Web Development
Accelerated Mobile Pages (AMP) The Next Revolution in Mobile Web DevelopmentNotifyVisitors
 
Progressive web apps
Progressive web appsProgressive web apps
Progressive web appsTimmy Kokke
 
Accelerated Mobile Pages
Accelerated Mobile PagesAccelerated Mobile Pages
Accelerated Mobile PagesJeremy Green
 
My learnings on web performance optimization while building a Progressive Web...
My learnings on web performance optimization while building a Progressive Web...My learnings on web performance optimization while building a Progressive Web...
My learnings on web performance optimization while building a Progressive Web...Narendra Shetty
 
An introduction to Progressive Web Apps
An introduction to Progressive Web AppsAn introduction to Progressive Web Apps
An introduction to Progressive Web AppsKevin Farrugia
 

Tendances (20)

PWA - Progressive Web Apps
PWA - Progressive Web AppsPWA - Progressive Web Apps
PWA - Progressive Web Apps
 
Pwa demystified
Pwa demystifiedPwa demystified
Pwa demystified
 
Progressive web apps with Angular 2
Progressive web apps with Angular 2Progressive web apps with Angular 2
Progressive web apps with Angular 2
 
Next Generation Mobile Web - PWA (Progressive Web App)
Next Generation Mobile Web  - PWA (Progressive Web App)Next Generation Mobile Web  - PWA (Progressive Web App)
Next Generation Mobile Web - PWA (Progressive Web App)
 
AMP and PWA
AMP and PWAAMP and PWA
AMP and PWA
 
Amp Overview #YGLF 2016
Amp Overview #YGLF 2016Amp Overview #YGLF 2016
Amp Overview #YGLF 2016
 
AMPed SEO with Mike Arnesen & SEMpdx
AMPed SEO with Mike Arnesen & SEMpdxAMPed SEO with Mike Arnesen & SEMpdx
AMPed SEO with Mike Arnesen & SEMpdx
 
Amp it UP! Using Google Accelerated Mobile Pages with WordPress - WordCamp An...
Amp it UP! Using Google Accelerated Mobile Pages with WordPress - WordCamp An...Amp it UP! Using Google Accelerated Mobile Pages with WordPress - WordCamp An...
Amp it UP! Using Google Accelerated Mobile Pages with WordPress - WordCamp An...
 
Pwa.pptx
Pwa.pptxPwa.pptx
Pwa.pptx
 
Building a Progressive Web App
Building a  Progressive Web AppBuilding a  Progressive Web App
Building a Progressive Web App
 
Progressive Web App
Progressive Web AppProgressive Web App
Progressive Web App
 
Introduction to Progressive web app (PWA)
Introduction to Progressive web app (PWA)Introduction to Progressive web app (PWA)
Introduction to Progressive web app (PWA)
 
Offline-First Progressive Web Apps
Offline-First Progressive Web AppsOffline-First Progressive Web Apps
Offline-First Progressive Web Apps
 
Accelerated Mobile Pages (AMP) The Next Revolution in Mobile Web Development
Accelerated Mobile Pages (AMP) The Next Revolution in Mobile Web DevelopmentAccelerated Mobile Pages (AMP) The Next Revolution in Mobile Web Development
Accelerated Mobile Pages (AMP) The Next Revolution in Mobile Web Development
 
Progressive web app
Progressive web appProgressive web app
Progressive web app
 
Progressive Web-App (PWA)
Progressive Web-App (PWA)Progressive Web-App (PWA)
Progressive Web-App (PWA)
 
Progressive web apps
Progressive web appsProgressive web apps
Progressive web apps
 
Accelerated Mobile Pages
Accelerated Mobile PagesAccelerated Mobile Pages
Accelerated Mobile Pages
 
My learnings on web performance optimization while building a Progressive Web...
My learnings on web performance optimization while building a Progressive Web...My learnings on web performance optimization while building a Progressive Web...
My learnings on web performance optimization while building a Progressive Web...
 
An introduction to Progressive Web Apps
An introduction to Progressive Web AppsAn introduction to Progressive Web Apps
An introduction to Progressive Web Apps
 

Similaire à E-commerce Berlin Expo 2018 - From AMP to PWA: A Modern Web User Journey

2017 Silicon Valley Code Camp: Instant Mobile Web
2017 Silicon Valley Code Camp: Instant Mobile Web2017 Silicon Valley Code Camp: Instant Mobile Web
2017 Silicon Valley Code Camp: Instant Mobile WebLisa Huang
 
Nodevember 2017: AMP Primer
Nodevember 2017: AMP PrimerNodevember 2017: AMP Primer
Nodevember 2017: AMP PrimerLisa Huang
 
February 2018: Sustainable UX Conference
February 2018: Sustainable UX ConferenceFebruary 2018: Sustainable UX Conference
February 2018: Sustainable UX ConferenceLisa Huang
 
Amp your site an intro to accelerated mobile pages
Amp your site  an intro to accelerated mobile pagesAmp your site  an intro to accelerated mobile pages
Amp your site an intro to accelerated mobile pagesRobert McFrazier
 
Amp your site: An intro to accelerated mobile pages
Amp your site: An intro to accelerated mobile pagesAmp your site: An intro to accelerated mobile pages
Amp your site: An intro to accelerated mobile pagesRobert McFrazier
 
Integrating Accelerated Mobile Pages (AMP) In Drupal Websites
Integrating Accelerated Mobile Pages (AMP) In Drupal WebsitesIntegrating Accelerated Mobile Pages (AMP) In Drupal Websites
Integrating Accelerated Mobile Pages (AMP) In Drupal WebsitesExcellent Webworld
 
AMP in WordPress, the WordPress Way
AMP in WordPress, the WordPress WayAMP in WordPress, the WordPress Way
AMP in WordPress, the WordPress WayAlberto Medina
 
Progressive Web App Challenges
Progressive Web App ChallengesProgressive Web App Challenges
Progressive Web App ChallengesJason Grigsby
 
Building for Your Next Billion - Google I/O 2017
Building for Your Next Billion - Google I/O 2017Building for Your Next Billion - Google I/O 2017
Building for Your Next Billion - Google I/O 2017Robert Nyman
 
Progressive Web Apps - Overview & Getting Started
Progressive Web Apps - Overview & Getting StartedProgressive Web Apps - Overview & Getting Started
Progressive Web Apps - Overview & Getting StartedGaurav Behere
 
Planning Your Progressive Web App
Planning Your Progressive Web AppPlanning Your Progressive Web App
Planning Your Progressive Web AppJason Grigsby
 
Progressive Web Apps - Porque nativo no es significa mejor
Progressive Web Apps - Porque nativo no es significa mejorProgressive Web Apps - Porque nativo no es significa mejor
Progressive Web Apps - Porque nativo no es significa mejorIsrael Blancas
 
Building for, perceiving and measuring performance for mobile web
Building for, perceiving and measuring performance for mobile webBuilding for, perceiving and measuring performance for mobile web
Building for, perceiving and measuring performance for mobile webRobin Glen
 
Wordcamp 2017-toronto-sam lalonde
Wordcamp 2017-toronto-sam lalondeWordcamp 2017-toronto-sam lalonde
Wordcamp 2017-toronto-sam lalondewcto2017
 
Get AMP’ed for AMP!
Get AMP’ed for AMP!Get AMP’ed for AMP!
Get AMP’ed for AMP!Greenlane
 
Progressive Web Apps – the return of the web?
Progressive Web Apps – the return of the web?Progressive Web Apps – the return of the web?
Progressive Web Apps – the return of the web?Christian Heilmann
 
Introduction to Progressive Web Applications
Introduction to Progressive Web ApplicationsIntroduction to Progressive Web Applications
Introduction to Progressive Web ApplicationsChris Love
 
Performance and User Experience for the Web of Tomorrow
Performance and User Experience for the Web of TomorrowPerformance and User Experience for the Web of Tomorrow
Performance and User Experience for the Web of TomorrowWP Engine
 

Similaire à E-commerce Berlin Expo 2018 - From AMP to PWA: A Modern Web User Journey (20)

2017 Silicon Valley Code Camp: Instant Mobile Web
2017 Silicon Valley Code Camp: Instant Mobile Web2017 Silicon Valley Code Camp: Instant Mobile Web
2017 Silicon Valley Code Camp: Instant Mobile Web
 
Nodevember 2017: AMP Primer
Nodevember 2017: AMP PrimerNodevember 2017: AMP Primer
Nodevember 2017: AMP Primer
 
February 2018: Sustainable UX Conference
February 2018: Sustainable UX ConferenceFebruary 2018: Sustainable UX Conference
February 2018: Sustainable UX Conference
 
Amp your site an intro to accelerated mobile pages
Amp your site  an intro to accelerated mobile pagesAmp your site  an intro to accelerated mobile pages
Amp your site an intro to accelerated mobile pages
 
Amp your site: An intro to accelerated mobile pages
Amp your site: An intro to accelerated mobile pagesAmp your site: An intro to accelerated mobile pages
Amp your site: An intro to accelerated mobile pages
 
Integrating Accelerated Mobile Pages (AMP) In Drupal Websites
Integrating Accelerated Mobile Pages (AMP) In Drupal WebsitesIntegrating Accelerated Mobile Pages (AMP) In Drupal Websites
Integrating Accelerated Mobile Pages (AMP) In Drupal Websites
 
Going All-In On AMP
Going All-In On AMPGoing All-In On AMP
Going All-In On AMP
 
AMP in WordPress, the WordPress Way
AMP in WordPress, the WordPress WayAMP in WordPress, the WordPress Way
AMP in WordPress, the WordPress Way
 
Progressive Web App Challenges
Progressive Web App ChallengesProgressive Web App Challenges
Progressive Web App Challenges
 
Faster web pages
Faster web pagesFaster web pages
Faster web pages
 
Building for Your Next Billion - Google I/O 2017
Building for Your Next Billion - Google I/O 2017Building for Your Next Billion - Google I/O 2017
Building for Your Next Billion - Google I/O 2017
 
Progressive Web Apps - Overview & Getting Started
Progressive Web Apps - Overview & Getting StartedProgressive Web Apps - Overview & Getting Started
Progressive Web Apps - Overview & Getting Started
 
Planning Your Progressive Web App
Planning Your Progressive Web AppPlanning Your Progressive Web App
Planning Your Progressive Web App
 
Progressive Web Apps - Porque nativo no es significa mejor
Progressive Web Apps - Porque nativo no es significa mejorProgressive Web Apps - Porque nativo no es significa mejor
Progressive Web Apps - Porque nativo no es significa mejor
 
Building for, perceiving and measuring performance for mobile web
Building for, perceiving and measuring performance for mobile webBuilding for, perceiving and measuring performance for mobile web
Building for, perceiving and measuring performance for mobile web
 
Wordcamp 2017-toronto-sam lalonde
Wordcamp 2017-toronto-sam lalondeWordcamp 2017-toronto-sam lalonde
Wordcamp 2017-toronto-sam lalonde
 
Get AMP’ed for AMP!
Get AMP’ed for AMP!Get AMP’ed for AMP!
Get AMP’ed for AMP!
 
Progressive Web Apps – the return of the web?
Progressive Web Apps – the return of the web?Progressive Web Apps – the return of the web?
Progressive Web Apps – the return of the web?
 
Introduction to Progressive Web Applications
Introduction to Progressive Web ApplicationsIntroduction to Progressive Web Applications
Introduction to Progressive Web Applications
 
Performance and User Experience for the Web of Tomorrow
Performance and User Experience for the Web of TomorrowPerformance and User Experience for the Web of Tomorrow
Performance and User Experience for the Web of Tomorrow
 

Plus de E-Commerce Berlin EXPO

EBE 2020 Warum Amazon Advertising 2020 unverzichtbar für deinen Erfolg ist
EBE 2020 Warum Amazon Advertising 2020 unverzichtbar für deinen Erfolg istEBE 2020 Warum Amazon Advertising 2020 unverzichtbar für deinen Erfolg ist
EBE 2020 Warum Amazon Advertising 2020 unverzichtbar für deinen Erfolg istE-Commerce Berlin EXPO
 
EBE 2020 The truth behind mass customization - Unlock customization business ...
EBE 2020 The truth behind mass customization - Unlock customization business ...EBE 2020 The truth behind mass customization - Unlock customization business ...
EBE 2020 The truth behind mass customization - Unlock customization business ...E-Commerce Berlin EXPO
 
EBE 2020 Retargeting with Programmatic Advertising: Bring back customers to y...
EBE 2020 Retargeting with Programmatic Advertising: Bring back customers to y...EBE 2020 Retargeting with Programmatic Advertising: Bring back customers to y...
EBE 2020 Retargeting with Programmatic Advertising: Bring back customers to y...E-Commerce Berlin EXPO
 
EBE 2020 The Evolution of E-commerce Systems
EBE 2020 The Evolution of E-commerce SystemsEBE 2020 The Evolution of E-commerce Systems
EBE 2020 The Evolution of E-commerce SystemsE-Commerce Berlin EXPO
 
EBE 2020 1:1 Personalisierung im eCommerce - Tino Hartmann
EBE 2020 1:1 Personalisierung im eCommerce - Tino HartmannEBE 2020 1:1 Personalisierung im eCommerce - Tino Hartmann
EBE 2020 1:1 Personalisierung im eCommerce - Tino HartmannE-Commerce Berlin EXPO
 
EBE 2020 Program Management – How to influence without authority - Ramon Pall...
EBE 2020 Program Management – How to influence without authority - Ramon Pall...EBE 2020 Program Management – How to influence without authority - Ramon Pall...
EBE 2020 Program Management – How to influence without authority - Ramon Pall...E-Commerce Berlin EXPO
 
EBE 2020 Datengetriebene Insights – Erfolgsfaktor im E-Commerce und Retail - ...
EBE 2020 Datengetriebene Insights – Erfolgsfaktor im E-Commerce und Retail - ...EBE 2020 Datengetriebene Insights – Erfolgsfaktor im E-Commerce und Retail - ...
EBE 2020 Datengetriebene Insights – Erfolgsfaktor im E-Commerce und Retail - ...E-Commerce Berlin EXPO
 
EBE 2020 e-Commerce und Onlinemarketing - Erfolgreich in einer Nische - Dani...
EBE 2020  e-Commerce und Onlinemarketing - Erfolgreich in einer Nische - Dani...EBE 2020  e-Commerce und Onlinemarketing - Erfolgreich in einer Nische - Dani...
EBE 2020 e-Commerce und Onlinemarketing - Erfolgreich in einer Nische - Dani...E-Commerce Berlin EXPO
 
EBE 2020 Vom Keller zu einer der erfolgreichsten Versandapotheken Deutschlands
EBE 2020 Vom Keller zu einer der erfolgreichsten Versandapotheken DeutschlandsEBE 2020 Vom Keller zu einer der erfolgreichsten Versandapotheken Deutschlands
EBE 2020 Vom Keller zu einer der erfolgreichsten Versandapotheken DeutschlandsE-Commerce Berlin EXPO
 
EBE 2020 Profitables Skalieren von Online Shops durch Social Media Marketing
EBE 2020 Profitables Skalieren von Online Shops durch Social Media MarketingEBE 2020 Profitables Skalieren von Online Shops durch Social Media Marketing
EBE 2020 Profitables Skalieren von Online Shops durch Social Media MarketingE-Commerce Berlin EXPO
 
EBE 2020 How to expand to new markets in 100 days - Dijana Dimitrovska
EBE 2020 How to expand to new markets in 100 days - Dijana DimitrovskaEBE 2020 How to expand to new markets in 100 days - Dijana Dimitrovska
EBE 2020 How to expand to new markets in 100 days - Dijana DimitrovskaE-Commerce Berlin EXPO
 
EBE 2020 The power of AI in risk management - minimize fraud & maximize reven...
EBE 2020 The power of AI in risk management - minimize fraud & maximize reven...EBE 2020 The power of AI in risk management - minimize fraud & maximize reven...
EBE 2020 The power of AI in risk management - minimize fraud & maximize reven...E-Commerce Berlin EXPO
 
EBE 2020 Signifikante Absatzsteigerung durch die Einführung von Customer Cent...
EBE 2020 Signifikante Absatzsteigerung durch die Einführung von Customer Cent...EBE 2020 Signifikante Absatzsteigerung durch die Einführung von Customer Cent...
EBE 2020 Signifikante Absatzsteigerung durch die Einführung von Customer Cent...E-Commerce Berlin EXPO
 
EBE 2020 Payment Excellence: Mit innovativen Payment-Features die Kundenloyal...
EBE 2020 Payment Excellence: Mit innovativen Payment-Features die Kundenloyal...EBE 2020 Payment Excellence: Mit innovativen Payment-Features die Kundenloyal...
EBE 2020 Payment Excellence: Mit innovativen Payment-Features die Kundenloyal...E-Commerce Berlin EXPO
 
EBE 2020 Getting ready for PSD2 on time! How online fashion retailer Zalando ...
EBE 2020 Getting ready for PSD2 on time! How online fashion retailer Zalando ...EBE 2020 Getting ready for PSD2 on time! How online fashion retailer Zalando ...
EBE 2020 Getting ready for PSD2 on time! How online fashion retailer Zalando ...E-Commerce Berlin EXPO
 
EBE 2020 How to put the consumer in the driving seat of the European Digital ...
EBE 2020 How to put the consumer in the driving seat of the European Digital ...EBE 2020 How to put the consumer in the driving seat of the European Digital ...
EBE 2020 How to put the consumer in the driving seat of the European Digital ...E-Commerce Berlin EXPO
 
EBE 2020 The Age of Machines and How to Re-think User Experience
EBE 2020 The Age of Machines and How to Re-think User ExperienceEBE 2020 The Age of Machines and How to Re-think User Experience
EBE 2020 The Age of Machines and How to Re-think User ExperienceE-Commerce Berlin EXPO
 
EBE 2020 Wie ich das sehe. Der Erfahrungsbericht. - Kai Schotten
EBE 2020 Wie ich das sehe. Der Erfahrungsbericht. - Kai SchottenEBE 2020 Wie ich das sehe. Der Erfahrungsbericht. - Kai Schotten
EBE 2020 Wie ich das sehe. Der Erfahrungsbericht. - Kai SchottenE-Commerce Berlin EXPO
 
EBE 2020 Product & category recommendations and user personalization for a me...
EBE 2020 Product & category recommendations and user personalization for a me...EBE 2020 Product & category recommendations and user personalization for a me...
EBE 2020 Product & category recommendations and user personalization for a me...E-Commerce Berlin EXPO
 

Plus de E-Commerce Berlin EXPO (20)

EBE 2020 Warum Amazon Advertising 2020 unverzichtbar für deinen Erfolg ist
EBE 2020 Warum Amazon Advertising 2020 unverzichtbar für deinen Erfolg istEBE 2020 Warum Amazon Advertising 2020 unverzichtbar für deinen Erfolg ist
EBE 2020 Warum Amazon Advertising 2020 unverzichtbar für deinen Erfolg ist
 
EBE 2020 Get Empowered
EBE 2020 Get EmpoweredEBE 2020 Get Empowered
EBE 2020 Get Empowered
 
EBE 2020 The truth behind mass customization - Unlock customization business ...
EBE 2020 The truth behind mass customization - Unlock customization business ...EBE 2020 The truth behind mass customization - Unlock customization business ...
EBE 2020 The truth behind mass customization - Unlock customization business ...
 
EBE 2020 Retargeting with Programmatic Advertising: Bring back customers to y...
EBE 2020 Retargeting with Programmatic Advertising: Bring back customers to y...EBE 2020 Retargeting with Programmatic Advertising: Bring back customers to y...
EBE 2020 Retargeting with Programmatic Advertising: Bring back customers to y...
 
EBE 2020 The Evolution of E-commerce Systems
EBE 2020 The Evolution of E-commerce SystemsEBE 2020 The Evolution of E-commerce Systems
EBE 2020 The Evolution of E-commerce Systems
 
EBE 2020 1:1 Personalisierung im eCommerce - Tino Hartmann
EBE 2020 1:1 Personalisierung im eCommerce - Tino HartmannEBE 2020 1:1 Personalisierung im eCommerce - Tino Hartmann
EBE 2020 1:1 Personalisierung im eCommerce - Tino Hartmann
 
EBE 2020 Program Management – How to influence without authority - Ramon Pall...
EBE 2020 Program Management – How to influence without authority - Ramon Pall...EBE 2020 Program Management – How to influence without authority - Ramon Pall...
EBE 2020 Program Management – How to influence without authority - Ramon Pall...
 
EBE 2020 Datengetriebene Insights – Erfolgsfaktor im E-Commerce und Retail - ...
EBE 2020 Datengetriebene Insights – Erfolgsfaktor im E-Commerce und Retail - ...EBE 2020 Datengetriebene Insights – Erfolgsfaktor im E-Commerce und Retail - ...
EBE 2020 Datengetriebene Insights – Erfolgsfaktor im E-Commerce und Retail - ...
 
EBE 2020 e-Commerce und Onlinemarketing - Erfolgreich in einer Nische - Dani...
EBE 2020  e-Commerce und Onlinemarketing - Erfolgreich in einer Nische - Dani...EBE 2020  e-Commerce und Onlinemarketing - Erfolgreich in einer Nische - Dani...
EBE 2020 e-Commerce und Onlinemarketing - Erfolgreich in einer Nische - Dani...
 
EBE 2020 Vom Keller zu einer der erfolgreichsten Versandapotheken Deutschlands
EBE 2020 Vom Keller zu einer der erfolgreichsten Versandapotheken DeutschlandsEBE 2020 Vom Keller zu einer der erfolgreichsten Versandapotheken Deutschlands
EBE 2020 Vom Keller zu einer der erfolgreichsten Versandapotheken Deutschlands
 
EBE 2020 Profitables Skalieren von Online Shops durch Social Media Marketing
EBE 2020 Profitables Skalieren von Online Shops durch Social Media MarketingEBE 2020 Profitables Skalieren von Online Shops durch Social Media Marketing
EBE 2020 Profitables Skalieren von Online Shops durch Social Media Marketing
 
EBE 2020 How to expand to new markets in 100 days - Dijana Dimitrovska
EBE 2020 How to expand to new markets in 100 days - Dijana DimitrovskaEBE 2020 How to expand to new markets in 100 days - Dijana Dimitrovska
EBE 2020 How to expand to new markets in 100 days - Dijana Dimitrovska
 
EBE 2020 The power of AI in risk management - minimize fraud & maximize reven...
EBE 2020 The power of AI in risk management - minimize fraud & maximize reven...EBE 2020 The power of AI in risk management - minimize fraud & maximize reven...
EBE 2020 The power of AI in risk management - minimize fraud & maximize reven...
 
EBE 2020 Signifikante Absatzsteigerung durch die Einführung von Customer Cent...
EBE 2020 Signifikante Absatzsteigerung durch die Einführung von Customer Cent...EBE 2020 Signifikante Absatzsteigerung durch die Einführung von Customer Cent...
EBE 2020 Signifikante Absatzsteigerung durch die Einführung von Customer Cent...
 
EBE 2020 Payment Excellence: Mit innovativen Payment-Features die Kundenloyal...
EBE 2020 Payment Excellence: Mit innovativen Payment-Features die Kundenloyal...EBE 2020 Payment Excellence: Mit innovativen Payment-Features die Kundenloyal...
EBE 2020 Payment Excellence: Mit innovativen Payment-Features die Kundenloyal...
 
EBE 2020 Getting ready for PSD2 on time! How online fashion retailer Zalando ...
EBE 2020 Getting ready for PSD2 on time! How online fashion retailer Zalando ...EBE 2020 Getting ready for PSD2 on time! How online fashion retailer Zalando ...
EBE 2020 Getting ready for PSD2 on time! How online fashion retailer Zalando ...
 
EBE 2020 How to put the consumer in the driving seat of the European Digital ...
EBE 2020 How to put the consumer in the driving seat of the European Digital ...EBE 2020 How to put the consumer in the driving seat of the European Digital ...
EBE 2020 How to put the consumer in the driving seat of the European Digital ...
 
EBE 2020 The Age of Machines and How to Re-think User Experience
EBE 2020 The Age of Machines and How to Re-think User ExperienceEBE 2020 The Age of Machines and How to Re-think User Experience
EBE 2020 The Age of Machines and How to Re-think User Experience
 
EBE 2020 Wie ich das sehe. Der Erfahrungsbericht. - Kai Schotten
EBE 2020 Wie ich das sehe. Der Erfahrungsbericht. - Kai SchottenEBE 2020 Wie ich das sehe. Der Erfahrungsbericht. - Kai Schotten
EBE 2020 Wie ich das sehe. Der Erfahrungsbericht. - Kai Schotten
 
EBE 2020 Product & category recommendations and user personalization for a me...
EBE 2020 Product & category recommendations and user personalization for a me...EBE 2020 Product & category recommendations and user personalization for a me...
EBE 2020 Product & category recommendations and user personalization for a me...
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 

Dernier (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 

E-commerce Berlin Expo 2018 - From AMP to PWA: A Modern Web User Journey