SlideShare ist ein Scribd-Unternehmen logo
1 von 88
Google Analytics 
Get Up to Speed 
Jay Murphy 
October 15, 2014 
Trionia.com 
jmurphy@trionia.com 
@trionia 
www.linkedin.com/in/jaymurphy/
Agenda 
 SEO and Analytics 
– Site Search 
– Landing Pages 
– Matched Keyword 
– (not provided) Insights 
 What’s new with Google 
Analytics? 
– Universal Analytics 
– New Features 
 Timeout Settings 
 Referral Exclusions 
 Demographic Reports 
 Remarketing 
 Custom Dimensions 
 User ID (Session ) 
 Enhanced eCommerce 
– Analysis Tactics
Why Measure? 
 With information about your visitors you 
can better decide: 
– How to improve your website, 
– How to spend time and money on specific 
topics and marketing, 
– How to reach your audience – how to reach 
new audiences…
GOOGLE ANALYTICS 
4
How Google Analytics 
Works 
GA code 
For more detail: 
Google Analytics Concepts
How Google Analytics 
Works 
(continued) 
 Google processes the information and 
stores it as Dimensions and Metrics 
Dimensions 
Metrics
How Google Analytics Works 
(continued) 
 Reports then present using Dimensions 
and Metrics 
– Dimensions are ‘things’ we want to measure 
 Page name, referrer, campaign, country, … 
– Metrics are the ‘things’ we can count 
 Pageviews, visit (session), time on site,… 
 Some are calculated 
– Universal Analytics can create our own 
custom dimensions and metrics!
Report Categories
SEARCH REPORTS
SITE SEARCH 
SETUP 
 In the Google 
Analytics Admin go 
to View Settings 
 Turn on Site Search 
 Add the Query String 
Parameter 
 Option – Add 
Categories
SITE SEARCH 
REPORT
PAID SEARCH 
MATCHED KEYWORD QUERY
LANDING PAGES 
 Behavior 
– Landing Pages 
– Secondary 
Dimension – 
Keyword 
Argh!!! 
(not provided) 
OK take a deeeep breath!
(NOT PROVIDED) INSIGHTS 
 What if we could 
look at all our 
(not provided) 
landing pages 
 Solutions Gallery! 
(not provided) Insights
(NOT PROVIDED) INSIGHTS
NEW FEATURES & REPORTS
Vocabulary Quiz 
 Visit 
 Profile 
 Unique Visitor 
 Content 
 Session 
 View 
 User 
 Behavior
www.coolsite.com 
Universal Analytics 
Upgrade Step 1
Google Analytics Code 
Upgrade Step 2 
 Change Asynchronous (or older code): 
<script type="text/javascript"> 
var _gaq = _gaq || []; 
_gaq.push(['_setAccount', 'UA-XXXXXXX-Y’]); 
_gaq.push(['_setDomainName', ‘coolsite.com']); 
_gaq.push(['_trackPageview']); 
(function() { 
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})(); 
</script> 
To this – Google Universal Analytics: 
<script> 
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) 
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); 
ga('create', 'UA-XXXXXXX-Y', ‘coolsite.com'); 
ga('send', 'pageview'); 
</script> 
19
Universal Analytics 
Upgrade Installation Check 
– Check on your Google Analytics 
 Admin > Property Settings > Tracking Info –> 
Tracking Code 
UA-XXXXXXX-Y 
20 
www.coolsite.com 
Cool Site
Universal Analytics 
Tag Assistant Check 
 Download Tag Assistant from the Chrome 
Store (this only works in Google Chrome)
Universal Analytics 
Tag Assistant Check 
 A Green ‘Tag’ Icon shows 
that tagging is working 
 Click on the Tag to see 
more information about the 
page tagging 
 Will also tell you about 
other tagging including 
remarketing, conversion, 
and other marketing tags
Timeout Settings 
 Timeouts have always been configurable – but it 
had to be done in code. Can be configured in 
the Admin. 
 Why do this? 
– What if people watch videos on your website for more 
than 30 minutes? Set the session timeout to the max 
video length. 
– Some purchases have a very long lead time – for 
example in construction the sales cycle can be nine 
months to a year.
Timeout Settings 
coolsite.com
Referral Exclusions 
 How to remove those pesky referrals from your 
own websites? 
– Like timeout setting this used to be done with code on 
each of the websites – but now this can be done right 
from the Admin Panel.
Referral Exclusions 
www.coolsite.com 
coolsite.com 
blog.coolsite.com 
coolsite.shoppingcart. com coolsite.shoppingcart. com
Demographic Reports 
 A new features is demographic reports 
that include: 
– Age 
– Gender 
– Affinity Groups 
 For example: movie lovers, travel buffs, … 
– In Market Segments 
 People investigating specific products
Demographic Reports
Demographic Reports 
Configure Step 1
Demographic Reports 
Configure Step 2 
 Update your Code: 
<script> 
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBe 
fore(a,m) 
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); 
ga('create', 'UA-XXXXXXX-Y', ‘coolsite.com'); 
ga('require', 'displayfeatures'); 
ga('send', 'pageview'); 
</script>
Demographic Reports 
Configure Step 3
Demographic Reports 
Configure Complete!
Remarketing Lists 
 Once “Display Features” are active on an 
accounts “Remarketing Lists” are available 
 These are groups of users that can be 
targeted in current or future campaigns 
 Market home loans directly to people looking at 
real estate 
 Travel information to people who visit travel sites
Display Features 
Remarketing List 
Now that Display Features is 
turned on you can also create 
remarketing lists… 
www.coolsite.com 
www.coolsite.com 
Cool Sites Inc. www.coolsite.com Main Coolsite.com View
Custom Dimensions 
 A very powerful feature for helping to 
better understand users and groups of 
users. 
– You define the Dimension name 
– Scope defines data association 
 ‘Hit’s good for tracking a onetime activity 
– A video play or form submission 
 A ‘Session’ to track a visitor login 
 ‘User’ scope is useful to track across sessions
www.coolsite.com 
Custom Dimensions
Custom Dimension 
Code Update 
www.coolsite.com
User ID 
AKA Session Unification 
 VERY EXCITING! 
– The User ID feature will allow tracking across 
multiple devices 
 It only works for users who authenticate to 
your website or application 
– Examples: 
 Game Users, Club Members, Students, 
Employees, Blog Authors…
User ID 
Configure Step 1
User ID 
Code Step 2 
 Code Added to 
Site 
– User ID cannot be 
Personally 
Identifying 
– User ID set on 
every page
User ID 
User ID View Step 3 
 Name the View 
 Set the Time Zone 
 Hit Create View 
 Use this View for 
Reporting
Enhanced eCommerce 
 In addition to tracking purchase 
transactions – Enhanced eCommerce 
 Track: 
– Product impressions 
– Refunds – by transaction and item 
– Affiliate performance 
– Internal promotion performance
ANALYSIS TECHNIQUES 
43
Behavior : In-Page 
Analytics
Filters
Filters 
Refinement
Advanced Segments 
Built In 
47
Advanced Segments 
Custom 
48
QUESTIONS?
To Learn More 
 Cardinal Path is offering three days of 
Analytics Courses in New York 
– Google Analytics – 101, 201 and 301 
 When: December 10th, 11th and 12th. 
REGISTER ONLINE
Analytics Resources 
 Blogs 
– Occam’s Razor by Avinash Kaushik 
 Books 
– Web Analytics Demystified – Eric T. Peterson 
– Web Analytics an Hour a Day – Avinash Kaushik 
 Education 
– Google’s Analytics Academy – with Justin Cutroni
Definitions 
Session (Visits) 
A visit is defined as a series of page requests from the same uniquely identified 
client with a time of no more than 30 minutes between each page request. So 
for a user who visits at 11:00 AM and then again at 11:20 this user counts as a 
single unique visit; if the user clicks on a new page at 11:35 it now counts as 
two visits. 
Unique Visitors 
A unique user (computer) that accesses a Website, while people cannot be 
identified by analytics, we substitute computers. So a single computer that 
accesses a website is deemed to be a Unique Visitor. (Most analytics tools use 
cookies, small files saved by a browser, to determine if a machine has been to 
a website before. Since many users remove cookies on a monthly basis, 
unique visitors can be overstated.) 
52
Definitions 
(continued) 
New Visitors 
A visitor that has not made any previous visits. Again, since New Visitors are 
also determined by the use of cookies saved on a visitors computer; visitors 
that delete cookies show as new visitors. 
Bounce Rate 
The percentage of visits where the visitor enters and exits at the same page 
without visiting any other pages on the site in between. (In general a higher 
bounce rate is not a good sign – but some websites are designed for a single 
page view before leaving, for example blogs. Use bounce rate to analyze your 
site based on your site’s users goals.) 
53
Definitions 
(continued) 
Average Pages per Session 
The average number of page views a visitor views before ending their session. 
It is calculated by dividing total number of page views by total number of 
sessions. 
Average Time on Site 
Average amount of time that visitors spend on the site each time they visit. 
(This metric can be complicated by the fact that analytics programs cannot 
measure the length of the last page view, since the time is measured by start 
time of second page minus the start time of the first page.) 
Pageviews 
A request for a file whose type is defined as a page – typical a single webpage. 
An occurrence of the script being run in page tagging. 
54
Definitions 
(continued) 
Page A Page B Page C Exit 
Page A Page B Exit 
A Day 
Later 
Sessions (Visits)? 
Pageviews? 
Unique Visitor? 
Entrances Page A? 
Exits Page B? 
Bounce Rate Page B? 
2 
6 
1 
2 
2 
33% 
Page B Exit 
Another 
Day Later
Definitions - Time 
Page A Page B Page C 
Exit 
1:20 PM 1:25 PM 1:30 PM 
5 Minutes 5 Minutes ? 
Time on site is 10 minutes 
The exact time is unknown. Several methods to track this include ‘events’ on a 
page such as a video view, a timer or external link to capture this time. However 
none is exact.
Universal Analytics 
 Custom Dimensions (& Metrics) 
 Measure Users across Devices 
– User ID 
 New Reports / Data 
– Demographics Reports 
– Enhanced eCommerce 
*If you want to learn how to track Caffeine Consumption with 
Universal Analytics check out this video: http://goo.gl/xfOi3U
REPORT INTERFACE 
58
How to Access 
 Google Analytics is easy to access: 
– http://www.google.com/analytics/ 
59
Accounts, Properties & 
Views
Report Categories
Acquisition -> All Traffic 
Report 
 The All Traffic report shows traffic by 
Source/Medium:
Reporting Interface 
 The reports in Google Analytics use the 
same basic interface*. 
 The following slides will show: 
– Setting date ranges, comparison, exporting, 
secondary dimensions… 
* There are some differences such as the navigation reports, flow reports… But in 
general most reports use the same interface.
Reporting Interface 
Definitions
Reporting Interface 
Date Range and Comparison
Reporting Interface 
Line Chart Time Ranges
Reporting Interface 
Secondary Metric
Reporting Interface 
Secondary Dimension
Reporting Interface 
Report Type – Data (standard table)
Reporting Interface 
Report Type – Percentage
Reporting Interface 
Report Type – Performance
Reporting Interface 
Report Type – Comparison
Reporting Interface 
Export
Reporting Interface 
Email
Audience Reports 
 Answers these questions (and more)? 
– Where are my visitors coming from? 
– Are they new visitors? 
 How many are new? 
 How many are regular visitors? 
– When do my visitors come to my site? 
– What browsers, version of flash, java… do 
they use? 
75
Audience : Location
Audience : New vs. 
Returning
Audience : Engagement
Audience : Users Flow
Acquisition Reports 
– Where did people find out about my site? 
– What proportion of visitors come to the site: 
 Directly, through search engines and through 
referral websites? 
– For search engine traffic – what keywords? 
– Which referrals provide the ‘best’ traffic? 
– What campaigns are most effective?
Acquisition : Overview
Acquisition : All Traffic
Acquisition : Organic 
Keywords
Behavior Reports 
– What are the most popular pages? 
– How do visitors navigate through the site? 
– What are the top entrance pages? 
 How do people reach these pages? 
– Where did people leave the site? 
 Further detail to determine if a user goal was 
satisfied or it was a failed visit.
Behavior : All Pages
Behavior : Landing Pages
Behavior : Landing Pages 
Analysis
Behavior : Site Search

Weitere ähnliche Inhalte

Andere mochten auch

Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1
Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1 Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1
Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1 emcubedanalytics
 
Trade Only11 S2 Seo Graham Hansell Sitelynx.Com
Trade Only11 S2 Seo Graham Hansell Sitelynx.ComTrade Only11 S2 Seo Graham Hansell Sitelynx.Com
Trade Only11 S2 Seo Graham Hansell Sitelynx.ComGraham Hansell
 
Meet Tableau 10: Overview of New Features
Meet Tableau 10: Overview of New FeaturesMeet Tableau 10: Overview of New Features
Meet Tableau 10: Overview of New FeaturesSenturus
 
Google Analytics for Store Owners - Intermediate
Google Analytics for Store Owners - IntermediateGoogle Analytics for Store Owners - Intermediate
Google Analytics for Store Owners - Intermediatemm_merchant
 
Top 10 Things to Analyse with Google Anaytics on a Monthly Basis
Top 10 Things to Analyse with Google Anaytics on a Monthly BasisTop 10 Things to Analyse with Google Anaytics on a Monthly Basis
Top 10 Things to Analyse with Google Anaytics on a Monthly BasisSocial Beat
 
GoMeasure SG & KL - Analytics 101 Presentation
GoMeasure SG & KL - Analytics 101 PresentationGoMeasure SG & KL - Analytics 101 Presentation
GoMeasure SG & KL - Analytics 101 PresentationHappy Marketer
 
Google Analytics Implementation for Agencies and Companies
Google Analytics Implementation for Agencies and CompaniesGoogle Analytics Implementation for Agencies and Companies
Google Analytics Implementation for Agencies and CompaniesBen Holland
 
Google Analytics 101 for Business - How to Get Started With Google Analytics
Google Analytics 101 for Business - How to Get Started With Google AnalyticsGoogle Analytics 101 for Business - How to Get Started With Google Analytics
Google Analytics 101 for Business - How to Get Started With Google AnalyticsJeff Sauer
 
Attract More Customers with Inbound and Outbound Marketing
Attract More Customers with Inbound and Outbound MarketingAttract More Customers with Inbound and Outbound Marketing
Attract More Customers with Inbound and Outbound MarketingMarketo
 
Google analytics-workshop-open-access-workshop-august-2010-slideshare
Google analytics-workshop-open-access-workshop-august-2010-slideshareGoogle analytics-workshop-open-access-workshop-august-2010-slideshare
Google analytics-workshop-open-access-workshop-august-2010-slideshareJohn Duffy
 
50 Creativity Creation Techniques And Strategies
50 Creativity Creation Techniques And Strategies50 Creativity Creation Techniques And Strategies
50 Creativity Creation Techniques And StrategiesJohn Fallon
 

Andere mochten auch (14)

Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1
Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1 Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1
Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1
 
Trade Only11 S2 Seo Graham Hansell Sitelynx.Com
Trade Only11 S2 Seo Graham Hansell Sitelynx.ComTrade Only11 S2 Seo Graham Hansell Sitelynx.Com
Trade Only11 S2 Seo Graham Hansell Sitelynx.Com
 
Meet Tableau 10: Overview of New Features
Meet Tableau 10: Overview of New FeaturesMeet Tableau 10: Overview of New Features
Meet Tableau 10: Overview of New Features
 
Google Analytics for Store Owners - Intermediate
Google Analytics for Store Owners - IntermediateGoogle Analytics for Store Owners - Intermediate
Google Analytics for Store Owners - Intermediate
 
Top 10 Things to Analyse with Google Anaytics on a Monthly Basis
Top 10 Things to Analyse with Google Anaytics on a Monthly BasisTop 10 Things to Analyse with Google Anaytics on a Monthly Basis
Top 10 Things to Analyse with Google Anaytics on a Monthly Basis
 
Google Analytics Presentation
Google Analytics PresentationGoogle Analytics Presentation
Google Analytics Presentation
 
GoMeasure SG & KL - Analytics 101 Presentation
GoMeasure SG & KL - Analytics 101 PresentationGoMeasure SG & KL - Analytics 101 Presentation
GoMeasure SG & KL - Analytics 101 Presentation
 
Web marketing 101
Web marketing 101Web marketing 101
Web marketing 101
 
Google Analytics Implementation for Agencies and Companies
Google Analytics Implementation for Agencies and CompaniesGoogle Analytics Implementation for Agencies and Companies
Google Analytics Implementation for Agencies and Companies
 
Google Analytics 101 for Business - How to Get Started With Google Analytics
Google Analytics 101 for Business - How to Get Started With Google AnalyticsGoogle Analytics 101 for Business - How to Get Started With Google Analytics
Google Analytics 101 for Business - How to Get Started With Google Analytics
 
Attract More Customers with Inbound and Outbound Marketing
Attract More Customers with Inbound and Outbound MarketingAttract More Customers with Inbound and Outbound Marketing
Attract More Customers with Inbound and Outbound Marketing
 
Google analytics-workshop-open-access-workshop-august-2010-slideshare
Google analytics-workshop-open-access-workshop-august-2010-slideshareGoogle analytics-workshop-open-access-workshop-august-2010-slideshare
Google analytics-workshop-open-access-workshop-august-2010-slideshare
 
50 Creativity Creation Techniques And Strategies
50 Creativity Creation Techniques And Strategies50 Creativity Creation Techniques And Strategies
50 Creativity Creation Techniques And Strategies
 
How Google Works
How Google WorksHow Google Works
How Google Works
 

Ähnlich wie Google Analytics Get Up to Speed

Google Analytics & Web Masters Tools - GBG Mumbai
Google Analytics & Web Masters Tools - GBG MumbaiGoogle Analytics & Web Masters Tools - GBG Mumbai
Google Analytics & Web Masters Tools - GBG MumbaiGBG Mumbai
 
Google Business Tools
Google Business ToolsGoogle Business Tools
Google Business Toolsredcomin
 
Google Analytics Fundamentals
Google Analytics FundamentalsGoogle Analytics Fundamentals
Google Analytics FundamentalsAvinash Dubey
 
How to use pertinently Google Analytics, by Gilles Barbier
How to use pertinently Google Analytics, by Gilles BarbierHow to use pertinently Google Analytics, by Gilles Barbier
How to use pertinently Google Analytics, by Gilles BarbierTheFamily
 
Web log & clickstream
Web log & clickstream Web log & clickstream
Web log & clickstream Michel Bruley
 
How To Promote Your Online Visibility Using Web Analytics. How To Promote You...
How To Promote Your Online Visibility Using Web Analytics. How To Promote You...How To Promote Your Online Visibility Using Web Analytics. How To Promote You...
How To Promote Your Online Visibility Using Web Analytics. How To Promote You...Overalia
 
Google Analytics Workshop 2013
Google Analytics Workshop 2013Google Analytics Workshop 2013
Google Analytics Workshop 2013Milad Safarzadeh
 
Module 2 onsite webanalytics
Module 2   onsite webanalyticsModule 2   onsite webanalytics
Module 2 onsite webanalyticsGayathri Choda
 
Website Parameters.pptx
Website Parameters.pptxWebsite Parameters.pptx
Website Parameters.pptxASHAVI2
 
Omniture 101 - Digital Analytics - iProspect Canada
Omniture 101 - Digital Analytics - iProspect CanadaOmniture 101 - Digital Analytics - iProspect Canada
Omniture 101 - Digital Analytics - iProspect CanadaLemesle Gautier
 
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
 
PPT 3 Web Analytics (1).pptx
PPT 3 Web Analytics (1).pptxPPT 3 Web Analytics (1).pptx
PPT 3 Web Analytics (1).pptxDevChaudhari15
 
Google Analytics - OptSus Marketing
Google Analytics - OptSus MarketingGoogle Analytics - OptSus Marketing
Google Analytics - OptSus MarketingFrank Jones
 
Tech4Africa Google Workshop 1
Tech4Africa Google Workshop 1Tech4Africa Google Workshop 1
Tech4Africa Google Workshop 1Sarah Blake
 
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - AttacatGoogle Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - AttacatAttacat Internet Marketing
 
Understanding Web Analytics
Understanding Web AnalyticsUnderstanding Web Analytics
Understanding Web AnalyticsDipali Thakkar
 

Ähnlich wie Google Analytics Get Up to Speed (20)

Google Analytics
Google Analytics Google Analytics
Google Analytics
 
Google Analytics tutorial by Jay Murphy
Google Analytics tutorial by Jay Murphy Google Analytics tutorial by Jay Murphy
Google Analytics tutorial by Jay Murphy
 
Google Analytics & Web Masters Tools - GBG Mumbai
Google Analytics & Web Masters Tools - GBG MumbaiGoogle Analytics & Web Masters Tools - GBG Mumbai
Google Analytics & Web Masters Tools - GBG Mumbai
 
Google Business Tools
Google Business ToolsGoogle Business Tools
Google Business Tools
 
Google Analytics Fundamentals
Google Analytics FundamentalsGoogle Analytics Fundamentals
Google Analytics Fundamentals
 
How to use pertinently Google Analytics, by Gilles Barbier
How to use pertinently Google Analytics, by Gilles BarbierHow to use pertinently Google Analytics, by Gilles Barbier
How to use pertinently Google Analytics, by Gilles Barbier
 
Web log & clickstream
Web log & clickstream Web log & clickstream
Web log & clickstream
 
How To Promote Your Online Visibility Using Web Analytics. How To Promote You...
How To Promote Your Online Visibility Using Web Analytics. How To Promote You...How To Promote Your Online Visibility Using Web Analytics. How To Promote You...
How To Promote Your Online Visibility Using Web Analytics. How To Promote You...
 
Google Analytics Workshop 2013
Google Analytics Workshop 2013Google Analytics Workshop 2013
Google Analytics Workshop 2013
 
Module 2 onsite webanalytics
Module 2   onsite webanalyticsModule 2   onsite webanalytics
Module 2 onsite webanalytics
 
Website Parameters.pptx
Website Parameters.pptxWebsite Parameters.pptx
Website Parameters.pptx
 
Omniture 101 - Digital Analytics - iProspect Canada
Omniture 101 - Digital Analytics - iProspect CanadaOmniture 101 - Digital Analytics - iProspect Canada
Omniture 101 - Digital Analytics - iProspect Canada
 
Tracking across devices
Tracking across devices Tracking across devices
Tracking across devices
 
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)
 
PPT 3 Web Analytics (1).pptx
PPT 3 Web Analytics (1).pptxPPT 3 Web Analytics (1).pptx
PPT 3 Web Analytics (1).pptx
 
Google Analytics - OptSus Marketing
Google Analytics - OptSus MarketingGoogle Analytics - OptSus Marketing
Google Analytics - OptSus Marketing
 
Tech4Africa Google Workshop 1
Tech4Africa Google Workshop 1Tech4Africa Google Workshop 1
Tech4Africa Google Workshop 1
 
Google’s tridente
Google’s tridenteGoogle’s tridente
Google’s tridente
 
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - AttacatGoogle Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
 
Understanding Web Analytics
Understanding Web AnalyticsUnderstanding Web Analytics
Understanding Web Analytics
 

Kürzlich hochgeladen

Miss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMiss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMagdalena Kulisz
 
Navigating Global Markets and Strategies for Success
Navigating Global Markets and Strategies for SuccessNavigating Global Markets and Strategies for Success
Navigating Global Markets and Strategies for SuccessElizabeth Moore
 
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local LeadsSearch Engine Journal
 
Understand the Key differences between SMO and SMM
Understand the Key differences between SMO and SMMUnderstand the Key differences between SMO and SMM
Understand the Key differences between SMO and SMMsearchextensionin
 
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...Associazione Digital Days
 
The power of SEO-driven market intelligence
The power of SEO-driven market intelligenceThe power of SEO-driven market intelligence
The power of SEO-driven market intelligenceHinde Lamrani
 
15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing StrategyBlue Atlas Marketing
 
social media optimization complete indroduction
social media optimization complete indroductionsocial media optimization complete indroduction
social media optimization complete indroductioninfoshraddha747
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...sowmyrao14
 
SEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessSEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessLiv Day
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxGeorgeCulica
 
Paul Russell Confidential Resume for Fahlo.pdf
Paul Russell Confidential Resume for Fahlo.pdfPaul Russell Confidential Resume for Fahlo.pdf
Paul Russell Confidential Resume for Fahlo.pdfpaul8402
 
SEO Forecasting by Nitin Manchanda at Berlin SEO & Content Club
SEO Forecasting by Nitin Manchanda at Berlin SEO & Content ClubSEO Forecasting by Nitin Manchanda at Berlin SEO & Content Club
SEO Forecasting by Nitin Manchanda at Berlin SEO & Content ClubNitin Manchanda
 
Agencia Marketing Branding Measurement Certification Google Ads Abril 2024
Agencia Marketing Branding Measurement Certification Google Ads Abril 2024Agencia Marketing Branding Measurement Certification Google Ads Abril 2024
Agencia Marketing Branding Measurement Certification Google Ads Abril 2024Marketing BRANDING
 
Richard van der Velde, Technical Support Lead for Cookiebot @CMP – “Artificia...
Richard van der Velde, Technical Support Lead for Cookiebot @CMP – “Artificia...Richard van der Velde, Technical Support Lead for Cookiebot @CMP – “Artificia...
Richard van der Velde, Technical Support Lead for Cookiebot @CMP – “Artificia...Associazione Digital Days
 
Digital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingDigital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingShauryaBadaya
 
TAM Sports IPL 17 Advertising Report- M01 - M23
TAM Sports IPL 17 Advertising Report- M01 - M23TAM Sports IPL 17 Advertising Report- M01 - M23
TAM Sports IPL 17 Advertising Report- M01 - M23Social Samosa
 
History of JWT by The Knowledge Center.pdf
History of JWT by The Knowledge Center.pdfHistory of JWT by The Knowledge Center.pdf
History of JWT by The Knowledge Center.pdfwilliam charnock
 
Best digital marketing e-book form bignners
Best digital marketing e-book form bignnersBest digital marketing e-book form bignners
Best digital marketing e-book form bignnersmuntasibkhan58
 
2024 WTF - what's working in mobile user acquisition
2024 WTF - what's working in mobile user acquisition2024 WTF - what's working in mobile user acquisition
2024 WTF - what's working in mobile user acquisitionJohn Koetsier
 

Kürzlich hochgeladen (20)

Miss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMiss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdf
 
Navigating Global Markets and Strategies for Success
Navigating Global Markets and Strategies for SuccessNavigating Global Markets and Strategies for Success
Navigating Global Markets and Strategies for Success
 
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
 
Understand the Key differences between SMO and SMM
Understand the Key differences between SMO and SMMUnderstand the Key differences between SMO and SMM
Understand the Key differences between SMO and SMM
 
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
 
The power of SEO-driven market intelligence
The power of SEO-driven market intelligenceThe power of SEO-driven market intelligence
The power of SEO-driven market intelligence
 
15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy
 
social media optimization complete indroduction
social media optimization complete indroductionsocial media optimization complete indroduction
social media optimization complete indroduction
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...
 
SEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise SuccessSEO and Digital PR - How to Connect Your Teams to Maximise Success
SEO and Digital PR - How to Connect Your Teams to Maximise Success
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptx
 
Paul Russell Confidential Resume for Fahlo.pdf
Paul Russell Confidential Resume for Fahlo.pdfPaul Russell Confidential Resume for Fahlo.pdf
Paul Russell Confidential Resume for Fahlo.pdf
 
SEO Forecasting by Nitin Manchanda at Berlin SEO & Content Club
SEO Forecasting by Nitin Manchanda at Berlin SEO & Content ClubSEO Forecasting by Nitin Manchanda at Berlin SEO & Content Club
SEO Forecasting by Nitin Manchanda at Berlin SEO & Content Club
 
Agencia Marketing Branding Measurement Certification Google Ads Abril 2024
Agencia Marketing Branding Measurement Certification Google Ads Abril 2024Agencia Marketing Branding Measurement Certification Google Ads Abril 2024
Agencia Marketing Branding Measurement Certification Google Ads Abril 2024
 
Richard van der Velde, Technical Support Lead for Cookiebot @CMP – “Artificia...
Richard van der Velde, Technical Support Lead for Cookiebot @CMP – “Artificia...Richard van der Velde, Technical Support Lead for Cookiebot @CMP – “Artificia...
Richard van der Velde, Technical Support Lead for Cookiebot @CMP – “Artificia...
 
Digital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingDigital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet Marketing
 
TAM Sports IPL 17 Advertising Report- M01 - M23
TAM Sports IPL 17 Advertising Report- M01 - M23TAM Sports IPL 17 Advertising Report- M01 - M23
TAM Sports IPL 17 Advertising Report- M01 - M23
 
History of JWT by The Knowledge Center.pdf
History of JWT by The Knowledge Center.pdfHistory of JWT by The Knowledge Center.pdf
History of JWT by The Knowledge Center.pdf
 
Best digital marketing e-book form bignners
Best digital marketing e-book form bignnersBest digital marketing e-book form bignners
Best digital marketing e-book form bignners
 
2024 WTF - what's working in mobile user acquisition
2024 WTF - what's working in mobile user acquisition2024 WTF - what's working in mobile user acquisition
2024 WTF - what's working in mobile user acquisition
 

Google Analytics Get Up to Speed

  • 1. Google Analytics Get Up to Speed Jay Murphy October 15, 2014 Trionia.com jmurphy@trionia.com @trionia www.linkedin.com/in/jaymurphy/
  • 2. Agenda  SEO and Analytics – Site Search – Landing Pages – Matched Keyword – (not provided) Insights  What’s new with Google Analytics? – Universal Analytics – New Features  Timeout Settings  Referral Exclusions  Demographic Reports  Remarketing  Custom Dimensions  User ID (Session )  Enhanced eCommerce – Analysis Tactics
  • 3. Why Measure?  With information about your visitors you can better decide: – How to improve your website, – How to spend time and money on specific topics and marketing, – How to reach your audience – how to reach new audiences…
  • 5. How Google Analytics Works GA code For more detail: Google Analytics Concepts
  • 6. How Google Analytics Works (continued)  Google processes the information and stores it as Dimensions and Metrics Dimensions Metrics
  • 7. How Google Analytics Works (continued)  Reports then present using Dimensions and Metrics – Dimensions are ‘things’ we want to measure  Page name, referrer, campaign, country, … – Metrics are the ‘things’ we can count  Pageviews, visit (session), time on site,…  Some are calculated – Universal Analytics can create our own custom dimensions and metrics!
  • 10. SITE SEARCH SETUP  In the Google Analytics Admin go to View Settings  Turn on Site Search  Add the Query String Parameter  Option – Add Categories
  • 12. PAID SEARCH MATCHED KEYWORD QUERY
  • 13. LANDING PAGES  Behavior – Landing Pages – Secondary Dimension – Keyword Argh!!! (not provided) OK take a deeeep breath!
  • 14. (NOT PROVIDED) INSIGHTS  What if we could look at all our (not provided) landing pages  Solutions Gallery! (not provided) Insights
  • 16. NEW FEATURES & REPORTS
  • 17. Vocabulary Quiz  Visit  Profile  Unique Visitor  Content  Session  View  User  Behavior
  • 19. Google Analytics Code Upgrade Step 2  Change Asynchronous (or older code): <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXXX-Y’]); _gaq.push(['_setDomainName', ‘coolsite.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})(); </script> To this – Google Universal Analytics: <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXXXXX-Y', ‘coolsite.com'); ga('send', 'pageview'); </script> 19
  • 20. Universal Analytics Upgrade Installation Check – Check on your Google Analytics  Admin > Property Settings > Tracking Info –> Tracking Code UA-XXXXXXX-Y 20 www.coolsite.com Cool Site
  • 21. Universal Analytics Tag Assistant Check  Download Tag Assistant from the Chrome Store (this only works in Google Chrome)
  • 22. Universal Analytics Tag Assistant Check  A Green ‘Tag’ Icon shows that tagging is working  Click on the Tag to see more information about the page tagging  Will also tell you about other tagging including remarketing, conversion, and other marketing tags
  • 23. Timeout Settings  Timeouts have always been configurable – but it had to be done in code. Can be configured in the Admin.  Why do this? – What if people watch videos on your website for more than 30 minutes? Set the session timeout to the max video length. – Some purchases have a very long lead time – for example in construction the sales cycle can be nine months to a year.
  • 25. Referral Exclusions  How to remove those pesky referrals from your own websites? – Like timeout setting this used to be done with code on each of the websites – but now this can be done right from the Admin Panel.
  • 26. Referral Exclusions www.coolsite.com coolsite.com blog.coolsite.com coolsite.shoppingcart. com coolsite.shoppingcart. com
  • 27. Demographic Reports  A new features is demographic reports that include: – Age – Gender – Affinity Groups  For example: movie lovers, travel buffs, … – In Market Segments  People investigating specific products
  • 30. Demographic Reports Configure Step 2  Update your Code: <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBe fore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXXXXX-Y', ‘coolsite.com'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script>
  • 33. Remarketing Lists  Once “Display Features” are active on an accounts “Remarketing Lists” are available  These are groups of users that can be targeted in current or future campaigns  Market home loans directly to people looking at real estate  Travel information to people who visit travel sites
  • 34. Display Features Remarketing List Now that Display Features is turned on you can also create remarketing lists… www.coolsite.com www.coolsite.com Cool Sites Inc. www.coolsite.com Main Coolsite.com View
  • 35. Custom Dimensions  A very powerful feature for helping to better understand users and groups of users. – You define the Dimension name – Scope defines data association  ‘Hit’s good for tracking a onetime activity – A video play or form submission  A ‘Session’ to track a visitor login  ‘User’ scope is useful to track across sessions
  • 37. Custom Dimension Code Update www.coolsite.com
  • 38. User ID AKA Session Unification  VERY EXCITING! – The User ID feature will allow tracking across multiple devices  It only works for users who authenticate to your website or application – Examples:  Game Users, Club Members, Students, Employees, Blog Authors…
  • 40. User ID Code Step 2  Code Added to Site – User ID cannot be Personally Identifying – User ID set on every page
  • 41. User ID User ID View Step 3  Name the View  Set the Time Zone  Hit Create View  Use this View for Reporting
  • 42. Enhanced eCommerce  In addition to tracking purchase transactions – Enhanced eCommerce  Track: – Product impressions – Refunds – by transaction and item – Affiliate performance – Internal promotion performance
  • 44. Behavior : In-Page Analytics
  • 50. To Learn More  Cardinal Path is offering three days of Analytics Courses in New York – Google Analytics – 101, 201 and 301  When: December 10th, 11th and 12th. REGISTER ONLINE
  • 51. Analytics Resources  Blogs – Occam’s Razor by Avinash Kaushik  Books – Web Analytics Demystified – Eric T. Peterson – Web Analytics an Hour a Day – Avinash Kaushik  Education – Google’s Analytics Academy – with Justin Cutroni
  • 52. Definitions Session (Visits) A visit is defined as a series of page requests from the same uniquely identified client with a time of no more than 30 minutes between each page request. So for a user who visits at 11:00 AM and then again at 11:20 this user counts as a single unique visit; if the user clicks on a new page at 11:35 it now counts as two visits. Unique Visitors A unique user (computer) that accesses a Website, while people cannot be identified by analytics, we substitute computers. So a single computer that accesses a website is deemed to be a Unique Visitor. (Most analytics tools use cookies, small files saved by a browser, to determine if a machine has been to a website before. Since many users remove cookies on a monthly basis, unique visitors can be overstated.) 52
  • 53. Definitions (continued) New Visitors A visitor that has not made any previous visits. Again, since New Visitors are also determined by the use of cookies saved on a visitors computer; visitors that delete cookies show as new visitors. Bounce Rate The percentage of visits where the visitor enters and exits at the same page without visiting any other pages on the site in between. (In general a higher bounce rate is not a good sign – but some websites are designed for a single page view before leaving, for example blogs. Use bounce rate to analyze your site based on your site’s users goals.) 53
  • 54. Definitions (continued) Average Pages per Session The average number of page views a visitor views before ending their session. It is calculated by dividing total number of page views by total number of sessions. Average Time on Site Average amount of time that visitors spend on the site each time they visit. (This metric can be complicated by the fact that analytics programs cannot measure the length of the last page view, since the time is measured by start time of second page minus the start time of the first page.) Pageviews A request for a file whose type is defined as a page – typical a single webpage. An occurrence of the script being run in page tagging. 54
  • 55. Definitions (continued) Page A Page B Page C Exit Page A Page B Exit A Day Later Sessions (Visits)? Pageviews? Unique Visitor? Entrances Page A? Exits Page B? Bounce Rate Page B? 2 6 1 2 2 33% Page B Exit Another Day Later
  • 56. Definitions - Time Page A Page B Page C Exit 1:20 PM 1:25 PM 1:30 PM 5 Minutes 5 Minutes ? Time on site is 10 minutes The exact time is unknown. Several methods to track this include ‘events’ on a page such as a video view, a timer or external link to capture this time. However none is exact.
  • 57. Universal Analytics  Custom Dimensions (& Metrics)  Measure Users across Devices – User ID  New Reports / Data – Demographics Reports – Enhanced eCommerce *If you want to learn how to track Caffeine Consumption with Universal Analytics check out this video: http://goo.gl/xfOi3U
  • 59. How to Access  Google Analytics is easy to access: – http://www.google.com/analytics/ 59
  • 62. Acquisition -> All Traffic Report  The All Traffic report shows traffic by Source/Medium:
  • 63. Reporting Interface  The reports in Google Analytics use the same basic interface*.  The following slides will show: – Setting date ranges, comparison, exporting, secondary dimensions… * There are some differences such as the navigation reports, flow reports… But in general most reports use the same interface.
  • 65. Reporting Interface Date Range and Comparison
  • 66. Reporting Interface Line Chart Time Ranges
  • 69. Reporting Interface Report Type – Data (standard table)
  • 70. Reporting Interface Report Type – Percentage
  • 71. Reporting Interface Report Type – Performance
  • 72. Reporting Interface Report Type – Comparison
  • 75. Audience Reports  Answers these questions (and more)? – Where are my visitors coming from? – Are they new visitors?  How many are new?  How many are regular visitors? – When do my visitors come to my site? – What browsers, version of flash, java… do they use? 75
  • 77. Audience : New vs. Returning
  • 80. Acquisition Reports – Where did people find out about my site? – What proportion of visitors come to the site:  Directly, through search engines and through referral websites? – For search engine traffic – what keywords? – Which referrals provide the ‘best’ traffic? – What campaigns are most effective?
  • 82. Acquisition : All Traffic
  • 84. Behavior Reports – What are the most popular pages? – How do visitors navigate through the site? – What are the top entrance pages?  How do people reach these pages? – Where did people leave the site?  Further detail to determine if a user goal was satisfied or it was a failed visit.
  • 85. Behavior : All Pages
  • 87. Behavior : Landing Pages Analysis
  • 88. Behavior : Site Search