SlideShare ist ein Scribd-Unternehmen logo
1 von 63
Downloaden Sie, um offline zu lesen
AdWords API Workshops – All rights reserved
Mobile Landing Pages
Como melhorar conversões

+Paul Matthews, Google, Inc.
*Adaptado e apresentado por Lia Carrari (google.com/+LiaCarrari)
AdWords API Workshops – All rights reserved
Agenda
+ Por que otimizar para dispositivos móveis?
+ Dispositivos Móveis na API do Adwords
+ 8 Dicas Essenciais
+ Ferramentas

AdWords API Workshops – All rights reserved
Por que otimizar
para dispositivos móveis?

AdWords API Workshops – All rights reserved
Por que otimizar para dispositivos móveis?

15%

do trafego da internet
vem de dispositivos
móveis

… e a tendência é aumentar
AdWords API Workshops – All rights reserved

http://www.kpcb.com/insights/2013-internet-trends
Por que otimizar para dispositivos móveis?

#4

é a posição do Brasil na lista
de países com maior número
de usuários de smartphones.

23%
28%
AdWords API Workshops – All rights reserved

dos planos no Brasil são
de smartphones

de crescimento Y/Y

http://www.kpcb.com/insights/2013-internet-trends
Por que otimizar para dispositivos móveis?

77%
28%

das buscas feitas em
dispositivos móveis são
em casa ou no trabalho

das buscas em dispositivos
móveis levam a conversão
(visita a loja, chamada, compra)

AdWords API Workshops – All rights reserved

55%

das conversões em compras
feitas por dispositivos móveis
ocorrem em menos de 1 hora

59%

dos consumidores acham
anúncios em dispositivos
móveis úteis

http://www.google.com/think/research-studies/creating-moments-that-matter.html
Dispositivos Móveis na
API do Adwords
Como mostrar anúncios em dispositivos móveis

AdWords API Workshops – All rights reserved
Ajuste de lance para Dispositivos Móveis
Nível da Campanha: CampaignCriterionService

Platform
+ 30001: high-end mobile
(high priority)
+ 30000: desktop (low)
+ 30002: tablet (low)
bidModifier
+ Min: 0.1 (10%)
+ Max: 4.0 (400%)
+ Opt-Out: 0 (of mobile)

Nível do Grupo de Anúncio: AdGroupBidModifierService

AdWords API Workshops – All rights reserved
Mobile Preferred

Ad.devicePreference = 30001

AdWords API Workshops – All rights reserved
Mobile Ads
AdGroupAdService

AdWords API Workshops – All rights reserved
Mobile Ads

AdWords API Workshops – All rights reserved

https://developers.google.com/adwords/api/docs/appendix/templateads?hl=en#flipcup_ad
8 Dicas Essenciais
para páginas de destino de dispositivos móveis

AdWords API Workshops – All rights reserved
1 Entregue rápido
Otmize o server-side
+ Reduza de tempo de processamento
+ Minimize redirects
+ Arquivos:
- concatene recursos
- minifique CSS e JavaScript
+ Caching
- reuse recursos

AdWords API Workshops – All rights reserved
2 Performance
+ Otimize o client-side
+ Evite processar páginas pesadas

+ Use cache
- Far-future cache

- Use DevTools

- Versionamento no

- Evite redesenhar

nome/URL do arquivo

- Eventos JavaScript
- Animações
+ CSS
- Cuidado com geradores

AdWords API Workshops – All rights reserved
3 Conteúdo completo
+ Otimize sem remover conteúdo
+ Mantenha a Consistencia!
+ JavaScript para aprimorar

AdWords API Workshops – All rights reserved
4 Adapte para a tela
+ Use design responsivo/adaptativo
+ Mobile-First
+ @media

AdWords API Workshops – All rights reserved
5 Foco no Usuário
+ Viewport
- Configure o viewport com a largura do dispositivo:
<meta name="viewport" content="width=device-width, initial-scale=1>

+ Evite entradas de texto
+ Horizontal Scrolling
+ Pinch-Zoom & Touch
+ Objeto de navegação grande
+ Legível sem fundo

AdWords API Workshops – All rights reserved
6 Acessibilidade
+ Texto em imagens
+ Use ALT

http://www.google.com/accessibility/
AdWords API Workshops – All rights reserved
7 Código Robusto
+ Muitos navegadores para testar:
- Detecte recursos - não navegadores
+ Vendor prefix
+ Trate Excessões
+ Evite gargalos
AdWords API Workshops – All rights reserved
8 Priorize Conteúdo Visível
+ “Above-the-fold”
+ Bloqueio de CSS & JS
+ < ~14KB
+ Web fonts

AdWords API Workshops – All rights reserved
Ferramentas
Para desenvolvimento em dispositivos móveis

AdWords API Workshops – All rights reserved
HTML5 Rocks
www.html5rocks.com/mobile/
+ How does your site behave?
+ Great mobile experience
+ Making your site FAST

AdWords API Workshops – All rights reserved
Debug Remoto
goo.gl/ruR5LU

AdWords API Workshops – All rights reserved
Emulador de dispositivos
goo.gl/k5cYA
+ Deselvolva sem dispositivo

AdWords API Workshops – All rights reserved
PageSpeed Insights
goo.gl/JjzS2t
+ Avaliação do seu site
+ Lista de recomendações
■

High

■

Medium

■

Low

AdWords API Workshops – All rights reserved
Recursos
HTML5 Rocks - http://www.html5rocks.com/mobile
Remote Debugging - http://goo.gl/ruR5LU
Mobile Emulation - http://goo.gl/k5cYA
Google Acessibility - http://www.google.com/accessibility/
Internet Trends 2013 - http://www.kpcb.com/insights/2013-internet-trends
Google Think - http://www.google.com/think/research-studies/creating-moments-that-matter.html

AdWords API Workshops – All rights reserved
Perguntas?

AdWords API Workshops – All rights reserved
AdWords API Workshops – All rights reserved
AdWords API Workshops – All rights reserved
AdWords API Workshops – All rights reserved
Mobile Landing Pages
How to improve conversion

+Paul Matthews, Google, Inc.

AdWords API Workshops – All rights reserved
Agenda
● Mobile in AdWords API
● 8 Essentials
● Mobile Development Tooling

AdWords API Workshops – All rights reserved
Mobile in AdWords API
How to make Ads display on mobile

AdWords API Workshops – All rights reserved
Mobile bid adjustment
● CampaignCriterionService
● AdGroupBidModifierService
○ Criterion > Platform

○ bidModifier

AdWords API Workshops – All rights reserved
Mobile Preferred

● Ad.devicePreference = 30001

AdWords API Workshops – All rights reserved
Mobile Ads
● AdGroupAdService
○ MobileAd

○ MobileImageAd

AdWords API Workshops – All rights reserved
Mobile Ads
● TemplateAd
○ App promotion ad
○ TemplateId: 353

AdWords API Workshops – All rights reserved
8 Essentials
Of mobile landing pages

AdWords API Workshops – All rights reserved
1. Deliver Faster
● Optimize server-side
○ Reduce Processing Time
○ Minimize Redirects

AdWords API Workshops – All rights reserved
1. Deliver Faster
● Files
○ Concatenate Assets
○ Minify CSS & JavaScript

● Caching
○ Re-use Assets

AdWords API Workshops – All rights reserved
Performance as Feature
● Enhance with client-side optimizations
● Avoid process heavy pages
○ Use DevTools to detect
○ Avoid repaints
○ JavaScript events & animations

AdWords API Workshops – All rights reserved
Performance as Feature
● Use the cache
○ Far-future cache
○ Change URL to break cache

● CSS
○ Beware of generators

AdWords API Workshops – All rights reserved
Full Content on All Devices
● No second-class citizens
● Consistency is King!
● JavaScript to enhance

AdWords API Workshops – All rights reserved
Adapt to the Screen
● Responsive / adaptive design
● Mobile First
○ @media & Breakpoints

AdWords API Workshops – All rights reserved
Focus on the User
● Viewport
● Avoid text entry
● Horizontal Scrolling

AdWords API Workshops – All rights reserved
Focus on the User
● Pinch-Zoom & Touch
● Large target navigation
● Readable without Background

AdWords API Workshops – All rights reserved
Make it accessible
● Text within images
● Covered by fingers

AdWords API Workshops – All rights reserved
Code for Robustness
● Too many browsers to test
○ Detect features - not browsers

● Vendor prefixes
● Catch Exceptions
● Avoid Bottlenecks
AdWords API Workshops – All rights reserved
Prioritize Visible Content
● “Above-the-fold”
● Blocking CSS & JS
● Ideally less than ~14KB
● Web fonts

AdWords API Workshops – All rights reserved
Mobile Development Tools

AdWords API Workshops – All rights reserved
HTML5 Rocks
● www.html5rocks.com/mobile/
○ How does your site behave?
○ Great mobile experience
○ Making your site FAST

AdWords API Workshops – All rights reserved
Remote Debugging
● goo.gl/ruR5LU
○ Develop on mobile

AdWords API Workshops – All rights reserved
Mobile Emulation
● goo.gl/k5cYA
○ Develop for mobile
○ No device needed

AdWords API Workshops – All rights reserved
PageSpeed Insights
● goo.gl/JjzS2t
○ Scores your page
○ Graded suggestions
■

High

■

Medium

■

Low

AdWords API Workshops – All rights reserved
Summary

AdWords API Workshops – All rights reserved
Mobile in AdWords API
● Mobile Bidding
● Mobile Preferred
● Mobile Ads

AdWords API Workshops – All rights reserved
8 Essentials (1)
● Deliver Faster
● Performance as Feature
● Full Content on All Devices
● Adapt to the Screen

AdWords API Workshops – All rights reserved
8 Essentials (2)
● Focus on the User
● Make it accessible
● Code for Robustness
● Prioritize Visible Content

AdWords API Workshops – All rights reserved
Tooling
● HTML5 Rocks
● Remote Debugging
● Mobile Emulation

AdWords API Workshops – All rights reserved
Resources
Links
HTML5 Rocks - http://www.html5rocks.com/mobile
Remote Debugging - http://goo.gl/ruR5LU
Mobile Emulation - http://goo.gl/k5cYA
AdWords API Workshops – All rights reserved
Questions?

AdWords API Workshops – All rights reserved
AdWords API Workshops – All rights reserved

Weitere ähnliche Inhalte

Ähnlich wie Mobile landing pages

Mobile Landing Pages Talk
Mobile Landing Pages TalkMobile Landing Pages Talk
Mobile Landing Pages Talkmarcwan
 
Getting started with Google Analytics and the AdWords API
Getting started with Google Analytics and the AdWords APIGetting started with Google Analytics and the AdWords API
Getting started with Google Analytics and the AdWords APImarcwan
 
Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)
Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)
Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)Ido Green
 
Getting Started with AdWords API and Google Analytics
Getting Started with AdWords API and Google AnalyticsGetting Started with AdWords API and Google Analytics
Getting Started with AdWords API and Google Analyticsmarcwan
 
Being a Product Manager for Enterprise Products by Snapchat PM
Being a Product Manager for Enterprise Products by Snapchat PMBeing a Product Manager for Enterprise Products by Snapchat PM
Being a Product Manager for Enterprise Products by Snapchat PMProduct School
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform UpdateIdo Green
 
SEO Fundamentals Outline Lecture 2
SEO Fundamentals Outline Lecture 2SEO Fundamentals Outline Lecture 2
SEO Fundamentals Outline Lecture 2Kalin Chernev
 
Geoxis iHub Pvt Ltd Profile
Geoxis iHub Pvt Ltd ProfileGeoxis iHub Pvt Ltd Profile
Geoxis iHub Pvt Ltd ProfileGeoxis
 
Mobility at SAP TDC 2014 SP
Mobility at SAP TDC 2014 SPMobility at SAP TDC 2014 SP
Mobility at SAP TDC 2014 SPRonildo Santos
 
Developer Services: Making Developers Successful
Developer Services: Making Developers SuccessfulDeveloper Services: Making Developers Successful
Developer Services: Making Developers SuccessfulApigee | Google Cloud
 
UI & API designing services infasta
UI  &  API designing services  infastaUI  &  API designing services  infasta
UI & API designing services infastaShiva Kumar
 
Company Presentation
Company PresentationCompany Presentation
Company PresentationDaksh Bhutani
 
Google Cloud Developer Challenge - GDG Belgaum
Google Cloud Developer Challenge - GDG BelgaumGoogle Cloud Developer Challenge - GDG Belgaum
Google Cloud Developer Challenge - GDG Belgaumsandeephegde
 
Top seo company Best digital agency | 3foxdigital
 Top seo company Best digital agency | 3foxdigital Top seo company Best digital agency | 3foxdigital
Top seo company Best digital agency | 3foxdigital3fox Digital
 
Top seo company Best digital agency | 3foxdigital
  Top seo company Best digital agency | 3foxdigital  Top seo company Best digital agency | 3foxdigital
Top seo company Best digital agency | 3foxdigital3fox Digital
 
best digital marketing company
best digital marketing companybest digital marketing company
best digital marketing company3fox Digital
 
best seo company Best digital agency 3foxdigital
best seo company Best digital agency  3foxdigitalbest seo company Best digital agency  3foxdigital
best seo company Best digital agency 3foxdigital3fox Digital
 

Ähnlich wie Mobile landing pages (20)

Mobile Landing Pages Talk
Mobile Landing Pages TalkMobile Landing Pages Talk
Mobile Landing Pages Talk
 
Getting started with Google Analytics and the AdWords API
Getting started with Google Analytics and the AdWords APIGetting started with Google Analytics and the AdWords API
Getting started with Google Analytics and the AdWords API
 
Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)
Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)
Entrepreneurship Tips With HTML5 & App Engine Startup Weekend (June 2012)
 
Getting Started with AdWords API and Google Analytics
Getting Started with AdWords API and Google AnalyticsGetting Started with AdWords API and Google Analytics
Getting Started with AdWords API and Google Analytics
 
Being a Product Manager for Enterprise Products by Snapchat PM
Being a Product Manager for Enterprise Products by Snapchat PMBeing a Product Manager for Enterprise Products by Snapchat PM
Being a Product Manager for Enterprise Products by Snapchat PM
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform Update
 
SEO Fundamentals Outline Lecture 2
SEO Fundamentals Outline Lecture 2SEO Fundamentals Outline Lecture 2
SEO Fundamentals Outline Lecture 2
 
Geoxis iHub Pvt Ltd Profile
Geoxis iHub Pvt Ltd ProfileGeoxis iHub Pvt Ltd Profile
Geoxis iHub Pvt Ltd Profile
 
Mobility at SAP TDC 2014 SP
Mobility at SAP TDC 2014 SPMobility at SAP TDC 2014 SP
Mobility at SAP TDC 2014 SP
 
NetTantra Web Development Brochure
NetTantra Web Development BrochureNetTantra Web Development Brochure
NetTantra Web Development Brochure
 
Developer Services: Making Developers Successful
Developer Services: Making Developers SuccessfulDeveloper Services: Making Developers Successful
Developer Services: Making Developers Successful
 
UI & API designing services infasta
UI  &  API designing services  infastaUI  &  API designing services  infasta
UI & API designing services infasta
 
Company Presentation
Company PresentationCompany Presentation
Company Presentation
 
Google Cloud Developer Challenge - GDG Belgaum
Google Cloud Developer Challenge - GDG BelgaumGoogle Cloud Developer Challenge - GDG Belgaum
Google Cloud Developer Challenge - GDG Belgaum
 
Brochure Net Tantra
Brochure Net TantraBrochure Net Tantra
Brochure Net Tantra
 
Top seo company Best digital agency | 3foxdigital
 Top seo company Best digital agency | 3foxdigital Top seo company Best digital agency | 3foxdigital
Top seo company Best digital agency | 3foxdigital
 
Top seo company Best digital agency | 3foxdigital
  Top seo company Best digital agency | 3foxdigital  Top seo company Best digital agency | 3foxdigital
Top seo company Best digital agency | 3foxdigital
 
best digital marketing company
best digital marketing companybest digital marketing company
best digital marketing company
 
best seo company Best digital agency 3foxdigital
best seo company Best digital agency  3foxdigitalbest seo company Best digital agency  3foxdigital
best seo company Best digital agency 3foxdigital
 
Busimate
Busimate Busimate
Busimate
 

Mehr von marcwan

Mcc scripts deck (日本語)
Mcc scripts deck (日本語)Mcc scripts deck (日本語)
Mcc scripts deck (日本語)marcwan
 
Bid Estimation with the AdWords API (v2)
Bid Estimation with the AdWords API (v2)Bid Estimation with the AdWords API (v2)
Bid Estimation with the AdWords API (v2)marcwan
 
Opportunity Analysis with Kratu (v2)
Opportunity Analysis with Kratu (v2)Opportunity Analysis with Kratu (v2)
Opportunity Analysis with Kratu (v2)marcwan
 
Opportunity Analysis with Kratu
Opportunity Analysis with KratuOpportunity Analysis with Kratu
Opportunity Analysis with Kratumarcwan
 
07. feeds update
07. feeds update07. feeds update
07. feeds updatemarcwan
 
AdWords API & OAuth 2.0, Advanced
AdWords API & OAuth 2.0, Advanced AdWords API & OAuth 2.0, Advanced
AdWords API & OAuth 2.0, Advanced marcwan
 
AdWords Scripts and MCC Scripting
AdWords Scripts and MCC ScriptingAdWords Scripts and MCC Scripting
AdWords Scripts and MCC Scriptingmarcwan
 
AwReporting Update
AwReporting UpdateAwReporting Update
AwReporting Updatemarcwan
 
Shopping Campaigns and AdWords API
Shopping Campaigns and AdWords APIShopping Campaigns and AdWords API
Shopping Campaigns and AdWords APImarcwan
 
API Updates for v201402
API Updates for v201402API Updates for v201402
API Updates for v201402marcwan
 
AdWords API Targeting Options
AdWords API Targeting OptionsAdWords API Targeting Options
AdWords API Targeting Optionsmarcwan
 
Reporting Tips and Tricks (Spanish)
Reporting Tips and Tricks (Spanish)Reporting Tips and Tricks (Spanish)
Reporting Tips and Tricks (Spanish)marcwan
 
Rate limits and performance (Spanish)
Rate limits and performance (Spanish)Rate limits and performance (Spanish)
Rate limits and performance (Spanish)marcwan
 
OAuth 2.0 (Spanish)
OAuth 2.0 (Spanish)OAuth 2.0 (Spanish)
OAuth 2.0 (Spanish)marcwan
 
End to-end how to build a platform (Spanish)
End to-end how to build a platform (Spanish)End to-end how to build a platform (Spanish)
End to-end how to build a platform (Spanish)marcwan
 
AwReporting tool introduction (Spanish)
AwReporting tool introduction (Spanish)AwReporting tool introduction (Spanish)
AwReporting tool introduction (Spanish)marcwan
 
Api update rundown (Spanish)
Api update rundown (Spanish)Api update rundown (Spanish)
Api update rundown (Spanish)marcwan
 
AdWords Scripts (Spanish)
AdWords Scripts (Spanish)AdWords Scripts (Spanish)
AdWords Scripts (Spanish)marcwan
 
Mobile landing pages (Spanish)
Mobile landing pages (Spanish)Mobile landing pages (Spanish)
Mobile landing pages (Spanish)marcwan
 
Rate limits and performance
Rate limits and performanceRate limits and performance
Rate limits and performancemarcwan
 

Mehr von marcwan (20)

Mcc scripts deck (日本語)
Mcc scripts deck (日本語)Mcc scripts deck (日本語)
Mcc scripts deck (日本語)
 
Bid Estimation with the AdWords API (v2)
Bid Estimation with the AdWords API (v2)Bid Estimation with the AdWords API (v2)
Bid Estimation with the AdWords API (v2)
 
Opportunity Analysis with Kratu (v2)
Opportunity Analysis with Kratu (v2)Opportunity Analysis with Kratu (v2)
Opportunity Analysis with Kratu (v2)
 
Opportunity Analysis with Kratu
Opportunity Analysis with KratuOpportunity Analysis with Kratu
Opportunity Analysis with Kratu
 
07. feeds update
07. feeds update07. feeds update
07. feeds update
 
AdWords API & OAuth 2.0, Advanced
AdWords API & OAuth 2.0, Advanced AdWords API & OAuth 2.0, Advanced
AdWords API & OAuth 2.0, Advanced
 
AdWords Scripts and MCC Scripting
AdWords Scripts and MCC ScriptingAdWords Scripts and MCC Scripting
AdWords Scripts and MCC Scripting
 
AwReporting Update
AwReporting UpdateAwReporting Update
AwReporting Update
 
Shopping Campaigns and AdWords API
Shopping Campaigns and AdWords APIShopping Campaigns and AdWords API
Shopping Campaigns and AdWords API
 
API Updates for v201402
API Updates for v201402API Updates for v201402
API Updates for v201402
 
AdWords API Targeting Options
AdWords API Targeting OptionsAdWords API Targeting Options
AdWords API Targeting Options
 
Reporting Tips and Tricks (Spanish)
Reporting Tips and Tricks (Spanish)Reporting Tips and Tricks (Spanish)
Reporting Tips and Tricks (Spanish)
 
Rate limits and performance (Spanish)
Rate limits and performance (Spanish)Rate limits and performance (Spanish)
Rate limits and performance (Spanish)
 
OAuth 2.0 (Spanish)
OAuth 2.0 (Spanish)OAuth 2.0 (Spanish)
OAuth 2.0 (Spanish)
 
End to-end how to build a platform (Spanish)
End to-end how to build a platform (Spanish)End to-end how to build a platform (Spanish)
End to-end how to build a platform (Spanish)
 
AwReporting tool introduction (Spanish)
AwReporting tool introduction (Spanish)AwReporting tool introduction (Spanish)
AwReporting tool introduction (Spanish)
 
Api update rundown (Spanish)
Api update rundown (Spanish)Api update rundown (Spanish)
Api update rundown (Spanish)
 
AdWords Scripts (Spanish)
AdWords Scripts (Spanish)AdWords Scripts (Spanish)
AdWords Scripts (Spanish)
 
Mobile landing pages (Spanish)
Mobile landing pages (Spanish)Mobile landing pages (Spanish)
Mobile landing pages (Spanish)
 
Rate limits and performance
Rate limits and performanceRate limits and performance
Rate limits and performance
 

Kürzlich hochgeladen

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Kürzlich hochgeladen (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Mobile landing pages

  • 1. AdWords API Workshops – All rights reserved
  • 2. Mobile Landing Pages Como melhorar conversões +Paul Matthews, Google, Inc. *Adaptado e apresentado por Lia Carrari (google.com/+LiaCarrari) AdWords API Workshops – All rights reserved
  • 3. Agenda + Por que otimizar para dispositivos móveis? + Dispositivos Móveis na API do Adwords + 8 Dicas Essenciais + Ferramentas AdWords API Workshops – All rights reserved
  • 4. Por que otimizar para dispositivos móveis? AdWords API Workshops – All rights reserved
  • 5. Por que otimizar para dispositivos móveis? 15% do trafego da internet vem de dispositivos móveis … e a tendência é aumentar AdWords API Workshops – All rights reserved http://www.kpcb.com/insights/2013-internet-trends
  • 6. Por que otimizar para dispositivos móveis? #4 é a posição do Brasil na lista de países com maior número de usuários de smartphones. 23% 28% AdWords API Workshops – All rights reserved dos planos no Brasil são de smartphones de crescimento Y/Y http://www.kpcb.com/insights/2013-internet-trends
  • 7. Por que otimizar para dispositivos móveis? 77% 28% das buscas feitas em dispositivos móveis são em casa ou no trabalho das buscas em dispositivos móveis levam a conversão (visita a loja, chamada, compra) AdWords API Workshops – All rights reserved 55% das conversões em compras feitas por dispositivos móveis ocorrem em menos de 1 hora 59% dos consumidores acham anúncios em dispositivos móveis úteis http://www.google.com/think/research-studies/creating-moments-that-matter.html
  • 8. Dispositivos Móveis na API do Adwords Como mostrar anúncios em dispositivos móveis AdWords API Workshops – All rights reserved
  • 9. Ajuste de lance para Dispositivos Móveis Nível da Campanha: CampaignCriterionService Platform + 30001: high-end mobile (high priority) + 30000: desktop (low) + 30002: tablet (low) bidModifier + Min: 0.1 (10%) + Max: 4.0 (400%) + Opt-Out: 0 (of mobile) Nível do Grupo de Anúncio: AdGroupBidModifierService AdWords API Workshops – All rights reserved
  • 10. Mobile Preferred Ad.devicePreference = 30001 AdWords API Workshops – All rights reserved
  • 11. Mobile Ads AdGroupAdService AdWords API Workshops – All rights reserved
  • 12. Mobile Ads AdWords API Workshops – All rights reserved https://developers.google.com/adwords/api/docs/appendix/templateads?hl=en#flipcup_ad
  • 13. 8 Dicas Essenciais para páginas de destino de dispositivos móveis AdWords API Workshops – All rights reserved
  • 14. 1 Entregue rápido Otmize o server-side + Reduza de tempo de processamento + Minimize redirects + Arquivos: - concatene recursos - minifique CSS e JavaScript + Caching - reuse recursos AdWords API Workshops – All rights reserved
  • 15. 2 Performance + Otimize o client-side + Evite processar páginas pesadas + Use cache - Far-future cache - Use DevTools - Versionamento no - Evite redesenhar nome/URL do arquivo - Eventos JavaScript - Animações + CSS - Cuidado com geradores AdWords API Workshops – All rights reserved
  • 16. 3 Conteúdo completo + Otimize sem remover conteúdo + Mantenha a Consistencia! + JavaScript para aprimorar AdWords API Workshops – All rights reserved
  • 17. 4 Adapte para a tela + Use design responsivo/adaptativo + Mobile-First + @media AdWords API Workshops – All rights reserved
  • 18. 5 Foco no Usuário + Viewport - Configure o viewport com a largura do dispositivo: <meta name="viewport" content="width=device-width, initial-scale=1> + Evite entradas de texto + Horizontal Scrolling + Pinch-Zoom & Touch + Objeto de navegação grande + Legível sem fundo AdWords API Workshops – All rights reserved
  • 19. 6 Acessibilidade + Texto em imagens + Use ALT http://www.google.com/accessibility/ AdWords API Workshops – All rights reserved
  • 20. 7 Código Robusto + Muitos navegadores para testar: - Detecte recursos - não navegadores + Vendor prefix + Trate Excessões + Evite gargalos AdWords API Workshops – All rights reserved
  • 21. 8 Priorize Conteúdo Visível + “Above-the-fold” + Bloqueio de CSS & JS + < ~14KB + Web fonts AdWords API Workshops – All rights reserved
  • 22. Ferramentas Para desenvolvimento em dispositivos móveis AdWords API Workshops – All rights reserved
  • 23. HTML5 Rocks www.html5rocks.com/mobile/ + How does your site behave? + Great mobile experience + Making your site FAST AdWords API Workshops – All rights reserved
  • 24. Debug Remoto goo.gl/ruR5LU AdWords API Workshops – All rights reserved
  • 25. Emulador de dispositivos goo.gl/k5cYA + Deselvolva sem dispositivo AdWords API Workshops – All rights reserved
  • 26. PageSpeed Insights goo.gl/JjzS2t + Avaliação do seu site + Lista de recomendações ■ High ■ Medium ■ Low AdWords API Workshops – All rights reserved
  • 27. Recursos HTML5 Rocks - http://www.html5rocks.com/mobile Remote Debugging - http://goo.gl/ruR5LU Mobile Emulation - http://goo.gl/k5cYA Google Acessibility - http://www.google.com/accessibility/ Internet Trends 2013 - http://www.kpcb.com/insights/2013-internet-trends Google Think - http://www.google.com/think/research-studies/creating-moments-that-matter.html AdWords API Workshops – All rights reserved
  • 28. Perguntas? AdWords API Workshops – All rights reserved
  • 29. AdWords API Workshops – All rights reserved
  • 30. AdWords API Workshops – All rights reserved
  • 31. AdWords API Workshops – All rights reserved
  • 32. Mobile Landing Pages How to improve conversion +Paul Matthews, Google, Inc. AdWords API Workshops – All rights reserved
  • 33. Agenda ● Mobile in AdWords API ● 8 Essentials ● Mobile Development Tooling AdWords API Workshops – All rights reserved
  • 34. Mobile in AdWords API How to make Ads display on mobile AdWords API Workshops – All rights reserved
  • 35. Mobile bid adjustment ● CampaignCriterionService ● AdGroupBidModifierService ○ Criterion > Platform ○ bidModifier AdWords API Workshops – All rights reserved
  • 36. Mobile Preferred ● Ad.devicePreference = 30001 AdWords API Workshops – All rights reserved
  • 37. Mobile Ads ● AdGroupAdService ○ MobileAd ○ MobileImageAd AdWords API Workshops – All rights reserved
  • 38. Mobile Ads ● TemplateAd ○ App promotion ad ○ TemplateId: 353 AdWords API Workshops – All rights reserved
  • 39. 8 Essentials Of mobile landing pages AdWords API Workshops – All rights reserved
  • 40. 1. Deliver Faster ● Optimize server-side ○ Reduce Processing Time ○ Minimize Redirects AdWords API Workshops – All rights reserved
  • 41. 1. Deliver Faster ● Files ○ Concatenate Assets ○ Minify CSS & JavaScript ● Caching ○ Re-use Assets AdWords API Workshops – All rights reserved
  • 42. Performance as Feature ● Enhance with client-side optimizations ● Avoid process heavy pages ○ Use DevTools to detect ○ Avoid repaints ○ JavaScript events & animations AdWords API Workshops – All rights reserved
  • 43. Performance as Feature ● Use the cache ○ Far-future cache ○ Change URL to break cache ● CSS ○ Beware of generators AdWords API Workshops – All rights reserved
  • 44. Full Content on All Devices ● No second-class citizens ● Consistency is King! ● JavaScript to enhance AdWords API Workshops – All rights reserved
  • 45. Adapt to the Screen ● Responsive / adaptive design ● Mobile First ○ @media & Breakpoints AdWords API Workshops – All rights reserved
  • 46. Focus on the User ● Viewport ● Avoid text entry ● Horizontal Scrolling AdWords API Workshops – All rights reserved
  • 47. Focus on the User ● Pinch-Zoom & Touch ● Large target navigation ● Readable without Background AdWords API Workshops – All rights reserved
  • 48. Make it accessible ● Text within images ● Covered by fingers AdWords API Workshops – All rights reserved
  • 49. Code for Robustness ● Too many browsers to test ○ Detect features - not browsers ● Vendor prefixes ● Catch Exceptions ● Avoid Bottlenecks AdWords API Workshops – All rights reserved
  • 50. Prioritize Visible Content ● “Above-the-fold” ● Blocking CSS & JS ● Ideally less than ~14KB ● Web fonts AdWords API Workshops – All rights reserved
  • 51. Mobile Development Tools AdWords API Workshops – All rights reserved
  • 52. HTML5 Rocks ● www.html5rocks.com/mobile/ ○ How does your site behave? ○ Great mobile experience ○ Making your site FAST AdWords API Workshops – All rights reserved
  • 53. Remote Debugging ● goo.gl/ruR5LU ○ Develop on mobile AdWords API Workshops – All rights reserved
  • 54. Mobile Emulation ● goo.gl/k5cYA ○ Develop for mobile ○ No device needed AdWords API Workshops – All rights reserved
  • 55. PageSpeed Insights ● goo.gl/JjzS2t ○ Scores your page ○ Graded suggestions ■ High ■ Medium ■ Low AdWords API Workshops – All rights reserved
  • 56. Summary AdWords API Workshops – All rights reserved
  • 57. Mobile in AdWords API ● Mobile Bidding ● Mobile Preferred ● Mobile Ads AdWords API Workshops – All rights reserved
  • 58. 8 Essentials (1) ● Deliver Faster ● Performance as Feature ● Full Content on All Devices ● Adapt to the Screen AdWords API Workshops – All rights reserved
  • 59. 8 Essentials (2) ● Focus on the User ● Make it accessible ● Code for Robustness ● Prioritize Visible Content AdWords API Workshops – All rights reserved
  • 60. Tooling ● HTML5 Rocks ● Remote Debugging ● Mobile Emulation AdWords API Workshops – All rights reserved
  • 61. Resources Links HTML5 Rocks - http://www.html5rocks.com/mobile Remote Debugging - http://goo.gl/ruR5LU Mobile Emulation - http://goo.gl/k5cYA AdWords API Workshops – All rights reserved
  • 62. Questions? AdWords API Workshops – All rights reserved
  • 63. AdWords API Workshops – All rights reserved