SlideShare une entreprise Scribd logo
1  sur  43
31 Ways to destroy your
Google Analytics
implementation
Charles Meaden
Digital Nation
30 seconds about me
• Founder of Digital Nation
• Been using web analytics in one form or another for 20 years
• Using Google Analytics since it was launched
The Spirit of Measurecamp
http://www.wired.com/2015/01/rodney-mullen/
A Lesson From My First Boss
•Shit in
•Shit out
It Used To Be So Easy
• 20 years ago, all we had to was process log files
• It’s quite difficult to corrupt a log file
Aggregation of Marginal Gains
http://jamesclear.com/marginal-gains
We Shouldn’t Be Having This Talk
• If everyone associated with web analytics on a project did their
job properly
• So who’s to blame..
1. Marketing Teams
• ‘Don’t have the time’
– to write a proper brief
– tag campaigns
– keep people informed of new campaigns
• ‘Its not my job’ attitudes
• Won’t take the time to learn
2. Developers
• Insist they know the best place to add tracking codes
• Won’t read technical briefs or just cherry pick from them
• Don’t see the need to comment or document their code
• And my all time favourite
• Not testing their code in a browser to make sure it deploys
correctly
3. Digital Agencies
• “Of course we know analytics”
• Just adding the code onto the page and nothing else
• Not taking the time to understand what the client wants
• Don’t see how they can make money from this
Why Do Mistakes Happen
 Lack of knowledge prevents sites from being tagged correctly
 Organisations don’t truly value the data from their tools and won’t
commit sufficient budgets to getting them setup correctly
 Agencies who claim ‘expert’ knowledge of analytics yet don’t even
exclude the IP address of the client
 Not enough attention being paid to analytics, so mistakes are not
spotted for weeks or months
You can help
• If there is anything I’ve missed let me know and I’ll add it to this
deck
• Get hold of me via
– charles@digitalnation.co.uk
– Twitter: @charlesmeaden
– Linkedin: uk.linkedin.com/in/charlesmeaden
4. Tags Missing From Pages
Consequence
• Pages not being recorded at all
• Self referrals from your own domain name
• Incorrectly recorded landing pages
How to spot
• Use a crawling tool such as WASP or Screaming Frog to search the
UA code on the page
Fix
• Maintain a list of all page types and monitor on a regular basis
– Custom Alerts will give you an early warning
5. Too Many Google Analytics Tags
Consequence
• Your bounce rate drops to zero
• Multiple sets of data running around your organisation
How to spot
• Use either HTTPFox , Google Analytics Debug or WASP to see which
tags are being fired
• If using Wordpress or CMS check which plugins are being used
Fix
• Hunt through the source code till you’ve find them and work out
which one can go
6. Mixing ‘Classic’ and Universal Code on the same site
Consequence
• Multiple sessions being recorded
• No guarantee that your data will be recorded correctly
How to spot
• Use a crawling tool such as Screaming Frog or Wasp Crawler to
crawl your site and look for tags on the site
Fix
• Upgrade the site to Universal Analytics
You can run classic and Universal side on the same page without any issues.
This refers to using classic in one section and universal in another
7. Set Domain Name Not Set Or Misconfigured
Consequence
• Traffic from other sites can appear in your domain
• Visits from blog.yourdomainname.com come in as separate visits
How to spot
• Pages start appearing that don’t belong to your site
• Your subdomains appear as referrers
Fix
• Universal - Add the domain name to the referrer exclusion list
• Add the setdomainname into the your GA code (classic)
8. Your Code Deployed On Other Sites
Consequence
• Inflated visits
• Affects all of your metrics
How to spot
• Look at Year on Year patterns for anything that looks runs unusal
• Use Custom Alerts to alert you to any big increases in traffic
Fix
• Remove the incorrect filter
• Set a filter to only include traffic from your hostname
8. Your Code Deployed On Other Sites
Consequence
• Main site and shop on a subdomain
• Intention was to setup two Google Analytics accounts
– Cross domain tracking not possible for “techical reasons”
• The shop fired both accounts
• Vists from the shop ended up in the main account
• Over the year, figures overinflated by 52%
9. Forgetting To Exclude Yourself / Client / Employees
Consequence
• Inflated visitor figures
• Inflated conversion rates from all those tests you run
How to spot
• Look and see in Audience > Technology > Networks for large
amounts of traffic from one network
• Large visitor numbers from countries outside your target market
Fix
• Use a filter to exclude all known static IP addresses and known ISP
names
• If you have a lot of visits coming from dynamic IP’s, consider using
a custom variables / custom dimensions
10. Not Enabling Cross Domain Tracking
Consequence
• New sessions created as you move between domains
• No true picture of the user journey
How to spot
• Traffic coming in from other subdomains or domains within your
organisation
Fix
• Deploy cross domain tracking
• Google Tag Manager and Universal Analytics make this a far
simpler process
11. Excluding Known Browser Bots
Consequence
• Inflated visitor figures
• Distorted metrics
How to spot
• High levels of direct traffic with 100% bounce rate
• Look and see in Audience > Technology > Networks for large
amounts of traffic from one network
• Visits coming from Mozilla User Agent
Fix
• Use a filter to exclude IP address and networks
12. Excluding Malicious Browser Bots
Consequence
• Inflated referring sites visits
• Distorted metrics
How to spot
• Look for ‘Semalt’ or ‘Buttons for
Websites’
• Other referring web sites that have
100% bounce rates
Fix
• Enable the Bot Filtering in View > View
Settings
• Create a filter to exclude traffic from
Semalt and Buttons
13. Not QA’ing Code in the Browser
Consequence
• Data either not recorded or wrong
• If not spotted in time, long term data quality issues
• People stop trusting the data
How to spot
• Immediate drops in data
• Look for code
– wrapped in comment tags
– no code at all
Fix
• Use HTTPFox , Google Analytics Debug or WASP to check whether
the GIF is being fired
• Have a test GA view that simulates the standard account
13. Not QA’ing Code in the Browser
13. Not QA’ing Code in the Browser
14: Losing UTM & Gclid Codes Due To Redirects
Consequence
• Marketing information not correctly recorded
• Increase in direct traffic
How to spot
• Direct traffic is far higher than you’d expect
• Missing medium and sources
• Use HTTPFox to analyse the redirects and see what gets stripped
out
Fix
• Discuss with your developers the most efficient way of developing
the redirects that handle the codes
15. Not Linking Adwords to Analytics
Consequence
• All Adwords traffic is reported as organic
• Lose your Matched Search Query report
How to spot
• Nothing reported in the Adwords section
Fix
• Link Adwords to Analytics
16. Not Tagging Campaigns
Consequence
• Visits appear as referrals or direct
– Email will appear as mail.google.com or direct
– Display campaigns just appear in the referring sites
How to spot
• Peaks in direct traffic or referring traffic when email is sent out
• No campaign traffic when you’re running them
Fix
• Email - talk to your ESP about the most effective way to tag your
pages
• Teach those who run campaigns how to tag them
17. Using Campaign Tracking for Internal Promotions
Consequence
• Existing medium / source / campaign information overwritten
• New sessions are started
How to spot
• People ‘landing’ on pages that don’t make sense such as
• Medium, Source and Campaign tags that refer to internal
Fix
• Remove the tags
• Replace them with events
• Look at Universal Enhanced Ecommerce for banner tracking
18. Events Being Fired on Page Load
Consequence
• Drops the bounce rate to zero for
that page
• Affects the overall bounce rate
How to spot
• Use HTTPFox, Google Analytics
Debug or WASP to see what is being
sent back to Google and what is
firing the event
Fix
• Set the event to be a non-interaction
event
19. None or One Thank You Page for All Forms
Consequence
• Incorrect conversion rates
How to spot
• Goals have almost identical conversion rates
Fix
• Create separate thank you pages
• Set the pageview element to record a distinct name for each form
• Fire an event when the form is successfully completed
– Downside is you can’t create a funnel
20. Goals Incorrectly Setup
Consequence
• Incorrect conversion rates
• Zero conversions
How to spot
• Funnels that don’t look right
– bulge in the middle
– same numbers for each step
Fix
• Use regex to tightly define goals
• Test, Test and Test again
21. Session ID’s
Consequence
• Increase the number of unique page names and running into
Google limits of 50,000 per table
How to spot
• 1000’s of combinations of the same name
Fix
• Exclude specific variables in the admin section
22. Other Tracking ID’s
Consequence
• Increase the number of unique page
names and running into Google limits
of 50,000 per table
How to spot
1000’s of combinations of the same name
Fix
• Exclude specific variables in the admin
section
23. Site Search Not Implemented
Consequence
• Searches recorded as page views
• Can’t use the Site Search tools to
segment traffic
How to spot
• The Content > Site Section is empty
Fix
• Look at URL’s to determine where the
query string is
– http://www.example.com/search?controller=search&
search_query=zoo
• Set up site search in the Google
Analytics Admin section
24. Zero Search Results Not Tracked
Consequence
• You don’t know which search terms failed to produce zero results
How to spot
• You can’t as you’re not tracking them
Fix
• Modify your search results URL to include a phrase such as
noresults
– http://www.example.com/search?controller=search&search_query=noresults:zoo
• Fire an event that contains missing search term
• Use Google Tag Manager to scrape the DOM element
25. Incorrect Time Zones Set
Consequence
• It’s not clear when the peak times are on your site
How to spot
• Traffic appearing at strange times, normally early in the morning
Fix
• Change the timezones within the admin section
– The change isn’t applied retrospectively
26. Incorrect Currency Set
Consequence
• Transactions are recorded in the
wrong currency
– Actual number will be correct if
not specifying currency in
ecommerce data
How to spot
• The wrong currency symbol is
shown
Fix
• Change the currency within the
View Settings
27. Default Page Set Incorrectly
Consequence
• Pages created that don’t actually
exist
• Can break goals
How to spot
• All directories contain the
default page
Fix
• Before removing it, see if has
been used in goals and
segments
28. Not Setting All Pages To Lower Case
Consequence
• End up with duplicate pages
– Happens on Windows IIS servers
which are not case sensitive
How to spot
• Pages will appear as two separate
rows
Fix
• Eyeball pages names to check for
any issues
• Setup a lower case custom filter
29. Agencies creating Properties Not Accounts
Consequence
• Hassles when trying to get admin access to accounts
How to spot
• Agencies refusing access to accounts
Fix
• Shoot a short video explaining how to change the user
accounts
30. Deleting Your Google Analytics Account
Consequence
• Your data has gone!
How to spot
• The account doesn’t appear to be there
Fix
• Select the Trash Can icon to recover the
account
– You have 35 days to recover account
31. Not Correctly Tracking 404 Pages
Consequence
• If you have no clear 404 page or way of identifying it, then data
from the error pages gets mixed up with live pages
How to spot
• Enter a URL that you know doesn’t exist
• Typically, sites will do one of the following
– Show a dedicated 404 error page on it’s own unique URL
– Show the a 404 error message on the URL you entered
Fix
• Fire an event or virtual page view to identify the pages
• Lunametrics has a good article on tracking 404’s using Google Tag
Manager

Contenu connexe

Tendances

Google Analytics: Overview & Key Metrics for Retirement Communities
Google Analytics: Overview & Key Metrics for Retirement CommunitiesGoogle Analytics: Overview & Key Metrics for Retirement Communities
Google Analytics: Overview & Key Metrics for Retirement CommunitiesOur Kids Media
 
BrightonSEO - Understanding Your Customers with Google Analytics
BrightonSEO - Understanding Your Customers with Google AnalyticsBrightonSEO - Understanding Your Customers with Google Analytics
BrightonSEO - Understanding Your Customers with Google AnalyticsDan Peden
 
Google Analytics - Getting Started and How to Measure Success
Google Analytics - Getting Started and How to Measure SuccessGoogle Analytics - Getting Started and How to Measure Success
Google Analytics - Getting Started and How to Measure SuccessAnindya Santika Devi
 
Web Analytics 101 & Career Advice
Web Analytics 101 & Career AdviceWeb Analytics 101 & Career Advice
Web Analytics 101 & Career AdviceAlex Cohen
 
Google Analytics
Google AnalyticsGoogle Analytics
Google Analyticsggeminiee
 
Google Analytics Training September 2016
Google Analytics Training September 2016Google Analytics Training September 2016
Google Analytics Training September 2016Noisy Little Monkey
 
Ei Presentation on analytics
Ei Presentation on analyticsEi Presentation on analytics
Ei Presentation on analyticsLar Veale
 
Key Insights From Funnels - Enhanced Ecommerce For Google Analytics
Key Insights From Funnels - Enhanced Ecommerce For Google AnalyticsKey Insights From Funnels - Enhanced Ecommerce For Google Analytics
Key Insights From Funnels - Enhanced Ecommerce For Google AnalyticsSimo Ahava
 
Google Analytics
Google AnalyticsGoogle Analytics
Google AnalyticsRohan Dighe
 
Using metrics to improve website engagement
Using metrics to improve website engagementUsing metrics to improve website engagement
Using metrics to improve website engagementCharityComms
 
What is marketing automation
What is marketing automationWhat is marketing automation
What is marketing automationDoug Griffin
 
Google Analytics: Introduction & User Training
Google Analytics: Introduction & User TrainingGoogle Analytics: Introduction & User Training
Google Analytics: Introduction & User TrainingMatt Trimmer
 
Chapter 9 - Analytics
Chapter 9 - AnalyticsChapter 9 - Analytics
Chapter 9 - AnalyticsEdem Adzroe
 
Content Marketing Retreat: Measurement with Google Analytics
Content Marketing Retreat: Measurement with Google Analytics Content Marketing Retreat: Measurement with Google Analytics
Content Marketing Retreat: Measurement with Google Analytics Mightybytes
 
Introduction to web analytics and the Google analytics platform pdf
Introduction to web analytics and the Google analytics platform pdfIntroduction to web analytics and the Google analytics platform pdf
Introduction to web analytics and the Google analytics platform pdfMartin Bloomfield
 
20210309 Google Analytics - UGent
20210309 Google Analytics - UGent20210309 Google Analytics - UGent
20210309 Google Analytics - UGentI Like Media
 
Geary LSF University Presents: Analytics Basics
Geary LSF University Presents: Analytics BasicsGeary LSF University Presents: Analytics Basics
Geary LSF University Presents: Analytics BasicsKatie Fellenz
 

Tendances (20)

Google Analytics: Overview & Key Metrics for Retirement Communities
Google Analytics: Overview & Key Metrics for Retirement CommunitiesGoogle Analytics: Overview & Key Metrics for Retirement Communities
Google Analytics: Overview & Key Metrics for Retirement Communities
 
BrightonSEO - Understanding Your Customers with Google Analytics
BrightonSEO - Understanding Your Customers with Google AnalyticsBrightonSEO - Understanding Your Customers with Google Analytics
BrightonSEO - Understanding Your Customers with Google Analytics
 
Google Analytics - Getting Started and How to Measure Success
Google Analytics - Getting Started and How to Measure SuccessGoogle Analytics - Getting Started and How to Measure Success
Google Analytics - Getting Started and How to Measure Success
 
Web Analytics 101 & Career Advice
Web Analytics 101 & Career AdviceWeb Analytics 101 & Career Advice
Web Analytics 101 & Career Advice
 
Google Analytics
Google AnalyticsGoogle Analytics
Google Analytics
 
Top 60 Marketing Tips
Top 60 Marketing TipsTop 60 Marketing Tips
Top 60 Marketing Tips
 
Google Analytics Training September 2016
Google Analytics Training September 2016Google Analytics Training September 2016
Google Analytics Training September 2016
 
Ei Presentation on analytics
Ei Presentation on analyticsEi Presentation on analytics
Ei Presentation on analytics
 
Key Insights From Funnels - Enhanced Ecommerce For Google Analytics
Key Insights From Funnels - Enhanced Ecommerce For Google AnalyticsKey Insights From Funnels - Enhanced Ecommerce For Google Analytics
Key Insights From Funnels - Enhanced Ecommerce For Google Analytics
 
Google Analytics
Google AnalyticsGoogle Analytics
Google Analytics
 
Using metrics to improve website engagement
Using metrics to improve website engagementUsing metrics to improve website engagement
Using metrics to improve website engagement
 
What is marketing automation
What is marketing automationWhat is marketing automation
What is marketing automation
 
MWC_GA_101
MWC_GA_101MWC_GA_101
MWC_GA_101
 
Google Analytics: Introduction & User Training
Google Analytics: Introduction & User TrainingGoogle Analytics: Introduction & User Training
Google Analytics: Introduction & User Training
 
Chapter 9 - Analytics
Chapter 9 - AnalyticsChapter 9 - Analytics
Chapter 9 - Analytics
 
Content Marketing Retreat: Measurement with Google Analytics
Content Marketing Retreat: Measurement with Google Analytics Content Marketing Retreat: Measurement with Google Analytics
Content Marketing Retreat: Measurement with Google Analytics
 
Introduction to web analytics and the Google analytics platform pdf
Introduction to web analytics and the Google analytics platform pdfIntroduction to web analytics and the Google analytics platform pdf
Introduction to web analytics and the Google analytics platform pdf
 
20210309 Google Analytics - UGent
20210309 Google Analytics - UGent20210309 Google Analytics - UGent
20210309 Google Analytics - UGent
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overview
 
Geary LSF University Presents: Analytics Basics
Geary LSF University Presents: Analytics BasicsGeary LSF University Presents: Analytics Basics
Geary LSF University Presents: Analytics Basics
 

En vedette

Breaking down the barriers to the use of digital analytics
Breaking down the barriers to the use of digital analyticsBreaking down the barriers to the use of digital analytics
Breaking down the barriers to the use of digital analyticsPeter O'Neill
 
A/B Testing Pitfalls - MeasureCamp London 2015
A/B Testing Pitfalls - MeasureCamp London 2015A/B Testing Pitfalls - MeasureCamp London 2015
A/B Testing Pitfalls - MeasureCamp London 2015Michal Parizek
 
Nix for etl using scripting to automate data cleaning & transformation
Nix for etl using scripting to automate data cleaning & transformationNix for etl using scripting to automate data cleaning & transformation
Nix for etl using scripting to automate data cleaning & transformationLynchpin Analytics Consultancy
 
Customer Lifetime Value
Customer Lifetime ValueCustomer Lifetime Value
Customer Lifetime Valuepavel jašek
 
Internal Search - The Lost Child of Web Analytics
Internal Search - The Lost Child of Web AnalyticsInternal Search - The Lost Child of Web Analytics
Internal Search - The Lost Child of Web AnalyticsCharles Meaden
 
Chi squared test for digital analytics
Chi squared test for digital analyticsChi squared test for digital analytics
Chi squared test for digital analyticsPawel Kapuscinski
 
How & Why We Build a Bespoke Marketing Attribution System by Phillip Law @ Me...
How & Why We Build a Bespoke Marketing Attribution System by Phillip Law @ Me...How & Why We Build a Bespoke Marketing Attribution System by Phillip Law @ Me...
How & Why We Build a Bespoke Marketing Attribution System by Phillip Law @ Me...MeasureCamp Cardiff
 
Measurecamp - Improving e commerce tracking with universal analytics
Measurecamp - Improving e commerce tracking with universal analyticsMeasurecamp - Improving e commerce tracking with universal analytics
Measurecamp - Improving e commerce tracking with universal analyticsMatt Clarke
 
Difference between Analytics in Public Sector vs Private Sector @ MeasureCamp...
Difference between Analytics in Public Sector vs Private Sector @ MeasureCamp...Difference between Analytics in Public Sector vs Private Sector @ MeasureCamp...
Difference between Analytics in Public Sector vs Private Sector @ MeasureCamp...MeasureCamp Cardiff
 
Getting to the People Behind The Keywords
Getting to the People Behind The KeywordsGetting to the People Behind The Keywords
Getting to the People Behind The KeywordsCarmen Mardiros
 
Don't you have a Funnel view? - Measure Camp VI
Don't you have a Funnel view? - Measure Camp VIDon't you have a Funnel view? - Measure Camp VI
Don't you have a Funnel view? - Measure Camp VIXavier Colomes
 
Top 10 Google Analytics tips to save you money!
Top 10 Google Analytics tips to save you money!Top 10 Google Analytics tips to save you money!
Top 10 Google Analytics tips to save you money!Phil Pearce
 
Crunching data with go: Tips, tricks, use-cases
Crunching data with go: Tips, tricks, use-casesCrunching data with go: Tips, tricks, use-cases
Crunching data with go: Tips, tricks, use-casesSergii Khomenko
 
See This, Do That Analytics presentation from Superweek 2014
See This, Do That Analytics presentation from Superweek 2014See This, Do That Analytics presentation from Superweek 2014
See This, Do That Analytics presentation from Superweek 2014Peter O'Neill
 
Google Analytics Crash Course
Google Analytics Crash CourseGoogle Analytics Crash Course
Google Analytics Crash CoursePeter O'Neill
 
Impacting Business Performance with Analytics
Impacting Business Performance with AnalyticsImpacting Business Performance with Analytics
Impacting Business Performance with AnalyticsPeter O'Neill
 
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...Sergii Khomenko
 
BrainSINS and AWS meetup Keynote
BrainSINS and AWS meetup KeynoteBrainSINS and AWS meetup Keynote
BrainSINS and AWS meetup KeynoteAndrés Collado
 
Get more from Analytics 360 with BigQuery and the Google Cloud Platform
Get more from Analytics 360 with BigQuery and the Google Cloud PlatformGet more from Analytics 360 with BigQuery and the Google Cloud Platform
Get more from Analytics 360 with BigQuery and the Google Cloud Platformjavier ramirez
 

En vedette (20)

Measure camp pres 5 cro myths
Measure camp pres   5 cro mythsMeasure camp pres   5 cro myths
Measure camp pres 5 cro myths
 
Breaking down the barriers to the use of digital analytics
Breaking down the barriers to the use of digital analyticsBreaking down the barriers to the use of digital analytics
Breaking down the barriers to the use of digital analytics
 
A/B Testing Pitfalls - MeasureCamp London 2015
A/B Testing Pitfalls - MeasureCamp London 2015A/B Testing Pitfalls - MeasureCamp London 2015
A/B Testing Pitfalls - MeasureCamp London 2015
 
Nix for etl using scripting to automate data cleaning & transformation
Nix for etl using scripting to automate data cleaning & transformationNix for etl using scripting to automate data cleaning & transformation
Nix for etl using scripting to automate data cleaning & transformation
 
Customer Lifetime Value
Customer Lifetime ValueCustomer Lifetime Value
Customer Lifetime Value
 
Internal Search - The Lost Child of Web Analytics
Internal Search - The Lost Child of Web AnalyticsInternal Search - The Lost Child of Web Analytics
Internal Search - The Lost Child of Web Analytics
 
Chi squared test for digital analytics
Chi squared test for digital analyticsChi squared test for digital analytics
Chi squared test for digital analytics
 
How & Why We Build a Bespoke Marketing Attribution System by Phillip Law @ Me...
How & Why We Build a Bespoke Marketing Attribution System by Phillip Law @ Me...How & Why We Build a Bespoke Marketing Attribution System by Phillip Law @ Me...
How & Why We Build a Bespoke Marketing Attribution System by Phillip Law @ Me...
 
Measurecamp - Improving e commerce tracking with universal analytics
Measurecamp - Improving e commerce tracking with universal analyticsMeasurecamp - Improving e commerce tracking with universal analytics
Measurecamp - Improving e commerce tracking with universal analytics
 
Difference between Analytics in Public Sector vs Private Sector @ MeasureCamp...
Difference between Analytics in Public Sector vs Private Sector @ MeasureCamp...Difference between Analytics in Public Sector vs Private Sector @ MeasureCamp...
Difference between Analytics in Public Sector vs Private Sector @ MeasureCamp...
 
Getting to the People Behind The Keywords
Getting to the People Behind The KeywordsGetting to the People Behind The Keywords
Getting to the People Behind The Keywords
 
Don't you have a Funnel view? - Measure Camp VI
Don't you have a Funnel view? - Measure Camp VIDon't you have a Funnel view? - Measure Camp VI
Don't you have a Funnel view? - Measure Camp VI
 
Top 10 Google Analytics tips to save you money!
Top 10 Google Analytics tips to save you money!Top 10 Google Analytics tips to save you money!
Top 10 Google Analytics tips to save you money!
 
Crunching data with go: Tips, tricks, use-cases
Crunching data with go: Tips, tricks, use-casesCrunching data with go: Tips, tricks, use-cases
Crunching data with go: Tips, tricks, use-cases
 
See This, Do That Analytics presentation from Superweek 2014
See This, Do That Analytics presentation from Superweek 2014See This, Do That Analytics presentation from Superweek 2014
See This, Do That Analytics presentation from Superweek 2014
 
Google Analytics Crash Course
Google Analytics Crash CourseGoogle Analytics Crash Course
Google Analytics Crash Course
 
Impacting Business Performance with Analytics
Impacting Business Performance with AnalyticsImpacting Business Performance with Analytics
Impacting Business Performance with Analytics
 
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
From Data Science to Production - deploy, scale, enjoy! / PyData Amsterdam - ...
 
BrainSINS and AWS meetup Keynote
BrainSINS and AWS meetup KeynoteBrainSINS and AWS meetup Keynote
BrainSINS and AWS meetup Keynote
 
Get more from Analytics 360 with BigQuery and the Google Cloud Platform
Get more from Analytics 360 with BigQuery and the Google Cloud PlatformGet more from Analytics 360 with BigQuery and the Google Cloud Platform
Get more from Analytics 360 with BigQuery and the Google Cloud Platform
 

Similaire à 31 Ways To Destroy Your Google Analytics Implementation

Google analytics getting_started
Google analytics getting_startedGoogle analytics getting_started
Google analytics getting_startedMolly O'Kane
 
April 2018 Digital Marketing Roundtable
April 2018 Digital Marketing RoundtableApril 2018 Digital Marketing Roundtable
April 2018 Digital Marketing RoundtableMartha Herdendorf
 
Google Analytics for Experienced Users
Google Analytics for Experienced UsersGoogle Analytics for Experienced Users
Google Analytics for Experienced UsersAlbaInnovationCentre
 
How to measure your marketing effectiveness
How to measure your marketing effectivenessHow to measure your marketing effectiveness
How to measure your marketing effectivenessJustin Kerley
 
How to Use Google Analytics to Make Your Website Better - Dylan Brooks and Ph...
How to Use Google Analytics to Make Your Website Better - Dylan Brooks and Ph...How to Use Google Analytics to Make Your Website Better - Dylan Brooks and Ph...
How to Use Google Analytics to Make Your Website Better - Dylan Brooks and Ph...Insurance Technologies Corporation (ITC)
 
SEO for Beginners Feb 2020 - Bristol Media
SEO for Beginners Feb 2020  - Bristol MediaSEO for Beginners Feb 2020  - Bristol Media
SEO for Beginners Feb 2020 - Bristol MediaJon Payne
 
Google Analytics - Webmaster Tools Pro Setup & Tips
Google Analytics -  Webmaster Tools Pro Setup & TipsGoogle Analytics -  Webmaster Tools Pro Setup & Tips
Google Analytics - Webmaster Tools Pro Setup & TipsRank Fuse Digital Marketing
 
Okc wp meetup june 2019_common_wp_mistakes
Okc wp meetup june 2019_common_wp_mistakesOkc wp meetup june 2019_common_wp_mistakes
Okc wp meetup june 2019_common_wp_mistakesLynn Dye
 
Analytics Configuration Strategies that Add Value for Your Clients - David Vo...
Analytics Configuration Strategies that Add Value for Your Clients - David Vo...Analytics Configuration Strategies that Add Value for Your Clients - David Vo...
Analytics Configuration Strategies that Add Value for Your Clients - David Vo...WP Engine
 
Top 5 Things Website Owners Should Do in Webmaster Tools
Top 5 Things Website Owners Should Do in Webmaster ToolsTop 5 Things Website Owners Should Do in Webmaster Tools
Top 5 Things Website Owners Should Do in Webmaster ToolsSwoop Digital
 
State of Internet Marketing 2012 – Session 3
State of Internet Marketing 2012 – Session 3State of Internet Marketing 2012 – Session 3
State of Internet Marketing 2012 – Session 3EAG
 
Measuring Your Website Success - Analytics and more...
Measuring Your Website Success - Analytics and more...Measuring Your Website Success - Analytics and more...
Measuring Your Website Success - Analytics and more...Key Multimedia Ltd
 
Digital Marketing Overview for Marist College
Digital Marketing Overview for Marist CollegeDigital Marketing Overview for Marist College
Digital Marketing Overview for Marist CollegeStephen Lella
 
Web analytics masterclass Howest
Web analytics masterclass HowestWeb analytics masterclass Howest
Web analytics masterclass HowestEvelien De Mey
 
How to earn money from digital marketing wma study material
How to earn money from digital marketing   wma study materialHow to earn money from digital marketing   wma study material
How to earn money from digital marketing wma study materialjeevithakumar6
 
April Digital Marketing Roundtable Presentation
April Digital Marketing Roundtable PresentationApril Digital Marketing Roundtable Presentation
April Digital Marketing Roundtable PresentationMartha Herdendorf
 
A Beginners Guide to Google Analytics
A Beginners Guide to Google Analytics A Beginners Guide to Google Analytics
A Beginners Guide to Google Analytics AlbaInnovationCentre
 

Similaire à 31 Ways To Destroy Your Google Analytics Implementation (20)

Google analytics getting_started
Google analytics getting_startedGoogle analytics getting_started
Google analytics getting_started
 
April 2018 Digital Marketing Roundtable
April 2018 Digital Marketing RoundtableApril 2018 Digital Marketing Roundtable
April 2018 Digital Marketing Roundtable
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Google Analytics for Experienced Users
Google Analytics for Experienced UsersGoogle Analytics for Experienced Users
Google Analytics for Experienced Users
 
How to measure your marketing effectiveness
How to measure your marketing effectivenessHow to measure your marketing effectiveness
How to measure your marketing effectiveness
 
How to Use Google Analytics to Make Your Website Better - Dylan Brooks and Ph...
How to Use Google Analytics to Make Your Website Better - Dylan Brooks and Ph...How to Use Google Analytics to Make Your Website Better - Dylan Brooks and Ph...
How to Use Google Analytics to Make Your Website Better - Dylan Brooks and Ph...
 
Web Analytics Training Course
Web Analytics Training CourseWeb Analytics Training Course
Web Analytics Training Course
 
Web Analytics Training for Business Link
Web Analytics Training for Business LinkWeb Analytics Training for Business Link
Web Analytics Training for Business Link
 
SEO for Beginners Feb 2020 - Bristol Media
SEO for Beginners Feb 2020  - Bristol MediaSEO for Beginners Feb 2020  - Bristol Media
SEO for Beginners Feb 2020 - Bristol Media
 
Google Analytics - Webmaster Tools Pro Setup & Tips
Google Analytics -  Webmaster Tools Pro Setup & TipsGoogle Analytics -  Webmaster Tools Pro Setup & Tips
Google Analytics - Webmaster Tools Pro Setup & Tips
 
Okc wp meetup june 2019_common_wp_mistakes
Okc wp meetup june 2019_common_wp_mistakesOkc wp meetup june 2019_common_wp_mistakes
Okc wp meetup june 2019_common_wp_mistakes
 
Analytics Configuration Strategies that Add Value for Your Clients - David Vo...
Analytics Configuration Strategies that Add Value for Your Clients - David Vo...Analytics Configuration Strategies that Add Value for Your Clients - David Vo...
Analytics Configuration Strategies that Add Value for Your Clients - David Vo...
 
Top 5 Things Website Owners Should Do in Webmaster Tools
Top 5 Things Website Owners Should Do in Webmaster ToolsTop 5 Things Website Owners Should Do in Webmaster Tools
Top 5 Things Website Owners Should Do in Webmaster Tools
 
State of Internet Marketing 2012 – Session 3
State of Internet Marketing 2012 – Session 3State of Internet Marketing 2012 – Session 3
State of Internet Marketing 2012 – Session 3
 
Measuring Your Website Success - Analytics and more...
Measuring Your Website Success - Analytics and more...Measuring Your Website Success - Analytics and more...
Measuring Your Website Success - Analytics and more...
 
Digital Marketing Overview for Marist College
Digital Marketing Overview for Marist CollegeDigital Marketing Overview for Marist College
Digital Marketing Overview for Marist College
 
Web analytics masterclass Howest
Web analytics masterclass HowestWeb analytics masterclass Howest
Web analytics masterclass Howest
 
How to earn money from digital marketing wma study material
How to earn money from digital marketing   wma study materialHow to earn money from digital marketing   wma study material
How to earn money from digital marketing wma study material
 
April Digital Marketing Roundtable Presentation
April Digital Marketing Roundtable PresentationApril Digital Marketing Roundtable Presentation
April Digital Marketing Roundtable Presentation
 
A Beginners Guide to Google Analytics
A Beginners Guide to Google Analytics A Beginners Guide to Google Analytics
A Beginners Guide to Google Analytics
 

Plus de Charles Meaden

Ten Hard Won Lessons on the Road to Automation
Ten Hard Won Lessons on the Road to AutomationTen Hard Won Lessons on the Road to Automation
Ten Hard Won Lessons on the Road to AutomationCharles Meaden
 
How Credible Is Your Data?
How Credible Is Your Data?How Credible Is Your Data?
How Credible Is Your Data?Charles Meaden
 
Google Analytics Powerups and Smartcuts
Google Analytics Powerups and Smartcuts Google Analytics Powerups and Smartcuts
Google Analytics Powerups and Smartcuts Charles Meaden
 
Tips & Tricks for Getting Things Done Using Analytics Data
Tips & Tricks for Getting Things Done Using Analytics DataTips & Tricks for Getting Things Done Using Analytics Data
Tips & Tricks for Getting Things Done Using Analytics DataCharles Meaden
 
Tracking Gaps in the User Experience
Tracking Gaps in the User ExperienceTracking Gaps in the User Experience
Tracking Gaps in the User ExperienceCharles Meaden
 
How to Break Bad News When No-One is Listening
How to Break Bad News When No-One is ListeningHow to Break Bad News When No-One is Listening
How to Break Bad News When No-One is ListeningCharles Meaden
 
Baking Analytics Into Your Digital Projects
Baking Analytics Into Your Digital ProjectsBaking Analytics Into Your Digital Projects
Baking Analytics Into Your Digital ProjectsCharles Meaden
 

Plus de Charles Meaden (7)

Ten Hard Won Lessons on the Road to Automation
Ten Hard Won Lessons on the Road to AutomationTen Hard Won Lessons on the Road to Automation
Ten Hard Won Lessons on the Road to Automation
 
How Credible Is Your Data?
How Credible Is Your Data?How Credible Is Your Data?
How Credible Is Your Data?
 
Google Analytics Powerups and Smartcuts
Google Analytics Powerups and Smartcuts Google Analytics Powerups and Smartcuts
Google Analytics Powerups and Smartcuts
 
Tips & Tricks for Getting Things Done Using Analytics Data
Tips & Tricks for Getting Things Done Using Analytics DataTips & Tricks for Getting Things Done Using Analytics Data
Tips & Tricks for Getting Things Done Using Analytics Data
 
Tracking Gaps in the User Experience
Tracking Gaps in the User ExperienceTracking Gaps in the User Experience
Tracking Gaps in the User Experience
 
How to Break Bad News When No-One is Listening
How to Break Bad News When No-One is ListeningHow to Break Bad News When No-One is Listening
How to Break Bad News When No-One is Listening
 
Baking Analytics Into Your Digital Projects
Baking Analytics Into Your Digital ProjectsBaking Analytics Into Your Digital Projects
Baking Analytics Into Your Digital Projects
 

Dernier

H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Dernier (20)

H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

31 Ways To Destroy Your Google Analytics Implementation

  • 1. 31 Ways to destroy your Google Analytics implementation Charles Meaden Digital Nation
  • 2. 30 seconds about me • Founder of Digital Nation • Been using web analytics in one form or another for 20 years • Using Google Analytics since it was launched
  • 3. The Spirit of Measurecamp http://www.wired.com/2015/01/rodney-mullen/
  • 4. A Lesson From My First Boss •Shit in •Shit out
  • 5. It Used To Be So Easy • 20 years ago, all we had to was process log files • It’s quite difficult to corrupt a log file
  • 6. Aggregation of Marginal Gains http://jamesclear.com/marginal-gains
  • 7. We Shouldn’t Be Having This Talk • If everyone associated with web analytics on a project did their job properly • So who’s to blame..
  • 8. 1. Marketing Teams • ‘Don’t have the time’ – to write a proper brief – tag campaigns – keep people informed of new campaigns • ‘Its not my job’ attitudes • Won’t take the time to learn
  • 9. 2. Developers • Insist they know the best place to add tracking codes • Won’t read technical briefs or just cherry pick from them • Don’t see the need to comment or document their code • And my all time favourite • Not testing their code in a browser to make sure it deploys correctly
  • 10. 3. Digital Agencies • “Of course we know analytics” • Just adding the code onto the page and nothing else • Not taking the time to understand what the client wants • Don’t see how they can make money from this
  • 11. Why Do Mistakes Happen  Lack of knowledge prevents sites from being tagged correctly  Organisations don’t truly value the data from their tools and won’t commit sufficient budgets to getting them setup correctly  Agencies who claim ‘expert’ knowledge of analytics yet don’t even exclude the IP address of the client  Not enough attention being paid to analytics, so mistakes are not spotted for weeks or months
  • 12. You can help • If there is anything I’ve missed let me know and I’ll add it to this deck • Get hold of me via – charles@digitalnation.co.uk – Twitter: @charlesmeaden – Linkedin: uk.linkedin.com/in/charlesmeaden
  • 13. 4. Tags Missing From Pages Consequence • Pages not being recorded at all • Self referrals from your own domain name • Incorrectly recorded landing pages How to spot • Use a crawling tool such as WASP or Screaming Frog to search the UA code on the page Fix • Maintain a list of all page types and monitor on a regular basis – Custom Alerts will give you an early warning
  • 14. 5. Too Many Google Analytics Tags Consequence • Your bounce rate drops to zero • Multiple sets of data running around your organisation How to spot • Use either HTTPFox , Google Analytics Debug or WASP to see which tags are being fired • If using Wordpress or CMS check which plugins are being used Fix • Hunt through the source code till you’ve find them and work out which one can go
  • 15. 6. Mixing ‘Classic’ and Universal Code on the same site Consequence • Multiple sessions being recorded • No guarantee that your data will be recorded correctly How to spot • Use a crawling tool such as Screaming Frog or Wasp Crawler to crawl your site and look for tags on the site Fix • Upgrade the site to Universal Analytics You can run classic and Universal side on the same page without any issues. This refers to using classic in one section and universal in another
  • 16. 7. Set Domain Name Not Set Or Misconfigured Consequence • Traffic from other sites can appear in your domain • Visits from blog.yourdomainname.com come in as separate visits How to spot • Pages start appearing that don’t belong to your site • Your subdomains appear as referrers Fix • Universal - Add the domain name to the referrer exclusion list • Add the setdomainname into the your GA code (classic)
  • 17. 8. Your Code Deployed On Other Sites Consequence • Inflated visits • Affects all of your metrics How to spot • Look at Year on Year patterns for anything that looks runs unusal • Use Custom Alerts to alert you to any big increases in traffic Fix • Remove the incorrect filter • Set a filter to only include traffic from your hostname
  • 18. 8. Your Code Deployed On Other Sites Consequence • Main site and shop on a subdomain • Intention was to setup two Google Analytics accounts – Cross domain tracking not possible for “techical reasons” • The shop fired both accounts • Vists from the shop ended up in the main account • Over the year, figures overinflated by 52%
  • 19. 9. Forgetting To Exclude Yourself / Client / Employees Consequence • Inflated visitor figures • Inflated conversion rates from all those tests you run How to spot • Look and see in Audience > Technology > Networks for large amounts of traffic from one network • Large visitor numbers from countries outside your target market Fix • Use a filter to exclude all known static IP addresses and known ISP names • If you have a lot of visits coming from dynamic IP’s, consider using a custom variables / custom dimensions
  • 20. 10. Not Enabling Cross Domain Tracking Consequence • New sessions created as you move between domains • No true picture of the user journey How to spot • Traffic coming in from other subdomains or domains within your organisation Fix • Deploy cross domain tracking • Google Tag Manager and Universal Analytics make this a far simpler process
  • 21. 11. Excluding Known Browser Bots Consequence • Inflated visitor figures • Distorted metrics How to spot • High levels of direct traffic with 100% bounce rate • Look and see in Audience > Technology > Networks for large amounts of traffic from one network • Visits coming from Mozilla User Agent Fix • Use a filter to exclude IP address and networks
  • 22. 12. Excluding Malicious Browser Bots Consequence • Inflated referring sites visits • Distorted metrics How to spot • Look for ‘Semalt’ or ‘Buttons for Websites’ • Other referring web sites that have 100% bounce rates Fix • Enable the Bot Filtering in View > View Settings • Create a filter to exclude traffic from Semalt and Buttons
  • 23. 13. Not QA’ing Code in the Browser Consequence • Data either not recorded or wrong • If not spotted in time, long term data quality issues • People stop trusting the data How to spot • Immediate drops in data • Look for code – wrapped in comment tags – no code at all Fix • Use HTTPFox , Google Analytics Debug or WASP to check whether the GIF is being fired • Have a test GA view that simulates the standard account
  • 24. 13. Not QA’ing Code in the Browser
  • 25. 13. Not QA’ing Code in the Browser
  • 26. 14: Losing UTM & Gclid Codes Due To Redirects Consequence • Marketing information not correctly recorded • Increase in direct traffic How to spot • Direct traffic is far higher than you’d expect • Missing medium and sources • Use HTTPFox to analyse the redirects and see what gets stripped out Fix • Discuss with your developers the most efficient way of developing the redirects that handle the codes
  • 27. 15. Not Linking Adwords to Analytics Consequence • All Adwords traffic is reported as organic • Lose your Matched Search Query report How to spot • Nothing reported in the Adwords section Fix • Link Adwords to Analytics
  • 28. 16. Not Tagging Campaigns Consequence • Visits appear as referrals or direct – Email will appear as mail.google.com or direct – Display campaigns just appear in the referring sites How to spot • Peaks in direct traffic or referring traffic when email is sent out • No campaign traffic when you’re running them Fix • Email - talk to your ESP about the most effective way to tag your pages • Teach those who run campaigns how to tag them
  • 29. 17. Using Campaign Tracking for Internal Promotions Consequence • Existing medium / source / campaign information overwritten • New sessions are started How to spot • People ‘landing’ on pages that don’t make sense such as • Medium, Source and Campaign tags that refer to internal Fix • Remove the tags • Replace them with events • Look at Universal Enhanced Ecommerce for banner tracking
  • 30. 18. Events Being Fired on Page Load Consequence • Drops the bounce rate to zero for that page • Affects the overall bounce rate How to spot • Use HTTPFox, Google Analytics Debug or WASP to see what is being sent back to Google and what is firing the event Fix • Set the event to be a non-interaction event
  • 31. 19. None or One Thank You Page for All Forms Consequence • Incorrect conversion rates How to spot • Goals have almost identical conversion rates Fix • Create separate thank you pages • Set the pageview element to record a distinct name for each form • Fire an event when the form is successfully completed – Downside is you can’t create a funnel
  • 32. 20. Goals Incorrectly Setup Consequence • Incorrect conversion rates • Zero conversions How to spot • Funnels that don’t look right – bulge in the middle – same numbers for each step Fix • Use regex to tightly define goals • Test, Test and Test again
  • 33. 21. Session ID’s Consequence • Increase the number of unique page names and running into Google limits of 50,000 per table How to spot • 1000’s of combinations of the same name Fix • Exclude specific variables in the admin section
  • 34. 22. Other Tracking ID’s Consequence • Increase the number of unique page names and running into Google limits of 50,000 per table How to spot 1000’s of combinations of the same name Fix • Exclude specific variables in the admin section
  • 35. 23. Site Search Not Implemented Consequence • Searches recorded as page views • Can’t use the Site Search tools to segment traffic How to spot • The Content > Site Section is empty Fix • Look at URL’s to determine where the query string is – http://www.example.com/search?controller=search& search_query=zoo • Set up site search in the Google Analytics Admin section
  • 36. 24. Zero Search Results Not Tracked Consequence • You don’t know which search terms failed to produce zero results How to spot • You can’t as you’re not tracking them Fix • Modify your search results URL to include a phrase such as noresults – http://www.example.com/search?controller=search&search_query=noresults:zoo • Fire an event that contains missing search term • Use Google Tag Manager to scrape the DOM element
  • 37. 25. Incorrect Time Zones Set Consequence • It’s not clear when the peak times are on your site How to spot • Traffic appearing at strange times, normally early in the morning Fix • Change the timezones within the admin section – The change isn’t applied retrospectively
  • 38. 26. Incorrect Currency Set Consequence • Transactions are recorded in the wrong currency – Actual number will be correct if not specifying currency in ecommerce data How to spot • The wrong currency symbol is shown Fix • Change the currency within the View Settings
  • 39. 27. Default Page Set Incorrectly Consequence • Pages created that don’t actually exist • Can break goals How to spot • All directories contain the default page Fix • Before removing it, see if has been used in goals and segments
  • 40. 28. Not Setting All Pages To Lower Case Consequence • End up with duplicate pages – Happens on Windows IIS servers which are not case sensitive How to spot • Pages will appear as two separate rows Fix • Eyeball pages names to check for any issues • Setup a lower case custom filter
  • 41. 29. Agencies creating Properties Not Accounts Consequence • Hassles when trying to get admin access to accounts How to spot • Agencies refusing access to accounts Fix • Shoot a short video explaining how to change the user accounts
  • 42. 30. Deleting Your Google Analytics Account Consequence • Your data has gone! How to spot • The account doesn’t appear to be there Fix • Select the Trash Can icon to recover the account – You have 35 days to recover account
  • 43. 31. Not Correctly Tracking 404 Pages Consequence • If you have no clear 404 page or way of identifying it, then data from the error pages gets mixed up with live pages How to spot • Enter a URL that you know doesn’t exist • Typically, sites will do one of the following – Show a dedicated 404 error page on it’s own unique URL – Show the a 404 error message on the URL you entered Fix • Fire an event or virtual page view to identify the pages • Lunametrics has a good article on tracking 404’s using Google Tag Manager