SlideShare a Scribd company logo
1 of 62
Download to read offline
Deep linking
@AlexJubien
@AlexJubien
Pioneer of mobile development
2003 - 2007
Games
2003 - 2007
Games Apps
Deezer
2008 - 2012
(main competitor of Spotify)
Deezer Viadeo
2008 - 2012
(main competitor of Spotify) (main competitor of Linkedin)
ThinkMobile
Mobile Strategy Consulting
2010 at Deezer:
Project ‘Url Handler’
The issue
Why does it happen?
HTTP URLs are not supported by apps
/ no standard format for URL in apps
Why does it happen?
HTTP URLs are not supported by apps
/ no standard format for URL in apps
=> Deep linking is the solution
What the hell is
deep linking?
What the hell is
deep linking?
A way to open an app directly
to a specific section or content,
thanks to a link
Example: specific ad
Your appAnother app
Ad2App
Your app
What Deep Linking allows:
Ad2App
SMS2App
Your app
StockApp : CLGC –
10%, wanna buy?
http://stockapp.com/
12345
What Deep Linking allows:
Ad2App
SMS2App
QR2App
Your app
StockApp : CLGC –
10%, wanna buy?
http://stockapp.com/
12345
What Deep Linking allows:
Ad2App
Email2App
SMS2App
QR2App
Your app
StockApp : CLGC –
10%, wanna buy?
http://stockapp.com/
12345
What Deep Linking allows:
Ad2App
Web2App
Email2App
SMS2App
QR2App
Your app
StockApp : CLGC –
10%, wanna buy?
http://stockapp.com/
12345
What Deep Linking allows:
Ad2App
Social2App
Web2App
Email2App
SMS2App
QR2App
Your app
StockApp : CLGC –
10%, wanna buy?
http://stockapp.com/
12345
What Deep Linking allows:
What Deep Linking allows:
Ad2App
App2App
Social2App
Web2App
Email2App
SMS2App
QR2App
Your app
StockApp : CLGC –
10%, wanna buy?
http://stockapp.com/
12345
Deep Linking
=
Everything2App
Leverage your digital marketing
efforts also for your apps
How it works
/ Url Scheme
Url Scheme
A technical mechanism to launch an app,
with parameters
myapp://myparameters?yy=zz
Url Scheme
A technical mechanism to launch an app,
with parameters
myapp://myparameters?yy=zz
Ex.: fb://, skype://, deezer://, spotify://, …
Url Scheme
twitter://user?screen_name=AlexJubien
QR Code made with
Issues
•  Not a standard
•  Not multi-platform
•  Not a HTTP url / crappy fail when not
handled:
•  Desktop web browser
•  App is not installed
•  …
How it works
/ Flow
Click	
  
Desktop	
  web	
  
Mobile?	
  
Yes	
  
No	
  
Analyze	
  	
  
User	
  Agent	
  
www.myDomain.com/content/xyz	
  
App	
  Store	
  
App	
  
Installed
?	
  
No	
  
IOS	
  /	
  
Android	
  
?	
  
Google	
  Play	
  
Android	
  
iOS	
  
Android	
  URL	
  
Intent	
  Filter	
  
App	
  Store	
  
App	
  
Installed
?	
  
Yes	
  
No	
  
IOS	
  /	
  
Android	
  
?	
  
Google	
  Play	
  
IOS	
  /	
  
Android	
  
?	
  
Android	
  
iOS	
  
Web	
  redirect	
  
myApp://content/xyz	
  
iOS	
  
Android	
  
Focus: Social2App
/ Growth Hacking
Viral mechanics
Production ! Consumption
Viral mechanics
Production ! Consumption
Features in product lead
users to share contents on
social networks
Viral mechanics
Production ! Consumption
Features in product lead
users to share contents on
social networks
Consumption of these
contents generates
acquisition or retention
(and thus more production)
=> Benefits both for users
and for the digital service
Viral mechanics
Production ! Consumption
Features in product lead
users to share contents on
social networks
Consumption of these
contents generates
acquisition or retention
(and thus more production)
Social2App
Download Deezer
Launch app
Social2App
AppStore	
  
Download Deezer
Launch app
INSTALL
Sharings generates downloads
Social2App
AppStore	
  
App	
  
Download Deezer
Launch app
INSTALL
and re-engagement
Social2App
AppStore	
  
App	
  
Cookie used to
record choice
Download Deezer
Launch app
INSTALL
iOS Smart App Banner
•  Allows deep linking
•  But quite no publisher do
it right!
•  Not multi-platform
•  Can’t remember choice
Resources
Related frameworks / tools
(acquired by Yahoo!)
APPURL
URX
Related frameworks / tools
(acquired by Yahoo!)
Do you really need them?
=> at least, ensure your techies study them
APPURL
URX
Facebook / App Links
Facebook doc
Twitter App Card
•  Proprietary mechanisms
for rich media formats in
their native apps
•  Twitter doc
Google App Indexing
Search results on Android open app directly!
(doc)
Deferred Deep Linking
•  Uses ad tracking technologies
•  Allows to open app directly to the right
content or section at 1st launch AFTER
INSTALL
•  Tapstream tech / Article
•  Quixey / AppUrl:
‘The Problem’ (part 1) – Article
•  Quixey / AppUrl:
‘The Solution’ (part 2) – Article
Some articles
•  Quixey / AppUrl:
‘The Problem’ (part 1) – Article
•  Quixey / AppUrl:
‘The Solution’ (part 2) – Article
•  HasOffers:
‘Past, present and future of mobile marketing’ – Article
•  Facebook:
‘An industry standard for linking on mobile’ – Article
•  AppTweak:
‘The future of deep linking from app to app’ – Article
Some articles
Recommendations
Simple and cheap
•  Rely on your website (desktop or mobile)
•  Implement iOS Smart App banner (the
right way!)
•  Use intent filter on Android
Simple and cheap
•  Rely on your website (desktop or mobile)
•  Implement iOS Smart App banner (the
right way!)
•  Use intent filter on Android
•  Suboptimal, many issues (UX, not flexible,
not suited for ads, bad tracking, …)
•  Costs on app side, quite no maintenance
Advanced
•  Want to get big on mobile?
=> Grab your techies and build your own
deep linking routing platform!
•  Remember UX should prevail
Advanced
•  Want to get big on mobile?
=> Grab your techies and build your own
deep linking routing platform!
•  Remember UX should prevail
•  Add support for FB App Links, Twitter App
Cards, Google App Indexing
•  Use these slides as your cookbook!
For your techies
Tricky points
•  App has to be able to launch on any
section or content
•  Nicely handle what is supported… and
what isn’t! (implement a fallback? – at
least, track failures)
•  Fragmentation and maintenance
•  Proper tracking is hard to build!
•  Particular case when app is uninstalled
Reco on URL Scheme
•  AppURL recommends not using schemes
like yelp, imdb or spotify. These schemes
may look nice, but there's no system for
avoiding naming conflicts with them.
•  Instead, AppURL recommends you use
your website's (sub)domain as your
scheme.
Crappy tinkering
•  To detect if app in installed from Javascript :
"  http://stackoverflow.com/questions/1108693/is-it-possible-to-register-
a-httpdomain-based-url-scheme-for-iphone-apps-like/
1109200#1109200
"  http://stackoverflow.com/questions/13044805/how-to-check-if-an-
app-is-installed-from-a-web-page-on-an-iphone
"  http://jesseditson.com/clean-ish-mobile-web-deep-linking-for-ios-
and-android
"  http://fokkezb.nl/2013/09/20/url-schemes-for-ios-and-android-2/
Various
•  A directory of URLSchemes:
http://handleopenurl.com/
•  A proxy-standard for app to app
communication / using part of an app in
another one: http://x-callback-url.com/

More Related Content

What's hot

Hybrid vs Native Mobile App. Decide in 5 minutes!
Hybrid vs Native Mobile App. Decide in 5 minutes!Hybrid vs Native Mobile App. Decide in 5 minutes!
Hybrid vs Native Mobile App. Decide in 5 minutes!July Systems
 
Native vs Hybrid - Options to develop your mobile application
Native vs Hybrid - Options to develop your mobile applicationNative vs Hybrid - Options to develop your mobile application
Native vs Hybrid - Options to develop your mobile applicationLoic Ortola
 
Hybrid app development
Hybrid app developmentHybrid app development
Hybrid app developmentHarshul Shah
 
Indexing on Fire: Google Firebase Native & Web App Indexing - MozCon 2016
Indexing on Fire: Google Firebase Native & Web App Indexing - MozCon 2016Indexing on Fire: Google Firebase Native & Web App Indexing - MozCon 2016
Indexing on Fire: Google Firebase Native & Web App Indexing - MozCon 2016MobileMoxie
 
Native vs Hybrid Apps
Native vs Hybrid AppsNative vs Hybrid Apps
Native vs Hybrid AppsAppinventiv
 
dotFes KYOTO - スマホ開発にAIR & PhoneGapを勧める5つの理由
dotFes KYOTO - スマホ開発にAIR & PhoneGapを勧める5つの理由dotFes KYOTO - スマホ開発にAIR & PhoneGapを勧める5つの理由
dotFes KYOTO - スマホ開発にAIR & PhoneGapを勧める5つの理由Andy Hall
 
Introduction to hybrid application development
Introduction to hybrid application developmentIntroduction to hybrid application development
Introduction to hybrid application developmentKunjan Thakkar
 
Emily Grossman App Indexing SMX West 2017
Emily Grossman App Indexing SMX West 2017Emily Grossman App Indexing SMX West 2017
Emily Grossman App Indexing SMX West 2017MobileMoxie
 
iOS & Android App Indexing & App Actions
iOS & Android App Indexing & App ActionsiOS & Android App Indexing & App Actions
iOS & Android App Indexing & App ActionsJustin Briggs
 
Firebase App-Indexing - SMX London 2016
Firebase App-Indexing - SMX London 2016Firebase App-Indexing - SMX London 2016
Firebase App-Indexing - SMX London 2016David Iwanow
 
如何變成iOS App開發魔法師
如何變成iOS App開發魔法師如何變成iOS App開發魔法師
如何變成iOS App開發魔法師彼得潘 Pan
 
Max2013 rejected apps presentation
Max2013   rejected apps presentationMax2013   rejected apps presentation
Max2013 rejected apps presentationMichael Chaize
 
Debugging and Tuning Mobile Web Sites with Modern Web Browsers
Debugging and Tuning Mobile Web Sites with Modern Web BrowsersDebugging and Tuning Mobile Web Sites with Modern Web Browsers
Debugging and Tuning Mobile Web Sites with Modern Web BrowsersTroy Miles
 
Everything you need to know about native application development
Everything you need to know about native application developmentEverything you need to know about native application development
Everything you need to know about native application developmentI-Verve Inc
 
Deep linking slides
Deep linking slidesDeep linking slides
Deep linking slidesPersonagraph
 
From mobile browser to mobile app
From mobile browser to mobile appFrom mobile browser to mobile app
From mobile browser to mobile appRyan Stewart
 
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015Suzzicks
 
Google-IO-Presentation
Google-IO-PresentationGoogle-IO-Presentation
Google-IO-PresentationLeo Chen
 

What's hot (20)

Native vs. Hybrid Apps
Native vs. Hybrid AppsNative vs. Hybrid Apps
Native vs. Hybrid Apps
 
Hybrid vs Native Mobile App. Decide in 5 minutes!
Hybrid vs Native Mobile App. Decide in 5 minutes!Hybrid vs Native Mobile App. Decide in 5 minutes!
Hybrid vs Native Mobile App. Decide in 5 minutes!
 
Native vs Hybrid - Options to develop your mobile application
Native vs Hybrid - Options to develop your mobile applicationNative vs Hybrid - Options to develop your mobile application
Native vs Hybrid - Options to develop your mobile application
 
Hybrid app development
Hybrid app developmentHybrid app development
Hybrid app development
 
Indexing on Fire: Google Firebase Native & Web App Indexing - MozCon 2016
Indexing on Fire: Google Firebase Native & Web App Indexing - MozCon 2016Indexing on Fire: Google Firebase Native & Web App Indexing - MozCon 2016
Indexing on Fire: Google Firebase Native & Web App Indexing - MozCon 2016
 
Native vs Hybrid Apps
Native vs Hybrid AppsNative vs Hybrid Apps
Native vs Hybrid Apps
 
dotFes KYOTO - スマホ開発にAIR & PhoneGapを勧める5つの理由
dotFes KYOTO - スマホ開発にAIR & PhoneGapを勧める5つの理由dotFes KYOTO - スマホ開発にAIR & PhoneGapを勧める5つの理由
dotFes KYOTO - スマホ開発にAIR & PhoneGapを勧める5つの理由
 
Introduction to hybrid application development
Introduction to hybrid application developmentIntroduction to hybrid application development
Introduction to hybrid application development
 
Emily Grossman App Indexing SMX West 2017
Emily Grossman App Indexing SMX West 2017Emily Grossman App Indexing SMX West 2017
Emily Grossman App Indexing SMX West 2017
 
iOS & Android App Indexing & App Actions
iOS & Android App Indexing & App ActionsiOS & Android App Indexing & App Actions
iOS & Android App Indexing & App Actions
 
Google App indexing
Google App indexingGoogle App indexing
Google App indexing
 
Firebase App-Indexing - SMX London 2016
Firebase App-Indexing - SMX London 2016Firebase App-Indexing - SMX London 2016
Firebase App-Indexing - SMX London 2016
 
如何變成iOS App開發魔法師
如何變成iOS App開發魔法師如何變成iOS App開發魔法師
如何變成iOS App開發魔法師
 
Max2013 rejected apps presentation
Max2013   rejected apps presentationMax2013   rejected apps presentation
Max2013 rejected apps presentation
 
Debugging and Tuning Mobile Web Sites with Modern Web Browsers
Debugging and Tuning Mobile Web Sites with Modern Web BrowsersDebugging and Tuning Mobile Web Sites with Modern Web Browsers
Debugging and Tuning Mobile Web Sites with Modern Web Browsers
 
Everything you need to know about native application development
Everything you need to know about native application developmentEverything you need to know about native application development
Everything you need to know about native application development
 
Deep linking slides
Deep linking slidesDeep linking slides
Deep linking slides
 
From mobile browser to mobile app
From mobile browser to mobile appFrom mobile browser to mobile app
From mobile browser to mobile app
 
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
 
Google-IO-Presentation
Google-IO-PresentationGoogle-IO-Presentation
Google-IO-Presentation
 

Viewers also liked

Taptica: A Leading Performance Based Mobile Ad Network
Taptica: A Leading Performance Based  Mobile Ad Network Taptica: A Leading Performance Based  Mobile Ad Network
Taptica: A Leading Performance Based Mobile Ad Network Jennifer Thompson
 
Mobile Advertising: Finding Your Balance Point
Mobile Advertising: Finding Your Balance PointMobile Advertising: Finding Your Balance Point
Mobile Advertising: Finding Your Balance PointTaptica
 
Mobile DSPs Landscape
Mobile DSPs LandscapeMobile DSPs Landscape
Mobile DSPs LandscapeSoko Media
 
【公開用】アプリ向けDSP Tapticaをフル活用して 最大の成果を出す方法 @アド部 イスラエルモバイルアドテクセミナー
【公開用】アプリ向けDSP Tapticaをフル活用して 最大の成果を出す方法 @アド部 イスラエルモバイルアドテクセミナー【公開用】アプリ向けDSP Tapticaをフル活用して 最大の成果を出す方法 @アド部 イスラエルモバイルアドテクセミナー
【公開用】アプリ向けDSP Tapticaをフル活用して 最大の成果を出す方法 @アド部 イスラエルモバイルアドテクセミナーAdinnovation Inc.
 

Viewers also liked (6)

Taptica: A Leading Performance Based Mobile Ad Network
Taptica: A Leading Performance Based  Mobile Ad Network Taptica: A Leading Performance Based  Mobile Ad Network
Taptica: A Leading Performance Based Mobile Ad Network
 
Adrienne gauldie-london-mobile
Adrienne gauldie-london-mobileAdrienne gauldie-london-mobile
Adrienne gauldie-london-mobile
 
Smartphone landscape
Smartphone landscapeSmartphone landscape
Smartphone landscape
 
Mobile Advertising: Finding Your Balance Point
Mobile Advertising: Finding Your Balance PointMobile Advertising: Finding Your Balance Point
Mobile Advertising: Finding Your Balance Point
 
Mobile DSPs Landscape
Mobile DSPs LandscapeMobile DSPs Landscape
Mobile DSPs Landscape
 
【公開用】アプリ向けDSP Tapticaをフル活用して 最大の成果を出す方法 @アド部 イスラエルモバイルアドテクセミナー
【公開用】アプリ向けDSP Tapticaをフル活用して 最大の成果を出す方法 @アド部 イスラエルモバイルアドテクセミナー【公開用】アプリ向けDSP Tapticaをフル活用して 最大の成果を出す方法 @アド部 イスラエルモバイルアドテクセミナー
【公開用】アプリ向けDSP Tapticaをフル活用して 最大の成果を出す方法 @アド部 イスラエルモバイルアドテクセミナー
 

Similar to Alex jubien-think mobile

Deep linking at App Promotion Summit
Deep linking at App Promotion SummitDeep linking at App Promotion Summit
Deep linking at App Promotion SummitAlexandre Jubien
 
Mobile Apps - Where's the beef
Mobile Apps - Where's the beefMobile Apps - Where's the beef
Mobile Apps - Where's the beefcompuccino
 
How App Indexation Works
How App Indexation WorksHow App Indexation Works
How App Indexation WorksSerenaPearson2
 
Insights on Android App Development, Marketing and Monetization
Insights on Android App Development, Marketing and MonetizationInsights on Android App Development, Marketing and Monetization
Insights on Android App Development, Marketing and MonetizationJayneel Patel
 
Hire Ionic Developer to Build Cross-platform, Feature-rich, and most advanced...
Hire Ionic Developer to Build Cross-platform, Feature-rich, and most advanced...Hire Ionic Developer to Build Cross-platform, Feature-rich, and most advanced...
Hire Ionic Developer to Build Cross-platform, Feature-rich, and most advanced...Katy Slemon
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application developmentKnoldus Inc.
 
Prototype Development in Mobile-Learning Design Research
Prototype Development in Mobile-Learning Design ResearchPrototype Development in Mobile-Learning Design Research
Prototype Development in Mobile-Learning Design ResearchAlan Foley
 
Native v s hybrid
Native v s hybridNative v s hybrid
Native v s hybridKelly Ston
 
Native, Web App, or Hybrid: Which Should You Choose?
Native, Web App, or Hybrid: Which Should You Choose?Native, Web App, or Hybrid: Which Should You Choose?
Native, Web App, or Hybrid: Which Should You Choose?Softweb Solutions
 
How to Build a Nonprofit Mobile App To Engage Supporters
How to Build a Nonprofit Mobile App To Engage SupportersHow to Build a Nonprofit Mobile App To Engage Supporters
How to Build a Nonprofit Mobile App To Engage SupportersTechSoup
 
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPIntroduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPKeyLimeTie
 
Mobile Design for Instructional Designers
Mobile Design for Instructional DesignersMobile Design for Instructional Designers
Mobile Design for Instructional DesignersBrandon Carson
 
DroidCon 2011: Developing HTML5 and hybrid Android apps using Phonegap
DroidCon 2011: Developing HTML5 and hybrid Android apps using PhonegapDroidCon 2011: Developing HTML5 and hybrid Android apps using Phonegap
DroidCon 2011: Developing HTML5 and hybrid Android apps using PhonegapAyushman Jain
 
Aso prepared by Mr.Mohammed Neamatallah
Aso prepared by Mr.Mohammed NeamatallahAso prepared by Mr.Mohammed Neamatallah
Aso prepared by Mr.Mohammed NeamatallahMobdoo
 
Preparing for Release to the App Store
Preparing for Release to the App StorePreparing for Release to the App Store
Preparing for Release to the App StoreGeoffrey Goetz
 
Mobile Enablement And Intelligence
Mobile Enablement And IntelligenceMobile Enablement And Intelligence
Mobile Enablement And IntelligenceRashmika Nawaratne
 

Similar to Alex jubien-think mobile (20)

Deep linking at App Promotion Summit
Deep linking at App Promotion SummitDeep linking at App Promotion Summit
Deep linking at App Promotion Summit
 
Presentation
PresentationPresentation
Presentation
 
Mobile Apps - Where's the beef
Mobile Apps - Where's the beefMobile Apps - Where's the beef
Mobile Apps - Where's the beef
 
How App Indexation Works
How App Indexation WorksHow App Indexation Works
How App Indexation Works
 
Insights on Android App Development, Marketing and Monetization
Insights on Android App Development, Marketing and MonetizationInsights on Android App Development, Marketing and Monetization
Insights on Android App Development, Marketing and Monetization
 
Hybrid Mobile App
Hybrid Mobile AppHybrid Mobile App
Hybrid Mobile App
 
Hybrid mobile app
Hybrid mobile appHybrid mobile app
Hybrid mobile app
 
Mobile apps slideshareversion
Mobile apps slideshareversionMobile apps slideshareversion
Mobile apps slideshareversion
 
Hire Ionic Developer to Build Cross-platform, Feature-rich, and most advanced...
Hire Ionic Developer to Build Cross-platform, Feature-rich, and most advanced...Hire Ionic Developer to Build Cross-platform, Feature-rich, and most advanced...
Hire Ionic Developer to Build Cross-platform, Feature-rich, and most advanced...
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application development
 
Prototype Development in Mobile-Learning Design Research
Prototype Development in Mobile-Learning Design ResearchPrototype Development in Mobile-Learning Design Research
Prototype Development in Mobile-Learning Design Research
 
Native v s hybrid
Native v s hybridNative v s hybrid
Native v s hybrid
 
Native, Web App, or Hybrid: Which Should You Choose?
Native, Web App, or Hybrid: Which Should You Choose?Native, Web App, or Hybrid: Which Should You Choose?
Native, Web App, or Hybrid: Which Should You Choose?
 
How to Build a Nonprofit Mobile App To Engage Supporters
How to Build a Nonprofit Mobile App To Engage SupportersHow to Build a Nonprofit Mobile App To Engage Supporters
How to Build a Nonprofit Mobile App To Engage Supporters
 
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPIntroduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
 
Mobile Design for Instructional Designers
Mobile Design for Instructional DesignersMobile Design for Instructional Designers
Mobile Design for Instructional Designers
 
DroidCon 2011: Developing HTML5 and hybrid Android apps using Phonegap
DroidCon 2011: Developing HTML5 and hybrid Android apps using PhonegapDroidCon 2011: Developing HTML5 and hybrid Android apps using Phonegap
DroidCon 2011: Developing HTML5 and hybrid Android apps using Phonegap
 
Aso prepared by Mr.Mohammed Neamatallah
Aso prepared by Mr.Mohammed NeamatallahAso prepared by Mr.Mohammed Neamatallah
Aso prepared by Mr.Mohammed Neamatallah
 
Preparing for Release to the App Store
Preparing for Release to the App StorePreparing for Release to the App Store
Preparing for Release to the App Store
 
Mobile Enablement And Intelligence
Mobile Enablement And IntelligenceMobile Enablement And Intelligence
Mobile Enablement And Intelligence
 

More from App Promotion Summit Conference

More from App Promotion Summit Conference (20)

Tom leclerc-wooga
Tom leclerc-woogaTom leclerc-wooga
Tom leclerc-wooga
 
Stefan bielau-dynamo-partners
Stefan bielau-dynamo-partnersStefan bielau-dynamo-partners
Stefan bielau-dynamo-partners
 
Simon kendall-adjust
Simon kendall-adjustSimon kendall-adjust
Simon kendall-adjust
 
Patrick kane-priori-data
Patrick kane-priori-dataPatrick kane-priori-data
Patrick kane-priori-data
 
Patrick haig-tune
Patrick haig-tunePatrick haig-tune
Patrick haig-tune
 
Mick rigby-yodel-mobile
Mick rigby-yodel-mobileMick rigby-yodel-mobile
Mick rigby-yodel-mobile
 
Michael puriz-app lift
Michael puriz-app liftMichael puriz-app lift
Michael puriz-app lift
 
Marie steinthaler-hopster
Marie steinthaler-hopsterMarie steinthaler-hopster
Marie steinthaler-hopster
 
Lele canfora-lovoo
Lele canfora-lovooLele canfora-lovoo
Lele canfora-lovoo
 
Julia pleschke-smoonr
Julia pleschke-smoonrJulia pleschke-smoonr
Julia pleschke-smoonr
 
Georg nietsch-gutefrage.net
Georg nietsch-gutefrage.netGeorg nietsch-gutefrage.net
Georg nietsch-gutefrage.net
 
Eric garcia-fiksu
Eric garcia-fiksuEric garcia-fiksu
Eric garcia-fiksu
 
Andy carvell-sound cloud
Andy carvell-sound cloudAndy carvell-sound cloud
Andy carvell-sound cloud
 
Stefan bielau-dynamo-partners
Stefan bielau-dynamo-partnersStefan bielau-dynamo-partners
Stefan bielau-dynamo-partners
 
Simon kendall-adjust
Simon kendall-adjustSimon kendall-adjust
Simon kendall-adjust
 
Sylvain gauchet-apptaimin
Sylvain gauchet-apptaiminSylvain gauchet-apptaimin
Sylvain gauchet-apptaimin
 
Benjamin hansz-fiksu
Benjamin hansz-fiksuBenjamin hansz-fiksu
Benjamin hansz-fiksu
 
Martin macmillan-pollen
Martin macmillan-pollenMartin macmillan-pollen
Martin macmillan-pollen
 
Aps london 2014 opening slides
Aps london 2014 opening slidesAps london 2014 opening slides
Aps london 2014 opening slides
 
Mick rigby-yodel-mobile
Mick rigby-yodel-mobileMick rigby-yodel-mobile
Mick rigby-yodel-mobile
 

Alex jubien-think mobile