SlideShare a Scribd company logo
DIGITAL CONCEPTS
WITH ADDED VALUE.
Google Analytics and UX
#bcbs13 @katrinmathis
Google Analytics and UX, #bcbs13 @katrinmathis
Katrin Mathis
Freelance consultant and conceptual designer based in Freiburg, Germany
B. Sc. in OnlineMedia from Hochschule Furtwangen University
7+ years of experience with international clients
Google Analytics and AdWords Qualified Individual
Google Analytics and UX, #bcbs13 @katrinmathis
What is Web Analytics?
Web Analytics is the measurement, collection, analysis and reporting of Internet data
for the purpose of understanding and optimizing Web usage.
(Web Analytics Association)
Google Analytics and UX, #bcbs13 @katrinmathis
Web Analytics User Experience
What is analyzed Behavior - „what“ Intentions and motives - „why“
Methods Quantitative Qualitative
Goal Help organization meet goals Help users achieve goals
How data is used Top down Bottom up
Kinds of data Statistical data Conceptual data
Background Engineering or math Social sciences, humanities, arts
Web Analytics vs. User Experience
Source: Louis Rosenfeld (2011): Search Analytics for Your Site. Rosenfeld Media.
Google Analytics and UX, #bcbs13 @katrinmathis
Define
Measure
1. Define conversion goals and funnels
Google Analytics and UX, #bcbs13 @katrinmathis
Key Performance Indicators
Definition of 5 - 8 individual key figures per department
SMART = Specific, measurable, attainable, realistic, timely
e.g. „Increase traffic by 25% until the end of the year“
Fluctuations vs. true trends
Compare values to targets
Google Analytics and UX, #bcbs13 @katrinmathis
Conversion Goals
Macro and micro goals, e.g.
Purchases
Contact form
Registrations
Newsletter subscription
Downloads
Comments
Clicks on outbound links
Google Analytics and UX, #bcbs13 @katrinmathis
Goal Definition
Up to 4 x 5 = 20 goals per profile
Per session conversion goals can only be reached once
Google Analytics and UX, #bcbs13 @katrinmathis
Goal Definition - URL Destination
Match Type
Exact match
Static URL,
e.g. /thanks
Head match
with dynamic
variables, e.g.
/thanks?id=123
Regular expression
match
Certain part of URL
Google Analytics and UX, #bcbs13 @katrinmathis
Goal Definition - Goal Funnels
Up to 10 steps, e.g.
Shopping cart
Address
Payment
Confirmation page = Conversion goal
Static URL or regular expressions
Checkbox „Required step“ ignores entrances past this step
Google Analytics and UX, #bcbs13 @katrinmathis
Conversion Reports - Goal Funnel
Image: http://www.google.com/intl/de/analytics/features.html
Google Analytics and UX, #bcbs13 @katrinmathis
Goal Definition - Engagement Goals
Google Analytics and UX, #bcbs13 @katrinmathis
Goal Definition - Event Goals
2. Track your internal search
Google Analytics and UX, #bcbs13 @katrinmathis
Site Search
Tracking of internal search, e.g.
http://www.n-tv.de/suche/?at=m&q=test
Activation in profile settings
Google Analytics and UX, #bcbs13 @katrinmathis
Site Search Reports
Overview
Visits with Search
Total Unique Searches
Results Pageviews / Search
% Search Exits
% Search Refinements
Time after Search
Search Depth
Usage
Visits with/without Site Search
Search Terms
Search Term
Site Search Category
Pages
Start Page
Destination Page
3. Individualize your tracking
Google Analytics and UX, #bcbs13 @katrinmathis
<a href=‘/document.pdf‘
onClick =‘_gaq.push([‘_trackPageview‘, ‘/downloads/document-xy.pdf‘]);‘>
Jetzt Downloaden</a>
Virtual Page Views
Tracking of actions that are not page views,
e.g. Downloads or outbound Links
Tip: Integrate script that tracks automatically all downloads and outbound links
Tip: File into categories, e.g. /downloads und /links
Request tracked, not completion!
Number of page views increased by virtual page views!
Google Analytics and UX, #bcbs13 @katrinmathis
<a onclick=“_gaq.push([‘_trackEvent‘, category, action, label, value]);“>...</a>
Event Tracking
Tracking of objects (e.g. Video) and interactions (Play, Pause etc.)
category
action
label (Optional)
value (Optional)
In contrast to virtual pageviews events do not generate additional page views
Image: http://analytics.blogspot.de/2011/04/new-google-analytics-events-goals.html
Google Analytics and UX, #bcbs13 @katrinmathis
_gaq.push([‘_trackSocial‘, network, socialAction, opt_target, opt_pagePath]);
Social Media Tracking - Social Plugins
Google +1 Button tracked automatically
Plugins of other networks require manual tracking
network
social action
opt_target
opt_pagePath
Google Analytics and UX, #bcbs13 @katrinmathis
_gaq.push([‘_setCustomVar‘, index, name, value, scope]);
_gaq.push([‘_getVisitorCustomVar‘, index]);
_gaq.push([‘_deleteCustomVar‘, index]);
Custom variables
Up to 5 custom variables per page view or event
index
name
value
scope
1: Visitor
2: Session
3: Page
Google Analytics and UX, #bcbs13 @katrinmathis
E-Commerce Tracking
Enable in profile settings
Integration of _addTrans(), _addItem(), _trackTrans() on
confirmation page after _trackPageview()
While goal conversions are only counted once per session, all e-commerce
transactions are counted.
Google Analytics and UX, #bcbs13 @katrinmathis
_gaq.push([‘_addTrans‘,
‘transaction id‘,
‘affiliation‘,
‘total‘,
‘tax‘
‘shipping‘,
‘city‘,
‘region‘,
‘country‘]);
_gaq.push([‘_addItem‘,
‘transaction id‘,
‘SKU/code‘,
‘product name‘,
‘category‘,
‘price‘,
‘quantity‘]);
_gaq.push([‘_trackTrans‘]);
E-Commerce Tracking
4. Track errors
Google Analytics and UX, #bcbs13 @katrinmathis
<script type="text/javascript">
_gaq.push(['_trackEvent', 'Error', '404', 'page: ' + document.location.pathname +
document.location.search + ' ref: ' + document.referrer ]);
</script>
Error tracking
Track errors as events
Types of errors
404 Not found errors
Referrer
URL trying to reach
Form field errors
Google Analytics and UX, #bcbs13 @katrinmathis
Define
Measure
Analyze
5. Put your numbers into context
Google Analytics and UX, #bcbs13 @katrinmathis
Look for trends
Tip: Choose same week days when comparing periods of time
Google Analytics and UX, #bcbs13 @katrinmathis
Tip: Calender
By default 1 months until previous day
Reports of current day often already available
Google Analytics and UX, #bcbs13 @katrinmathis
Tip: Annotations
Annotations for single days
Visible to all users of that profile or private tied to a single login
Use identifier in teams, e.g. (KM)
Annotations show up as baloons in the graph
Google Analytics and UX, #bcbs13 @katrinmathis
Plot rows
Google Analytics and UX, #bcbs13 @katrinmathis
Weighted sorting
Google Analytics and UX, #bcbs13 @katrinmathis
Sorting by absolute change
Google Analytics and UX, #bcbs13 @katrinmathis
Comparison
Google Analytics and UX, #bcbs13 @katrinmathis
Filter
Google Analytics and UX, #bcbs13 @katrinmathis
Advanced Filter
6. Understand time on site and bounce rate
Google Analytics and UX, #bcbs13 @katrinmathis
Time on site and Bounce rate
Time on site measured upon each request, time on last page viewed cannot be
calculated
Bounce rate is percentage of visitors who leave the website after one single page view
Page 1Page 1 Page 2 Page 3
Time on site
Exit Exit
7. Segment your data
Google Analytics and UX, #bcbs13 @katrinmathis
Advanced segments
Apply up to 4 segments at once
Similar to profile filters but
are easier to create and to compare
can also be applied to historical data
Google Analytics and UX, #bcbs13 @katrinmathis
Custom segments
Google Analytics and UX, #bcbs13 @katrinmathis
Advanced segments
8. Customize your reports
Google Analytics and UX, #bcbs13 @katrinmathis
Dashboards
Google Analytics and UX, #bcbs13 @katrinmathis
Dashboards - Layout
Google Analytics and UX, #bcbs13 @katrinmathis
Dashboards - Widgets
Google Analytics and UX, #bcbs13 @katrinmathis
Dashboards - Sharing
Google Analytics and UX, #bcbs13 @katrinmathis
Shortcuts
Saves shortcut to standard and custom reports including
Open tab
Sorting
Advanced segments
Graph settings
Filter
Number of rows
Tied to login, so far no possibility to share
Google Analytics and UX, #bcbs13 @katrinmathis
Intelligence Events
Daily, weekly and monthly events
Google Analytics calculates expected range from historical data
Upon deviations from this expected range intelligence events are created
Importance indicator and filter
Helps to promptly discover anomalies and start further investigation
Google Analytics and UX, #bcbs13 @katrinmathis
Custom Alerts
Google Analytics and UX, #bcbs13 @katrinmathis
Customization
Creation of customized reports consisting of
Up to 10 metrics per tab (blue)
1 - 5 dimensions (green)
Can be exported, e-mailed and added to dashboard
Google Analytics and UX, #bcbs13 @katrinmathis
Custom reports
Google Analytics and UX, #bcbs13 @katrinmathis
Custom reports
Google Analytics and UX, #bcbs13 @katrinmathis
Custom reports - Sharing
Google Analytics and UX, #bcbs13 @katrinmathis
Define
Measure
Analyze
Optimize
9. Validate your MVP
Google Analytics and UX, #bcbs13 @katrinmathis
Validate your MVP
Standish group: 64% of features never or rarely used
MVP = Minimum viable product
Announcement of a new feature
„Fake“ feature
Basic version of a new feature
Wizard of oz testing
10. Verify your changes
Google Analytics and UX, #bcbs13 @katrinmathis
Content Experiments
Full integration of Google Website Optimizer in June 2012
Realization of A/B tests in Google Analytics with URL and event goals,
e.g. Does another headline or another image get a higher conversion rate?
Visitors are shown different variations of a page
Runtime automatically ended after 3 months
Up to 12 active tests per profile
Up to 5 variations per test
Google Analytics and UX, #bcbs13 @katrinmathis
Content Experiments
1. Create variation pages
2. Choose conversion goal and
percentage of participating
visitors
3. Add test code
Image: http://support.google.com/analytics/bin/answer.py?hl=en&answer=1745152&topic=1745207&ctx=topic
Google Analytics and UX, #bcbs13 @katrinmathis
Content Experiments
Image: http://support.google.com/analytics/bin/answer.py?hl=en&answer=1745152&topic=1745207&ctx=topic
Winner at the earliest after
2 weeks
Conversion rate of variations
Compared to original page
Chances to beat original page
Google Analytics and UX, #bcbs13 @katrinmathis
Value of Web Analytics for UX
Web analytics can start on a small budget and scale
Produces high fidelity data about natural use of product
Identify problematic areas for qualitative testing and quantify their impact
Quantify the ROI of usability/UX
Google Analytics and UX, #bcbs13 @katrinmathis
Use and value
Often responsibility in IT and marketing but can be valuable for whole organization !
Optimization of information architecture
Optimization of landing pages
Optimization of marketing campaigns
Optimization of processes
Matching technology of visitors
Calculation of return of investment
Identifying business potential
Basis for management decisions
Use of data through Google Analytics API

More Related Content

PPTX
Презентація вебінару "Проведення постмаркетингового нагляду за медичними виро...
PPTX
Mario´s day Past simple verb To Be: Was/ were
PDF
Andronika mini
PPTX
IUS Visas Company Enrollment to process H2b visas2
PPT
Arianna's Presentation
DOCX
42 villar astudillo, nexar hernando a052 00374000 d.doc
PDF
Trilingual WP -IFS
Презентація вебінару "Проведення постмаркетингового нагляду за медичними виро...
Mario´s day Past simple verb To Be: Was/ were
Andronika mini
IUS Visas Company Enrollment to process H2b visas2
Arianna's Presentation
42 villar astudillo, nexar hernando a052 00374000 d.doc
Trilingual WP -IFS

Viewers also liked (13)

PDF
Office Insight Q3 2015-Chicago CBD
DOC
Art activity plan
PPTX
CASO CLINICO: Nefritis lupica.
PPTX
This is our batik technique
PPTX
Presentation1
PPT
Presentación belén
PDF
Google Analytics & UX
PDF
David Brandão nº 1536 8ºA
PPTX
Preparacion egel
DOCX
PDF
Installing WordPress on AWS
PDF
Texto Guía para la Evalaución Docente al Ascenso de Escala 2016
PPTX
Etapas del desarrollo de la escritura
Office Insight Q3 2015-Chicago CBD
Art activity plan
CASO CLINICO: Nefritis lupica.
This is our batik technique
Presentation1
Presentación belén
Google Analytics & UX
David Brandão nº 1536 8ºA
Preparacion egel
Installing WordPress on AWS
Texto Guía para la Evalaución Docente al Ascenso de Escala 2016
Etapas del desarrollo de la escritura
Ad

Similar to Google Analytics and UX (20)

PDF
Digital Marketing Course Week 4: Digital Analytics
PDF
Digital measurement &amp; analytics
PPTX
Using Web Analytics and Goal Conversions to Show Your Contribution to the Bot...
PPTX
MCN2017 Workshop: Web Analytics and SEO
PDF
Using Data to Impact Your Customer's Journey
PPTX
Intro to Web Analytics - www.Cooperate.NYC - Cohort 3, Summer 2015: Day 2
PDF
20210309 Google Analytics - UGent
PPTX
Analytics training june 16
PPTX
Meaningful Analytics: Finding Data That Matters to You
PDF
[Webinar] Advanced Google Analytics
PPTX
Google Analytics & Web Masters Tools - GBG Mumbai
PPTX
Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1
PDF
Google Analytics 101
PDF
Marketing Analytics Masterclass April 2017
PPTX
Understanding Web Analytics and Google Analytics
PDF
Class 03: Introduction to Google Analytics
PPTX
Google Analytics Training September 2016
PDF
Experts Tips For Creating Killer Cross-Channel Reports
PPTX
W.A. Fisher - Getting the Most Out of Google Analytics
PPTX
Analytics 101
Digital Marketing Course Week 4: Digital Analytics
Digital measurement &amp; analytics
Using Web Analytics and Goal Conversions to Show Your Contribution to the Bot...
MCN2017 Workshop: Web Analytics and SEO
Using Data to Impact Your Customer's Journey
Intro to Web Analytics - www.Cooperate.NYC - Cohort 3, Summer 2015: Day 2
20210309 Google Analytics - UGent
Analytics training june 16
Meaningful Analytics: Finding Data That Matters to You
[Webinar] Advanced Google Analytics
Google Analytics & Web Masters Tools - GBG Mumbai
Intro to Web Analytics - Cooperate.NYC - Cohort 3, Summer 2015: Day 1
Google Analytics 101
Marketing Analytics Masterclass April 2017
Understanding Web Analytics and Google Analytics
Class 03: Introduction to Google Analytics
Google Analytics Training September 2016
Experts Tips For Creating Killer Cross-Channel Reports
W.A. Fisher - Getting the Most Out of Google Analytics
Analytics 101
Ad

More from Katrin Mathis (10)

PDF
Workshop Customer Needs und Voices beim Climathon Basel 2019
PDF
Service Design Methoden für Plattformen
PDF
Service Blueprint
PDF
Data need-fit
PDF
Service Blueprint
PDF
LEGO® SERIOUS PLAY® Einführung
PDF
Service Design Thinking
PDF
Neuerungen in Google Analytics im Überblick
PDF
Social Network Application Programming
PDF
E-Learning 2.0
Workshop Customer Needs und Voices beim Climathon Basel 2019
Service Design Methoden für Plattformen
Service Blueprint
Data need-fit
Service Blueprint
LEGO® SERIOUS PLAY® Einführung
Service Design Thinking
Neuerungen in Google Analytics im Überblick
Social Network Application Programming
E-Learning 2.0

Recently uploaded (20)

PPTX
Tartificialntelligence_presentation.pptx
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Hybrid model detection and classification of lung cancer
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Approach and Philosophy of On baking technology
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PPTX
1. Introduction to Computer Programming.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
A Presentation on Touch Screen Technology
Tartificialntelligence_presentation.pptx
gpt5_lecture_notes_comprehensive_20250812015547.pdf
TLE Review Electricity (Electricity).pptx
Hybrid model detection and classification of lung cancer
Web App vs Mobile App What Should You Build First.pdf
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Encapsulation_ Review paper, used for researhc scholars
Approach and Philosophy of On baking technology
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
WOOl fibre morphology and structure.pdf for textiles
SOPHOS-XG Firewall Administrator PPT.pptx
cloud_computing_Infrastucture_as_cloud_p
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Programs and apps: productivity, graphics, security and other tools
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
1. Introduction to Computer Programming.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
A Presentation on Touch Screen Technology

Google Analytics and UX

  • 1. DIGITAL CONCEPTS WITH ADDED VALUE. Google Analytics and UX #bcbs13 @katrinmathis
  • 2. Google Analytics and UX, #bcbs13 @katrinmathis Katrin Mathis Freelance consultant and conceptual designer based in Freiburg, Germany B. Sc. in OnlineMedia from Hochschule Furtwangen University 7+ years of experience with international clients Google Analytics and AdWords Qualified Individual
  • 3. Google Analytics and UX, #bcbs13 @katrinmathis What is Web Analytics? Web Analytics is the measurement, collection, analysis and reporting of Internet data for the purpose of understanding and optimizing Web usage. (Web Analytics Association)
  • 4. Google Analytics and UX, #bcbs13 @katrinmathis Web Analytics User Experience What is analyzed Behavior - „what“ Intentions and motives - „why“ Methods Quantitative Qualitative Goal Help organization meet goals Help users achieve goals How data is used Top down Bottom up Kinds of data Statistical data Conceptual data Background Engineering or math Social sciences, humanities, arts Web Analytics vs. User Experience Source: Louis Rosenfeld (2011): Search Analytics for Your Site. Rosenfeld Media.
  • 5. Google Analytics and UX, #bcbs13 @katrinmathis Define Measure
  • 6. 1. Define conversion goals and funnels
  • 7. Google Analytics and UX, #bcbs13 @katrinmathis Key Performance Indicators Definition of 5 - 8 individual key figures per department SMART = Specific, measurable, attainable, realistic, timely e.g. „Increase traffic by 25% until the end of the year“ Fluctuations vs. true trends Compare values to targets
  • 8. Google Analytics and UX, #bcbs13 @katrinmathis Conversion Goals Macro and micro goals, e.g. Purchases Contact form Registrations Newsletter subscription Downloads Comments Clicks on outbound links
  • 9. Google Analytics and UX, #bcbs13 @katrinmathis Goal Definition Up to 4 x 5 = 20 goals per profile Per session conversion goals can only be reached once
  • 10. Google Analytics and UX, #bcbs13 @katrinmathis Goal Definition - URL Destination Match Type Exact match Static URL, e.g. /thanks Head match with dynamic variables, e.g. /thanks?id=123 Regular expression match Certain part of URL
  • 11. Google Analytics and UX, #bcbs13 @katrinmathis Goal Definition - Goal Funnels Up to 10 steps, e.g. Shopping cart Address Payment Confirmation page = Conversion goal Static URL or regular expressions Checkbox „Required step“ ignores entrances past this step
  • 12. Google Analytics and UX, #bcbs13 @katrinmathis Conversion Reports - Goal Funnel Image: http://www.google.com/intl/de/analytics/features.html
  • 13. Google Analytics and UX, #bcbs13 @katrinmathis Goal Definition - Engagement Goals
  • 14. Google Analytics and UX, #bcbs13 @katrinmathis Goal Definition - Event Goals
  • 15. 2. Track your internal search
  • 16. Google Analytics and UX, #bcbs13 @katrinmathis Site Search Tracking of internal search, e.g. http://www.n-tv.de/suche/?at=m&q=test Activation in profile settings
  • 17. Google Analytics and UX, #bcbs13 @katrinmathis Site Search Reports Overview Visits with Search Total Unique Searches Results Pageviews / Search % Search Exits % Search Refinements Time after Search Search Depth Usage Visits with/without Site Search Search Terms Search Term Site Search Category Pages Start Page Destination Page
  • 19. Google Analytics and UX, #bcbs13 @katrinmathis <a href=‘/document.pdf‘ onClick =‘_gaq.push([‘_trackPageview‘, ‘/downloads/document-xy.pdf‘]);‘> Jetzt Downloaden</a> Virtual Page Views Tracking of actions that are not page views, e.g. Downloads or outbound Links Tip: Integrate script that tracks automatically all downloads and outbound links Tip: File into categories, e.g. /downloads und /links Request tracked, not completion! Number of page views increased by virtual page views!
  • 20. Google Analytics and UX, #bcbs13 @katrinmathis <a onclick=“_gaq.push([‘_trackEvent‘, category, action, label, value]);“>...</a> Event Tracking Tracking of objects (e.g. Video) and interactions (Play, Pause etc.) category action label (Optional) value (Optional) In contrast to virtual pageviews events do not generate additional page views Image: http://analytics.blogspot.de/2011/04/new-google-analytics-events-goals.html
  • 21. Google Analytics and UX, #bcbs13 @katrinmathis _gaq.push([‘_trackSocial‘, network, socialAction, opt_target, opt_pagePath]); Social Media Tracking - Social Plugins Google +1 Button tracked automatically Plugins of other networks require manual tracking network social action opt_target opt_pagePath
  • 22. Google Analytics and UX, #bcbs13 @katrinmathis _gaq.push([‘_setCustomVar‘, index, name, value, scope]); _gaq.push([‘_getVisitorCustomVar‘, index]); _gaq.push([‘_deleteCustomVar‘, index]); Custom variables Up to 5 custom variables per page view or event index name value scope 1: Visitor 2: Session 3: Page
  • 23. Google Analytics and UX, #bcbs13 @katrinmathis E-Commerce Tracking Enable in profile settings Integration of _addTrans(), _addItem(), _trackTrans() on confirmation page after _trackPageview() While goal conversions are only counted once per session, all e-commerce transactions are counted.
  • 24. Google Analytics and UX, #bcbs13 @katrinmathis _gaq.push([‘_addTrans‘, ‘transaction id‘, ‘affiliation‘, ‘total‘, ‘tax‘ ‘shipping‘, ‘city‘, ‘region‘, ‘country‘]); _gaq.push([‘_addItem‘, ‘transaction id‘, ‘SKU/code‘, ‘product name‘, ‘category‘, ‘price‘, ‘quantity‘]); _gaq.push([‘_trackTrans‘]); E-Commerce Tracking
  • 26. Google Analytics and UX, #bcbs13 @katrinmathis <script type="text/javascript"> _gaq.push(['_trackEvent', 'Error', '404', 'page: ' + document.location.pathname + document.location.search + ' ref: ' + document.referrer ]); </script> Error tracking Track errors as events Types of errors 404 Not found errors Referrer URL trying to reach Form field errors
  • 27. Google Analytics and UX, #bcbs13 @katrinmathis Define Measure Analyze
  • 28. 5. Put your numbers into context
  • 29. Google Analytics and UX, #bcbs13 @katrinmathis Look for trends Tip: Choose same week days when comparing periods of time
  • 30. Google Analytics and UX, #bcbs13 @katrinmathis Tip: Calender By default 1 months until previous day Reports of current day often already available
  • 31. Google Analytics and UX, #bcbs13 @katrinmathis Tip: Annotations Annotations for single days Visible to all users of that profile or private tied to a single login Use identifier in teams, e.g. (KM) Annotations show up as baloons in the graph
  • 32. Google Analytics and UX, #bcbs13 @katrinmathis Plot rows
  • 33. Google Analytics and UX, #bcbs13 @katrinmathis Weighted sorting
  • 34. Google Analytics and UX, #bcbs13 @katrinmathis Sorting by absolute change
  • 35. Google Analytics and UX, #bcbs13 @katrinmathis Comparison
  • 36. Google Analytics and UX, #bcbs13 @katrinmathis Filter
  • 37. Google Analytics and UX, #bcbs13 @katrinmathis Advanced Filter
  • 38. 6. Understand time on site and bounce rate
  • 39. Google Analytics and UX, #bcbs13 @katrinmathis Time on site and Bounce rate Time on site measured upon each request, time on last page viewed cannot be calculated Bounce rate is percentage of visitors who leave the website after one single page view Page 1Page 1 Page 2 Page 3 Time on site Exit Exit
  • 41. Google Analytics and UX, #bcbs13 @katrinmathis Advanced segments Apply up to 4 segments at once Similar to profile filters but are easier to create and to compare can also be applied to historical data
  • 42. Google Analytics and UX, #bcbs13 @katrinmathis Custom segments
  • 43. Google Analytics and UX, #bcbs13 @katrinmathis Advanced segments
  • 44. 8. Customize your reports
  • 45. Google Analytics and UX, #bcbs13 @katrinmathis Dashboards
  • 46. Google Analytics and UX, #bcbs13 @katrinmathis Dashboards - Layout
  • 47. Google Analytics and UX, #bcbs13 @katrinmathis Dashboards - Widgets
  • 48. Google Analytics and UX, #bcbs13 @katrinmathis Dashboards - Sharing
  • 49. Google Analytics and UX, #bcbs13 @katrinmathis Shortcuts Saves shortcut to standard and custom reports including Open tab Sorting Advanced segments Graph settings Filter Number of rows Tied to login, so far no possibility to share
  • 50. Google Analytics and UX, #bcbs13 @katrinmathis Intelligence Events Daily, weekly and monthly events Google Analytics calculates expected range from historical data Upon deviations from this expected range intelligence events are created Importance indicator and filter Helps to promptly discover anomalies and start further investigation
  • 51. Google Analytics and UX, #bcbs13 @katrinmathis Custom Alerts
  • 52. Google Analytics and UX, #bcbs13 @katrinmathis Customization Creation of customized reports consisting of Up to 10 metrics per tab (blue) 1 - 5 dimensions (green) Can be exported, e-mailed and added to dashboard
  • 53. Google Analytics and UX, #bcbs13 @katrinmathis Custom reports
  • 54. Google Analytics and UX, #bcbs13 @katrinmathis Custom reports
  • 55. Google Analytics and UX, #bcbs13 @katrinmathis Custom reports - Sharing
  • 56. Google Analytics and UX, #bcbs13 @katrinmathis Define Measure Analyze Optimize
  • 58. Google Analytics and UX, #bcbs13 @katrinmathis Validate your MVP Standish group: 64% of features never or rarely used MVP = Minimum viable product Announcement of a new feature „Fake“ feature Basic version of a new feature Wizard of oz testing
  • 59. 10. Verify your changes
  • 60. Google Analytics and UX, #bcbs13 @katrinmathis Content Experiments Full integration of Google Website Optimizer in June 2012 Realization of A/B tests in Google Analytics with URL and event goals, e.g. Does another headline or another image get a higher conversion rate? Visitors are shown different variations of a page Runtime automatically ended after 3 months Up to 12 active tests per profile Up to 5 variations per test
  • 61. Google Analytics and UX, #bcbs13 @katrinmathis Content Experiments 1. Create variation pages 2. Choose conversion goal and percentage of participating visitors 3. Add test code Image: http://support.google.com/analytics/bin/answer.py?hl=en&answer=1745152&topic=1745207&ctx=topic
  • 62. Google Analytics and UX, #bcbs13 @katrinmathis Content Experiments Image: http://support.google.com/analytics/bin/answer.py?hl=en&answer=1745152&topic=1745207&ctx=topic Winner at the earliest after 2 weeks Conversion rate of variations Compared to original page Chances to beat original page
  • 63. Google Analytics and UX, #bcbs13 @katrinmathis Value of Web Analytics for UX Web analytics can start on a small budget and scale Produces high fidelity data about natural use of product Identify problematic areas for qualitative testing and quantify their impact Quantify the ROI of usability/UX
  • 64. Google Analytics and UX, #bcbs13 @katrinmathis Use and value Often responsibility in IT and marketing but can be valuable for whole organization ! Optimization of information architecture Optimization of landing pages Optimization of marketing campaigns Optimization of processes Matching technology of visitors Calculation of return of investment Identifying business potential Basis for management decisions Use of data through Google Analytics API