SlideShare ist ein Scribd-Unternehmen logo
1 von 53
Downloaden Sie, um offline zu lesen
gilles@thefamily.co
How to use

Google Analytics
analytics.jsga.js
How does it work?
analytics.js
google-analytics.com
mywebsite.com
You
User
This is a User!
692956160.
1419847796
Hits
• A Hit is basically a call to Google Analytics,

triggered by the javascript embedded into

your page:
• ga('send', ‘pageview');
• ga('send', 'event', 'button', ‘click’);
• During these hits, Google will also record

information known by your browser, such as

cookie_id, language, screen size,

browser type, etc…
• Everything else is calculations! google-analytics.com
analytics.js
692956160
1419847796
Check Your Implementation!
• Use Real-Time view
• (Do not use privacy
protecting tool!)
• Add Google Analytics
Debugger Google Chrome
extension
• Check GA is installed on
every page (including 404!)
https://www.google.com/analytics/partners/search/apps?
category=114
Pageviews
Goals
Segments
Events
Sessions
Pageviews
Goals
Segments
Events
Sessions
Pageviews
• Hits :
• Triggered for each page a user sees
Pageviews
What a “Pageview” really is?
• No magic: a pageview is recorded

when this script is executed:
ga('send', ‘pageview’);
• This is in default code provided by Google

to be implemented in all your pages
• A page can be virtual (useful if you manage a

full js web-app)!
ga('send', ‘pageview’, ‘/myVirtualPage’);
Pageviews
Pageviews
Goals
Segments
Events
Sessions
• Hits : triggered each time a user does something you want to track
• Play / Pause video
• Download a whitepaper
• Account creation
• Outgoing links
• Error tracking
• Duration tracking
Events
Events
What an event really is?
• No magic: an event is recorded

when this script is executed:
ga('send', 'event', 

category,

action,

label,

Value,

interaction

);
• You are in charge of implementing them
‘Video’
‘Play’
‘Joe birthday’
0
true
Events
Pageviews
Goals
Segments
Events
Sessions
Sessions
• Session :
• Triggered “each time” a user comes (back) to your site
Sessions
What a “Session” really is?
692956160.
141984779
264784636.
326472677
198746378.
377492784
159279389.
427837882
• Interactions
grouped because
they took place on
your website
within a given time
frame
• A session closes
• after 30 min of
inactivity
• after midnight
• campaign_sour
ce changed
Sessions
Pageviews
Goals
Segments
Events
Sessions
• Measure :
• Account creations
• Transactions
• Share on social networks
• Newsletter subscription
• Comments written
• Page duration
Goals
Define a goal
Define a goal
Define a goal
pas de
domaine
= | début | regex
Define a goal
Beware

case-sensitive
Example:
with regular expression ^/zone(-fr$|-es$)/, the objective is reached
with user visits /zone-fr ou /zone-es
To test a regular expression:
https://support.google.com/analytics/answer/1034324?hl=fr
Define a goal
Goals
Pageviews
Goals
Segments
Events
Sessions
Segments
• Analyze :
• behaviour of different groups 

of users/sessions
Predefined Segments
Example of recommended analyzes
Cohorts (beta)
Pageviews
Goals
Segments
Events
Sessions
Configuration
Company Product Analyses
Account Configuration
Account Configuration
Property Configuration
View Configuration
Create new views - do not modify the default one
exclude crawling robots, define your timezone
Exclude traffic from your IPs or from your dev website
Activate e-commerce option
Others
Pageviews
Goals
Segments
Events
Sessions
Time spent on a page
• Send events for outgoing links
• Send events every 10 seconds
<script> trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'hitCallback':function () {document.location = url;}});
}; </script>
• Time spent on a page A = duration
between pageview A and
• next (different) pageview
• last hit
• Time spent on session’s last page: 0s
<a href=“#"
onclick=”trackOutboundLink(‘http://
www.google.com’); return
false;">google.com</a>
Campaign tracking
• As soon as you build external links to your website, use
• utm_source
• utm_medium
• um_campaign
• utm_content
• example:
http://store.example.com/boots?utm_source=ad_facebook
&utm_medium=display&utm_campaign=january_promo &utm_content=copy_variation1
https://support.google.com/analytics/answer/6205762?hl=en
Where does it come from?
How does it come from?
Which occasion?
Which variation?
Funnels
• Discover at which step your users are
leaving
Data Alerts
http://cutroni.com/blog/2012/01/04/save-your-ass-with-google-
analytics-data-alerts/
Annotations
• Site modifications
• GA implementation modifications
• Technical difficulties
• PR
• External event (Google algo changes)
• Whatever can impact your data
Demographics
• you need at least a minimal level of activities
• To be activated in your property settings
• javascript code need to be modified (ga('require', 'displayfeatures');)
Interests
Custom Values
To send to Google Analytics your own data
ga('send', 'pageview', {

‘dimension5': ‘<?=$user_id?>'

});
Traps
Most common difficulties
• Sub-domains : warning if you use old version of google
analytics
• Trafic source: 6 mois per default!
• Conversion : 1 / objective / session
• No easy way to see individual behavior
• Sampling
• Payment on third-parties platform
gilles@thefamily.co
Enjoy your flight!

Weitere ähnliche Inhalte

Was ist angesagt?

Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google AnalyticsManeesh Choudhary
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google AnalyticstheCodery
 
What Is Google Analytics
What Is Google AnalyticsWhat Is Google Analytics
What Is Google AnalyticsReema
 
An Introduction To Google Analytics
An Introduction To Google AnalyticsAn Introduction To Google Analytics
An Introduction To Google AnalyticsGlobal Media Insight
 
Google Analytics
Google AnalyticsGoogle Analytics
Google Analyticsggeminiee
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google AnalyticsMeraj Faheem
 
Introduction to Google Analytics by Katherine Mancuso
Introduction to Google Analytics by Katherine MancusoIntroduction to Google Analytics by Katherine Mancuso
Introduction to Google Analytics by Katherine MancusoEast Bay WordPress Meetup
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google AnalyticsArjun Parekh
 
Analytics for ux - public
Analytics for ux  - publicAnalytics for ux  - public
Analytics for ux - publicLuke Hay
 
Google Analytics: Introduction & User Training
Google Analytics: Introduction & User TrainingGoogle Analytics: Introduction & User Training
Google Analytics: Introduction & User TrainingMatt Trimmer
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overviewtradocaj
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google AnalyticsCecilie Burleson
 
HOW TO USE GOOGLE ANALYTICS BEHAVIOR TO OPTIMIZE YOUR CONTENT
HOW TO USE GOOGLE ANALYTICS BEHAVIOR TO OPTIMIZE YOUR CONTENTHOW TO USE GOOGLE ANALYTICS BEHAVIOR TO OPTIMIZE YOUR CONTENT
HOW TO USE GOOGLE ANALYTICS BEHAVIOR TO OPTIMIZE YOUR CONTENTJoseph Rivera
 
2015 google analytics basics
2015 google analytics basics2015 google analytics basics
2015 google analytics basicsThe Karcher Group
 
Google Tag Manager for actionable metrics - Beyond basic Google Analytics
Google Tag Manager for actionable metrics - Beyond basic Google AnalyticsGoogle Tag Manager for actionable metrics - Beyond basic Google Analytics
Google Tag Manager for actionable metrics - Beyond basic Google AnalyticsDesignHammer
 

Was ist angesagt? (20)

Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Google Analytics 101
Google Analytics 101Google Analytics 101
Google Analytics 101
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
What Is Google Analytics
What Is Google AnalyticsWhat Is Google Analytics
What Is Google Analytics
 
An Introduction To Google Analytics
An Introduction To Google AnalyticsAn Introduction To Google Analytics
An Introduction To Google Analytics
 
Google Analytics
Google AnalyticsGoogle Analytics
Google Analytics
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Introduction to Google Analytics by Katherine Mancuso
Introduction to Google Analytics by Katherine MancusoIntroduction to Google Analytics by Katherine Mancuso
Introduction to Google Analytics by Katherine Mancuso
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Analytics for ux - public
Analytics for ux  - publicAnalytics for ux  - public
Analytics for ux - public
 
159 200523 Google Analytics For Beginners
159 200523 Google Analytics For Beginners159 200523 Google Analytics For Beginners
159 200523 Google Analytics For Beginners
 
Google Analytics: Introduction & User Training
Google Analytics: Introduction & User TrainingGoogle Analytics: Introduction & User Training
Google Analytics: Introduction & User Training
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overview
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Google analytics glossary
Google analytics glossaryGoogle analytics glossary
Google analytics glossary
 
Google Analytics ppt
Google Analytics  pptGoogle Analytics  ppt
Google Analytics ppt
 
HOW TO USE GOOGLE ANALYTICS BEHAVIOR TO OPTIMIZE YOUR CONTENT
HOW TO USE GOOGLE ANALYTICS BEHAVIOR TO OPTIMIZE YOUR CONTENTHOW TO USE GOOGLE ANALYTICS BEHAVIOR TO OPTIMIZE YOUR CONTENT
HOW TO USE GOOGLE ANALYTICS BEHAVIOR TO OPTIMIZE YOUR CONTENT
 
2015 google analytics basics
2015 google analytics basics2015 google analytics basics
2015 google analytics basics
 
Google Tag Manager for actionable metrics - Beyond basic Google Analytics
Google Tag Manager for actionable metrics - Beyond basic Google AnalyticsGoogle Tag Manager for actionable metrics - Beyond basic Google Analytics
Google Tag Manager for actionable metrics - Beyond basic Google Analytics
 

Andere mochten auch

"Native App & Hybrid App, what is at stake?" by Olivier Berni
"Native App & Hybrid App, what is at stake?" by Olivier Berni"Native App & Hybrid App, what is at stake?" by Olivier Berni
"Native App & Hybrid App, what is at stake?" by Olivier BerniTheFamily
 
What the Hell is growth hacking
What the Hell is growth hackingWhat the Hell is growth hacking
What the Hell is growth hackingTheFamily
 
Facebook ads - How much does it really cost to acquire customers? By Etienne ...
Facebook ads - How much does it really cost to acquire customers? By Etienne ...Facebook ads - How much does it really cost to acquire customers? By Etienne ...
Facebook ads - How much does it really cost to acquire customers? By Etienne ...TheFamily
 
Transforming users into customers by Blake Armstrong
Transforming users into customers by Blake ArmstrongTransforming users into customers by Blake Armstrong
Transforming users into customers by Blake ArmstrongTheFamily
 
How do you scale from 0 to 100,000 stores? par Siavash Ghorbani
How do you scale from 0 to 100,000 stores? par Siavash Ghorbani How do you scale from 0 to 100,000 stores? par Siavash Ghorbani
How do you scale from 0 to 100,000 stores? par Siavash Ghorbani TheFamily
 
"La dette juridique: faire les bons choix dès le départ" par Sabine Zylberbog...
"La dette juridique: faire les bons choix dès le départ" par Sabine Zylberbog..."La dette juridique: faire les bons choix dès le départ" par Sabine Zylberbog...
"La dette juridique: faire les bons choix dès le départ" par Sabine Zylberbog...TheFamily
 
SHIFT FRANCE! The startups that make simplification real
SHIFT FRANCE! The startups that make simplification realSHIFT FRANCE! The startups that make simplification real
SHIFT FRANCE! The startups that make simplification realTheFamily
 
"Finding your Sweet Spot: The importance of Lead Qualification"­ by T. Heinkens
"Finding your Sweet Spot: The importance of Lead Qualification"­ by T. Heinkens"Finding your Sweet Spot: The importance of Lead Qualification"­ by T. Heinkens
"Finding your Sweet Spot: The importance of Lead Qualification"­ by T. HeinkensTheFamily
 
"A quick & dirty guide to building a marketplace" by Emmanuel Straschnov @Bubble
"A quick & dirty guide to building a marketplace" by Emmanuel Straschnov @Bubble"A quick & dirty guide to building a marketplace" by Emmanuel Straschnov @Bubble
"A quick & dirty guide to building a marketplace" by Emmanuel Straschnov @BubbleTheFamily
 
"How to build an equity strategy when you are fundraising?" by Guillaume-Oliv...
"How to build an equity strategy when you are fundraising?" by Guillaume-Oliv..."How to build an equity strategy when you are fundraising?" by Guillaume-Oliv...
"How to build an equity strategy when you are fundraising?" by Guillaume-Oliv...TheFamily
 
Facebook Ads: Learn how to grow your audience by Etienne Alcouffe from effilab
Facebook Ads: Learn how to grow your audience by Etienne Alcouffe from effilab Facebook Ads: Learn how to grow your audience by Etienne Alcouffe from effilab
Facebook Ads: Learn how to grow your audience by Etienne Alcouffe from effilab TheFamily
 
From users to megafans: how to improve your retention rates? by Côme Courteault
From users to megafans: how to improve your retention rates? by Côme CourteaultFrom users to megafans: how to improve your retention rates? by Côme Courteault
From users to megafans: how to improve your retention rates? by Côme CourteaultTheFamily
 
How to create value from your web traffic by Salvatore Bruno
How to create value from your web traffic by Salvatore BrunoHow to create value from your web traffic by Salvatore Bruno
How to create value from your web traffic by Salvatore BrunoTheFamily
 
Technical Introduction to Bitcoins by Gilles Barbier, Partner at TheFamily
Technical Introduction to Bitcoins by Gilles Barbier, Partner at TheFamilyTechnical Introduction to Bitcoins by Gilles Barbier, Partner at TheFamily
Technical Introduction to Bitcoins by Gilles Barbier, Partner at TheFamilyTheFamily
 
Launch your startup in 48h
Launch your startup in 48hLaunch your startup in 48h
Launch your startup in 48hTheFamily
 
"From ideation to acquisition" by Stella Garber from Trello
"From ideation to acquisition" by Stella Garber from Trello"From ideation to acquisition" by Stella Garber from Trello
"From ideation to acquisition" by Stella Garber from TrelloTheFamily
 
"Introduction technique au Bitcoin" par Gilles Barbier
"Introduction technique au Bitcoin" par Gilles Barbier "Introduction technique au Bitcoin" par Gilles Barbier
"Introduction technique au Bitcoin" par Gilles Barbier TheFamily
 
"Manage your leads: Best practices & common mistakes" by Clarissa Steinhöfel
"Manage your leads: Best practices & common mistakes" by Clarissa Steinhöfel"Manage your leads: Best practices & common mistakes" by Clarissa Steinhöfel
"Manage your leads: Best practices & common mistakes" by Clarissa SteinhöfelTheFamily
 
Growth Hacking Paris #21
Growth Hacking Paris #21  Growth Hacking Paris #21
Growth Hacking Paris #21 TheFamily
 
Copycat: how to copy an existing business model by Balthazar de Lavergne
Copycat: how to copy an existing business model by Balthazar de LavergneCopycat: how to copy an existing business model by Balthazar de Lavergne
Copycat: how to copy an existing business model by Balthazar de LavergneTheFamily
 

Andere mochten auch (20)

"Native App & Hybrid App, what is at stake?" by Olivier Berni
"Native App & Hybrid App, what is at stake?" by Olivier Berni"Native App & Hybrid App, what is at stake?" by Olivier Berni
"Native App & Hybrid App, what is at stake?" by Olivier Berni
 
What the Hell is growth hacking
What the Hell is growth hackingWhat the Hell is growth hacking
What the Hell is growth hacking
 
Facebook ads - How much does it really cost to acquire customers? By Etienne ...
Facebook ads - How much does it really cost to acquire customers? By Etienne ...Facebook ads - How much does it really cost to acquire customers? By Etienne ...
Facebook ads - How much does it really cost to acquire customers? By Etienne ...
 
Transforming users into customers by Blake Armstrong
Transforming users into customers by Blake ArmstrongTransforming users into customers by Blake Armstrong
Transforming users into customers by Blake Armstrong
 
How do you scale from 0 to 100,000 stores? par Siavash Ghorbani
How do you scale from 0 to 100,000 stores? par Siavash Ghorbani How do you scale from 0 to 100,000 stores? par Siavash Ghorbani
How do you scale from 0 to 100,000 stores? par Siavash Ghorbani
 
"La dette juridique: faire les bons choix dès le départ" par Sabine Zylberbog...
"La dette juridique: faire les bons choix dès le départ" par Sabine Zylberbog..."La dette juridique: faire les bons choix dès le départ" par Sabine Zylberbog...
"La dette juridique: faire les bons choix dès le départ" par Sabine Zylberbog...
 
SHIFT FRANCE! The startups that make simplification real
SHIFT FRANCE! The startups that make simplification realSHIFT FRANCE! The startups that make simplification real
SHIFT FRANCE! The startups that make simplification real
 
"Finding your Sweet Spot: The importance of Lead Qualification"­ by T. Heinkens
"Finding your Sweet Spot: The importance of Lead Qualification"­ by T. Heinkens"Finding your Sweet Spot: The importance of Lead Qualification"­ by T. Heinkens
"Finding your Sweet Spot: The importance of Lead Qualification"­ by T. Heinkens
 
"A quick & dirty guide to building a marketplace" by Emmanuel Straschnov @Bubble
"A quick & dirty guide to building a marketplace" by Emmanuel Straschnov @Bubble"A quick & dirty guide to building a marketplace" by Emmanuel Straschnov @Bubble
"A quick & dirty guide to building a marketplace" by Emmanuel Straschnov @Bubble
 
"How to build an equity strategy when you are fundraising?" by Guillaume-Oliv...
"How to build an equity strategy when you are fundraising?" by Guillaume-Oliv..."How to build an equity strategy when you are fundraising?" by Guillaume-Oliv...
"How to build an equity strategy when you are fundraising?" by Guillaume-Oliv...
 
Facebook Ads: Learn how to grow your audience by Etienne Alcouffe from effilab
Facebook Ads: Learn how to grow your audience by Etienne Alcouffe from effilab Facebook Ads: Learn how to grow your audience by Etienne Alcouffe from effilab
Facebook Ads: Learn how to grow your audience by Etienne Alcouffe from effilab
 
From users to megafans: how to improve your retention rates? by Côme Courteault
From users to megafans: how to improve your retention rates? by Côme CourteaultFrom users to megafans: how to improve your retention rates? by Côme Courteault
From users to megafans: how to improve your retention rates? by Côme Courteault
 
How to create value from your web traffic by Salvatore Bruno
How to create value from your web traffic by Salvatore BrunoHow to create value from your web traffic by Salvatore Bruno
How to create value from your web traffic by Salvatore Bruno
 
Technical Introduction to Bitcoins by Gilles Barbier, Partner at TheFamily
Technical Introduction to Bitcoins by Gilles Barbier, Partner at TheFamilyTechnical Introduction to Bitcoins by Gilles Barbier, Partner at TheFamily
Technical Introduction to Bitcoins by Gilles Barbier, Partner at TheFamily
 
Launch your startup in 48h
Launch your startup in 48hLaunch your startup in 48h
Launch your startup in 48h
 
"From ideation to acquisition" by Stella Garber from Trello
"From ideation to acquisition" by Stella Garber from Trello"From ideation to acquisition" by Stella Garber from Trello
"From ideation to acquisition" by Stella Garber from Trello
 
"Introduction technique au Bitcoin" par Gilles Barbier
"Introduction technique au Bitcoin" par Gilles Barbier "Introduction technique au Bitcoin" par Gilles Barbier
"Introduction technique au Bitcoin" par Gilles Barbier
 
"Manage your leads: Best practices & common mistakes" by Clarissa Steinhöfel
"Manage your leads: Best practices & common mistakes" by Clarissa Steinhöfel"Manage your leads: Best practices & common mistakes" by Clarissa Steinhöfel
"Manage your leads: Best practices & common mistakes" by Clarissa Steinhöfel
 
Growth Hacking Paris #21
Growth Hacking Paris #21  Growth Hacking Paris #21
Growth Hacking Paris #21
 
Copycat: how to copy an existing business model by Balthazar de Lavergne
Copycat: how to copy an existing business model by Balthazar de LavergneCopycat: how to copy an existing business model by Balthazar de Lavergne
Copycat: how to copy an existing business model by Balthazar de Lavergne
 

Ähnlich wie How to use pertinently Google Analytics, by Gilles Barbier

SEMNE Google Analytics Master Class - 15 Oct 2014
SEMNE Google Analytics Master Class - 15 Oct 2014SEMNE Google Analytics Master Class - 15 Oct 2014
SEMNE Google Analytics Master Class - 15 Oct 2014Jay Murphy
 
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptDevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptVinoaj Vijeyakumaar
 
Intro to Google Analytics and Google AdWords (March 19 2013)
Intro to Google Analytics and Google AdWords (March 19 2013)Intro to Google Analytics and Google AdWords (March 19 2013)
Intro to Google Analytics and Google AdWords (March 19 2013)Chester County Marketing Group
 
Google Optimize for testing and personalization
Google Optimize for testing and personalizationGoogle Optimize for testing and personalization
Google Optimize for testing and personalizationOWOX BI
 
GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11Vinoaj Vijeyakumaar
 
Advanced Google Analytics
Advanced Google AnalyticsAdvanced Google Analytics
Advanced Google AnalyticsJeff Wisniewski
 
DevFest Chiang Mai - Implementing Google Analytics - 2011-09-24.ppt
DevFest Chiang Mai - Implementing Google Analytics - 2011-09-24.pptDevFest Chiang Mai - Implementing Google Analytics - 2011-09-24.ppt
DevFest Chiang Mai - Implementing Google Analytics - 2011-09-24.pptVinoaj Vijeyakumaar
 
implemetning google analytics - 2011-09-24 Google Devfest Chiangmai
implemetning google analytics - 2011-09-24 Google Devfest Chiangmaiimplemetning google analytics - 2011-09-24 Google Devfest Chiangmai
implemetning google analytics - 2011-09-24 Google Devfest ChiangmaiPawoot (Pom) Pongvitayapanu
 
Google Analytics Fundamentals
Google Analytics FundamentalsGoogle Analytics Fundamentals
Google Analytics FundamentalsAvinash Dubey
 
Hands on higher ed google analytics
Hands on higher ed google analyticsHands on higher ed google analytics
Hands on higher ed google analyticsMatt Herzberger
 
Score google analytics
Score   google analyticsScore   google analytics
Score google analyticsHotTopics114
 
Google Analytics for SEO Beginners
Google Analytics for SEO BeginnersGoogle Analytics for SEO Beginners
Google Analytics for SEO BeginnersAditya Todawal
 
Google Analytics for Beginners - Training
Google Analytics for Beginners - TrainingGoogle Analytics for Beginners - Training
Google Analytics for Beginners - TrainingRuben Vezzoli
 
5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google AnalyticsCharlie Morris
 
Google Analytics Workshop 2013
Google Analytics Workshop 2013Google Analytics Workshop 2013
Google Analytics Workshop 2013Milad Safarzadeh
 
Tech4Africa Google Workshop 1
Tech4Africa Google Workshop 1Tech4Africa Google Workshop 1
Tech4Africa Google Workshop 1Sarah Blake
 
Google Analytics for Developers
Google Analytics for DevelopersGoogle Analytics for Developers
Google Analytics for DevelopersRubén Martínez
 
Google Analytics for Developers
Google Analytics for DevelopersGoogle Analytics for Developers
Google Analytics for DevelopersParadigma Digital
 
Visionary - Google Analytics
Visionary - Google AnalyticsVisionary - Google Analytics
Visionary - Google AnalyticsBryan Gruhlke
 
Google Analytics - OptSus Marketing
Google Analytics - OptSus MarketingGoogle Analytics - OptSus Marketing
Google Analytics - OptSus MarketingFrank Jones
 

Ähnlich wie How to use pertinently Google Analytics, by Gilles Barbier (20)

SEMNE Google Analytics Master Class - 15 Oct 2014
SEMNE Google Analytics Master Class - 15 Oct 2014SEMNE Google Analytics Master Class - 15 Oct 2014
SEMNE Google Analytics Master Class - 15 Oct 2014
 
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.pptDevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
DevFest Kuala Lumpur - Implementing Google Analytics - 2011-09-29.ppt
 
Intro to Google Analytics and Google AdWords (March 19 2013)
Intro to Google Analytics and Google AdWords (March 19 2013)Intro to Google Analytics and Google AdWords (March 19 2013)
Intro to Google Analytics and Google AdWords (March 19 2013)
 
Google Optimize for testing and personalization
Google Optimize for testing and personalizationGoogle Optimize for testing and personalization
Google Optimize for testing and personalization
 
GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11GTUG Philippines - Implementing Google Analytics - 2011-10-11
GTUG Philippines - Implementing Google Analytics - 2011-10-11
 
Advanced Google Analytics
Advanced Google AnalyticsAdvanced Google Analytics
Advanced Google Analytics
 
DevFest Chiang Mai - Implementing Google Analytics - 2011-09-24.ppt
DevFest Chiang Mai - Implementing Google Analytics - 2011-09-24.pptDevFest Chiang Mai - Implementing Google Analytics - 2011-09-24.ppt
DevFest Chiang Mai - Implementing Google Analytics - 2011-09-24.ppt
 
implemetning google analytics - 2011-09-24 Google Devfest Chiangmai
implemetning google analytics - 2011-09-24 Google Devfest Chiangmaiimplemetning google analytics - 2011-09-24 Google Devfest Chiangmai
implemetning google analytics - 2011-09-24 Google Devfest Chiangmai
 
Google Analytics Fundamentals
Google Analytics FundamentalsGoogle Analytics Fundamentals
Google Analytics Fundamentals
 
Hands on higher ed google analytics
Hands on higher ed google analyticsHands on higher ed google analytics
Hands on higher ed google analytics
 
Score google analytics
Score   google analyticsScore   google analytics
Score google analytics
 
Google Analytics for SEO Beginners
Google Analytics for SEO BeginnersGoogle Analytics for SEO Beginners
Google Analytics for SEO Beginners
 
Google Analytics for Beginners - Training
Google Analytics for Beginners - TrainingGoogle Analytics for Beginners - Training
Google Analytics for Beginners - Training
 
5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics5 Ways to Make Use of Your Google Analytics
5 Ways to Make Use of Your Google Analytics
 
Google Analytics Workshop 2013
Google Analytics Workshop 2013Google Analytics Workshop 2013
Google Analytics Workshop 2013
 
Tech4Africa Google Workshop 1
Tech4Africa Google Workshop 1Tech4Africa Google Workshop 1
Tech4Africa Google Workshop 1
 
Google Analytics for Developers
Google Analytics for DevelopersGoogle Analytics for Developers
Google Analytics for Developers
 
Google Analytics for Developers
Google Analytics for DevelopersGoogle Analytics for Developers
Google Analytics for Developers
 
Visionary - Google Analytics
Visionary - Google AnalyticsVisionary - Google Analytics
Visionary - Google Analytics
 
Google Analytics - OptSus Marketing
Google Analytics - OptSus MarketingGoogle Analytics - OptSus Marketing
Google Analytics - OptSus Marketing
 

Mehr von TheFamily

Building a design culture from day one
Building a design culture from day oneBuilding a design culture from day one
Building a design culture from day oneTheFamily
 
Individual Contributors vs Managers
Individual Contributors vs ManagersIndividual Contributors vs Managers
Individual Contributors vs ManagersTheFamily
 
Build the decentralized team you ever dreamed of
Build the decentralized team you ever dreamed ofBuild the decentralized team you ever dreamed of
Build the decentralized team you ever dreamed ofTheFamily
 
CEOs best practices to win time back & focus on what matters
CEOs best practices to win time back & focus on what mattersCEOs best practices to win time back & focus on what matters
CEOs best practices to win time back & focus on what mattersTheFamily
 
Managing fully remote teams
Managing fully remote teamsManaging fully remote teams
Managing fully remote teamsTheFamily
 
State of European Tech by Atomico
State of European Tech by AtomicoState of European Tech by Atomico
State of European Tech by AtomicoTheFamily
 
Building a real estate startup
Building a real estate startupBuilding a real estate startup
Building a real estate startupTheFamily
 
A VC view on Enterprise Sales
A VC view on Enterprise SalesA VC view on Enterprise Sales
A VC view on Enterprise SalesTheFamily
 
Find your style and create emotions
Find your style and create emotionsFind your style and create emotions
Find your style and create emotionsTheFamily
 
From product to ecosystem
From product to ecosystemFrom product to ecosystem
From product to ecosystemTheFamily
 
Demystifying the product black box
Demystifying the product black boxDemystifying the product black box
Demystifying the product black boxTheFamily
 
The secrets to create bank brand love
The secrets to create bank brand loveThe secrets to create bank brand love
The secrets to create bank brand loveTheFamily
 
Building an insurance startup with Alan, Luko, Coverd & Balderton
Building an insurance startup with Alan, Luko, Coverd & BaldertonBuilding an insurance startup with Alan, Luko, Coverd & Balderton
Building an insurance startup with Alan, Luko, Coverd & BaldertonTheFamily
 
Mixing Product & Tech by Jean Lebrument, CTO & CPO at Brigad
Mixing Product & Tech by Jean Lebrument, CTO & CPO at BrigadMixing Product & Tech by Jean Lebrument, CTO & CPO at Brigad
Mixing Product & Tech by Jean Lebrument, CTO & CPO at BrigadTheFamily
 
A new breed of CTO - Philippe Vimard, CTO & COO at Doctolib
A new breed of CTO - Philippe Vimard, CTO & COO at DoctolibA new breed of CTO - Philippe Vimard, CTO & COO at Doctolib
A new breed of CTO - Philippe Vimard, CTO & COO at DoctolibTheFamily
 
Building a logistics startup  with Trusk, Totem & SpaceFill
Building a logistics startup  with Trusk, Totem & SpaceFillBuilding a logistics startup  with Trusk, Totem & SpaceFill
Building a logistics startup  with Trusk, Totem & SpaceFillTheFamily
 
Building an accounting startup with Fred de la compta, Acasi & Chaintrust
Building an accounting startup with Fred de la compta, Acasi & ChaintrustBuilding an accounting startup with Fred de la compta, Acasi & Chaintrust
Building an accounting startup with Fred de la compta, Acasi & ChaintrustTheFamily
 
Scale your tech team from 0 to Series A
Scale your tech team from 0 to Series A Scale your tech team from 0 to Series A
Scale your tech team from 0 to Series A TheFamily
 
Onboarding developers and setting them up for success
Onboarding developers and setting them up for successOnboarding developers and setting them up for success
Onboarding developers and setting them up for successTheFamily
 
Apprendre à penser comme un journaliste
Apprendre à penser comme un journalisteApprendre à penser comme un journaliste
Apprendre à penser comme un journalisteTheFamily
 

Mehr von TheFamily (20)

Building a design culture from day one
Building a design culture from day oneBuilding a design culture from day one
Building a design culture from day one
 
Individual Contributors vs Managers
Individual Contributors vs ManagersIndividual Contributors vs Managers
Individual Contributors vs Managers
 
Build the decentralized team you ever dreamed of
Build the decentralized team you ever dreamed ofBuild the decentralized team you ever dreamed of
Build the decentralized team you ever dreamed of
 
CEOs best practices to win time back & focus on what matters
CEOs best practices to win time back & focus on what mattersCEOs best practices to win time back & focus on what matters
CEOs best practices to win time back & focus on what matters
 
Managing fully remote teams
Managing fully remote teamsManaging fully remote teams
Managing fully remote teams
 
State of European Tech by Atomico
State of European Tech by AtomicoState of European Tech by Atomico
State of European Tech by Atomico
 
Building a real estate startup
Building a real estate startupBuilding a real estate startup
Building a real estate startup
 
A VC view on Enterprise Sales
A VC view on Enterprise SalesA VC view on Enterprise Sales
A VC view on Enterprise Sales
 
Find your style and create emotions
Find your style and create emotionsFind your style and create emotions
Find your style and create emotions
 
From product to ecosystem
From product to ecosystemFrom product to ecosystem
From product to ecosystem
 
Demystifying the product black box
Demystifying the product black boxDemystifying the product black box
Demystifying the product black box
 
The secrets to create bank brand love
The secrets to create bank brand loveThe secrets to create bank brand love
The secrets to create bank brand love
 
Building an insurance startup with Alan, Luko, Coverd & Balderton
Building an insurance startup with Alan, Luko, Coverd & BaldertonBuilding an insurance startup with Alan, Luko, Coverd & Balderton
Building an insurance startup with Alan, Luko, Coverd & Balderton
 
Mixing Product & Tech by Jean Lebrument, CTO & CPO at Brigad
Mixing Product & Tech by Jean Lebrument, CTO & CPO at BrigadMixing Product & Tech by Jean Lebrument, CTO & CPO at Brigad
Mixing Product & Tech by Jean Lebrument, CTO & CPO at Brigad
 
A new breed of CTO - Philippe Vimard, CTO & COO at Doctolib
A new breed of CTO - Philippe Vimard, CTO & COO at DoctolibA new breed of CTO - Philippe Vimard, CTO & COO at Doctolib
A new breed of CTO - Philippe Vimard, CTO & COO at Doctolib
 
Building a logistics startup  with Trusk, Totem & SpaceFill
Building a logistics startup  with Trusk, Totem & SpaceFillBuilding a logistics startup  with Trusk, Totem & SpaceFill
Building a logistics startup  with Trusk, Totem & SpaceFill
 
Building an accounting startup with Fred de la compta, Acasi & Chaintrust
Building an accounting startup with Fred de la compta, Acasi & ChaintrustBuilding an accounting startup with Fred de la compta, Acasi & Chaintrust
Building an accounting startup with Fred de la compta, Acasi & Chaintrust
 
Scale your tech team from 0 to Series A
Scale your tech team from 0 to Series A Scale your tech team from 0 to Series A
Scale your tech team from 0 to Series A
 
Onboarding developers and setting them up for success
Onboarding developers and setting them up for successOnboarding developers and setting them up for success
Onboarding developers and setting them up for success
 
Apprendre à penser comme un journaliste
Apprendre à penser comme un journalisteApprendre à penser comme un journaliste
Apprendre à penser comme un journaliste
 

Kürzlich hochgeladen

Driving Bangladesh's Growth: Demand Soars for Quality Supply Chain Managers.pptx
Driving Bangladesh's Growth: Demand Soars for Quality Supply Chain Managers.pptxDriving Bangladesh's Growth: Demand Soars for Quality Supply Chain Managers.pptx
Driving Bangladesh's Growth: Demand Soars for Quality Supply Chain Managers.pptxPraloy Chowdhury
 
NEON LIGHT CITY pitch deck for AR PC GAME
NEON LIGHT CITY pitch deck for AR PC GAMENEON LIGHT CITY pitch deck for AR PC GAME
NEON LIGHT CITY pitch deck for AR PC GAMEtess51
 
Role of social media marketing in digital marketing.pdf
Role of social media marketing in digital marketing.pdfRole of social media marketing in digital marketing.pdf
Role of social media marketing in digital marketing.pdftopsearchexperts
 
Entrepreneur street first Edition is now out
Entrepreneur street first Edition is now outEntrepreneur street first Edition is now out
Entrepreneur street first Edition is now outentrepreneur street
 
blank inception deck powerpoint template
blank inception deck powerpoint templateblank inception deck powerpoint template
blank inception deck powerpoint templatericardojunco4
 
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证0622mpom
 

Kürzlich hochgeladen (8)

young call girls in kailash Nagar, 🔝 9953056974 🔝 escort Service
young call girls in kailash Nagar, 🔝 9953056974 🔝 escort Serviceyoung call girls in kailash Nagar, 🔝 9953056974 🔝 escort Service
young call girls in kailash Nagar, 🔝 9953056974 🔝 escort Service
 
Hot Sexy call girls in Rajouri Garden🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rajouri Garden🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rajouri Garden🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rajouri Garden🔝 9953056974 🔝 Delhi escort Service
 
Driving Bangladesh's Growth: Demand Soars for Quality Supply Chain Managers.pptx
Driving Bangladesh's Growth: Demand Soars for Quality Supply Chain Managers.pptxDriving Bangladesh's Growth: Demand Soars for Quality Supply Chain Managers.pptx
Driving Bangladesh's Growth: Demand Soars for Quality Supply Chain Managers.pptx
 
NEON LIGHT CITY pitch deck for AR PC GAME
NEON LIGHT CITY pitch deck for AR PC GAMENEON LIGHT CITY pitch deck for AR PC GAME
NEON LIGHT CITY pitch deck for AR PC GAME
 
Role of social media marketing in digital marketing.pdf
Role of social media marketing in digital marketing.pdfRole of social media marketing in digital marketing.pdf
Role of social media marketing in digital marketing.pdf
 
Entrepreneur street first Edition is now out
Entrepreneur street first Edition is now outEntrepreneur street first Edition is now out
Entrepreneur street first Edition is now out
 
blank inception deck powerpoint template
blank inception deck powerpoint templateblank inception deck powerpoint template
blank inception deck powerpoint template
 
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
 

How to use pertinently Google Analytics, by Gilles Barbier