SlideShare uma empresa Scribd logo
1 de 39
Baixar para ler offline
@adrianvender • adrianvender.com • #IDSD
smart data with google’s
universal analytics
IDSD 2014
@adrianvender • adrianvender.com • #IDSD
part one
the problem with
web analytics
@adrianvender • adrianvender.com • #IDSD
ONE PERSON, ONE DEVICE
if people just used one device,
tracking users would be easy.
@adrianvender • adrianvender.com • #IDSD
ONE PERSON, MANY DEVICES
people interact with your business
using multiple devices.
@adrianvender • adrianvender.com • #IDSD
ONE PERSON, MANY INTERACTIONS
actually, it’s a bit more complicated.
online and offline interactions have to be considered.
@adrianvender • adrianvender.com • #IDSD
GOOGLE ANALYTICS EVOLVED A BIT
multi-channel funnels shifted us away from last-click attribution.
other GA improvements helped push us to smarter analysis.
@adrianvender • adrianvender.com • #IDSD
UNIVERSAL ANALYTICS
universal analytics allows us to connect and
measure users across the online and offline world.
- tracking across any device
- 3rd party system integrations
- improved, flexible tracking code
- more admin-based configurations
- custom dimensions & metrics
- import cost data from other ad networks
@adrianvender • adrianvender.com • #IDSD
“Not so fast, my friend”
@adrianvender • adrianvender.com • #IDSD
YOU NEED CORRECT DATA
you can’t get smart data out of bad data.
@adrianvender • adrianvender.com • #IDSD
part two
correct data is
good data
@adrianvender • adrianvender.com • #IDSD
WASP
WASP will automatically scan analytics tags, visualize script and
tag info, & highlight potential problems.
http://webanalyticssolutionprofiler.com/
@adrianvender • adrianvender.com • #IDSD
GOOGLE TAG MANAGER
use GTM to organize your tags and mitigate data errors.
http://www.google.com/tagmanager/
@adrianvender • adrianvender.com • #IDSD
CAMPAIGN (UTM) TAGGING
if you want ANY form of correct multi-channel attribution,
you MUST be tagging your campaign links.
@adrianvender • adrianvender.com • #IDSD
HOW GA ATTRIBUTION WORKS
order of attribution in GA:
1. custom UTM tags
2. browser referral string
3. if neither is found, session channel marked as “direct”
“direct” really just means “we don’t know!”
@adrianvender • adrianvender.com • #IDSD
WHAT HAPPENS WITHOUT UTM TAGGING
desktop and mobile apps don’t pass referral string, and browser
referrals aren’t always insightful, leading to mass confusion.
- email marketing will be marked as “direct” or “mail.*” referrals.
- twitter traffic either marked as “direct” or “t.co” referrals.
- banner ad referrals aren’t specific and insightful.
- Bing Ads will appear as “bing/organic”
* for AdWords, enable autotagging!
https://support.google.com/adwords/answer/1752125?hl=en
@adrianvender • adrianvender.com • #IDSD
UTM TAGGING RESOURCES
check out @AnnieCushing and her guide to UTM tagging.
http://www.annielytics.com/guides/definitive-guide-campaign-tagging-google-analytics/
@adrianvender • adrianvender.com • #IDSD
GET A NERD
other potential issues that you need a nerd to fix:
- self-referral traffic
- cross-domain tracking
- ecommerce tracking implementation
- event firing and troubleshooting
- JavaScript errors
http://www.google.com/analytics/partners/
@adrianvender • adrianvender.com • #IDSD
part three
let’s talk
universal
analytics
@adrianvender • adrianvender.com • #IDSD
TIME TO UPGRADE
universal analytics is out of beta! all features available.
existing GA properties can be upgraded to UA. (no data loss)
@adrianvender • adrianvender.com • #IDSD
SAFE TIME WINDOW FOR UPGRADING
UA properties will allows hits from ga.js for at least a few years.
this let’s you safely plan your code migration.
classic
analytics
ga.js
universal
analytics
analytics.js
learn more at the “Universal Analytics Upgrade Center”
https://developers.google.com/analytics/devguides/collection/upgrade/?hl=en_US
@adrianvender • adrianvender.com • #IDSD
CUSTOMIZE ORGANIC SEARCH SOURCES
customize the list of organic search sources to clean up your
referral and search reports.
great list of organic search sources to add:
http://antezeta.com/news/universal-analytics-search-engines
@SeanCarlos
@adrianvender • adrianvender.com • #IDSD
CAMPAIGN AND SESSION TIMEOUT HANDLING
use cases:
- reduce the campaign timeout when a micro
social-media campaign lasts only a few days
- extend the session timeout when a user is
placed in an online ‘waiting room’ (i.e. ticket
purchases)
- reduce the session timeout when you expect
users to quickly read content and leave (i.e.
online news portal)
@adrianvender • adrianvender.com • #IDSD
REFERRAL EXCLUSIONS
- very important for cross-domain tracking. must exclude origin and destination
domains.
- also useful when you are sending traffic from Facebook Page Apps (using iframes) to
your website.
@adrianvender • adrianvender.com • #IDSD
CUSTOM DIMENSIONS & METRICS
you can configure 20 custom dimensions
& 20 custom metrics!
- dimensions are your ‘row’ labels
- metrics are your ‘column’ labels
understand the difference between hit,
scope, and user scope levels:
http://cutroni.com/blog/2014/02/05/understanding-digital-analytics-data/ @JustinCutroni
@adrianvender • adrianvender.com • #IDSD
MEASUREMENT PROTOCOL
new, improved measurement protocol is what
enables tracking from any programmable interface.
- web tracking (analytics.js) and mobile SDKs inc the measurement protocol.
- simple structure allows for easy incorporation into any digital device. arduinos, kiosks,
CRM, call tracking systems, coffee machines(?)
http://www.google-analytics.com/collect?v=1&tid=UA-123456-
2&cid=36009a59-2a05-49e7-b826-2b884d0f935b&uid=as8rlkjs&t=pageview&dp=%
2Fhome
@adrianvender • adrianvender.com • #IDSD
USER ID - THE KEY TO CROSS-DEVICE TRACKING
assign a unique userID to a user. it may be a unique row id in your
CRM, member database, etc.
*** NOT a name, email address… anything with their identity ***
http://www.google-analytics.com/collect?v=1&tid=UA-123456-
2&cid=36009a59-2a05-49e7-b826-2b884d0f935b& uid=as8rlkjs&t=pageview&dp=%
2Fhome
ga('create', 'UA-123456-2', { ' userId': 'as8rlkjs' });
ga('send', 'pageview');
example with analytics.js:
example with measurement protocol:
@adrianvender • adrianvender.com • #IDSD
part four
use cases
@adrianvender • adrianvender.com • #IDSD
DIMENSION WIDENING
dimension widening is a feature that allows you to append
dimensions & metrics to GA hits based on a custom data set.
http://cutroni.com/blog/2013/10/30/dimension-widening-import-data-directly-into-google-analytics/
key
extra
values
@adrianvender • adrianvender.com • #IDSD
LOGIN-BASED USER UNIFICATION
once you establish a user id for a registered user on your site,
always set the GA userId for subsequent visits.
user will always be identified as the same user no matter what
device they login with.
@adrianvender • adrianvender.com • #IDSD
TRACKING ACROSS THE SALES CYCLE
websites allow you to track web-based conversions, but other
sales-cycle conversions occur outside of the website.
use system webhooks (and the GA user id) to track when leads
become sales accepted leads, opportunities, won contracts, etc.
@adrianvender • adrianvender.com • #IDSD
TRIAL TO SIGNUP CONVERSION TRACKING
tracking a 30-day trial signup with GA is pretty easy.
but what about the signup at the end of the trial?
your applicationuserId
30 days later...
<UA signup>
<UAecomm>
@adrianvender • adrianvender.com • #IDSD
MARKETING AUTOMATION + CRM INTEGRATION
store your userId in your CRM system. upon a change in sales
cycle, use a webhook and measurement protocol to send hit.
your CRMuserId
new contract!
<UA lead>
<UAcontract>
@adrianvender • adrianvender.com • #IDSD
PHONE CALL TRACKING
some call tracking solutions send data to GA, but often identified
as a separate user and disconnected from attribution paths.
sync the user id with the assigned phone number so if a call
occurs, call tracking system sends user id along with GA hit.
call tracking
system
userId
<ua hits>
<ua hit>
@adrianvender • adrianvender.com • #IDSD
IN-STORE TRACKING
great example of measuring:
- in-store entrances and exits
- cash register transactions
http://juliencoquet.com/en/2013/04/08/measuring-offline-store-activity-with-google-universal-analytics/
@JulienCoquet
@adrianvender • adrianvender.com • #IDSD
UNIVERSAL ANALYTICS FOR SEARCH BOTS
PHP-based server side script that
tracks bots in GA.
http://www.adrianvender.com/universal-analytics-for-search-bots/
@This Guy?!!
@adrianvender • adrianvender.com • #IDSD
TRACKING COFFEE CONSUMPTION W/ PRODUCTIVITY
using arduino boards and universal
analytics, LOVES DATA was able to track
coffee consumption by user & tie against
their productivity metrics.
http://youtu.be/C27yMQOS8n0
@adrianvender • adrianvender.com • #IDSD
TRACK THE PLANET
if there is a programmable interface, it can be integrated with GA.
@adrianvender • adrianvender.com • #IDSD
A NEW WORLD OF INSIGHTS
connect the users and all of their touchpoints.
gain intelligent and valuable insights.
make better business decisions.
@adrianvender • adrianvender.com • #IDSD
thank you
@adrianvender

Mais conteúdo relacionado

Mais procurados

Google analytics 201 - goals, events, views, basic filters, segments, alerts...
Google analytics 201  - goals, events, views, basic filters, segments, alerts...Google analytics 201  - goals, events, views, basic filters, segments, alerts...
Google analytics 201 - goals, events, views, basic filters, segments, alerts...ivantage
 
Google Tag Manager for actionable metrics - Beyond basic Google Analytics
Google Tag Manager for actionable metrics - Beyond basic Google AnalyticsGoogle Tag Manager for actionable metrics - Beyond basic Google Analytics
Google Tag Manager for actionable metrics - Beyond basic Google AnalyticsDesignHammer
 
An introduction to Google Analytics
An introduction to Google AnalyticsAn introduction to Google Analytics
An introduction to Google AnalyticsJoris Roebben
 
Introduction to Google Analytics - MCN SIG Data & Insights
Introduction to Google Analytics - MCN SIG Data & InsightsIntroduction to Google Analytics - MCN SIG Data & Insights
Introduction to Google Analytics - MCN SIG Data & InsightsThe Metropolitan Museum of Art
 
Crash Course on Google Analytics
Crash Course on Google AnalyticsCrash Course on Google Analytics
Crash Course on Google AnalyticsGrowth Hacking Asia
 
Advanced Remarketing in Google Analytics Using CRM Data
Advanced Remarketing in Google Analytics Using CRM DataAdvanced Remarketing in Google Analytics Using CRM Data
Advanced Remarketing in Google Analytics Using CRM Datametricmogul
 
Google Analytics vs WebTrends
Google Analytics vs WebTrendsGoogle Analytics vs WebTrends
Google Analytics vs WebTrendsMashMetrics
 
Google Analytics for Beginners - Training
Google Analytics for Beginners - TrainingGoogle Analytics for Beginners - Training
Google Analytics for Beginners - TrainingRuben Vezzoli
 
Google Analytics and Google Tag Manager for Startups
Google Analytics and Google Tag Manager for StartupsGoogle Analytics and Google Tag Manager for Startups
Google Analytics and Google Tag Manager for StartupsJoost Hoogstrate
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google AnalyticstheCodery
 
GAUC 2017 Workshop Attribution with Google Analytics: Peter Falcone (Google)
GAUC 2017 Workshop Attribution with Google Analytics: Peter Falcone (Google)GAUC 2017 Workshop Attribution with Google Analytics: Peter Falcone (Google)
GAUC 2017 Workshop Attribution with Google Analytics: Peter Falcone (Google)e-dialog GmbH
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google AnalyticsCemal Buyukgokcesu
 
An Introduction To Google Analytics
An Introduction To Google AnalyticsAn Introduction To Google Analytics
An Introduction To Google AnalyticsGlobal Media Insight
 
Chapter 9 - Analytics
Chapter 9 - AnalyticsChapter 9 - Analytics
Chapter 9 - AnalyticsEdem Adzroe
 
GAUC 2017 Workshop Analytics 360 Suite: Ilona van de Bildt (Google)
GAUC 2017 Workshop Analytics 360 Suite: Ilona van de Bildt (Google)GAUC 2017 Workshop Analytics 360 Suite: Ilona van de Bildt (Google)
GAUC 2017 Workshop Analytics 360 Suite: Ilona van de Bildt (Google)e-dialog GmbH
 
Analytics 360 Gia & Shahista
Analytics 360 Gia & ShahistaAnalytics 360 Gia & Shahista
Analytics 360 Gia & ShahistaGia Xu
 

Mais procurados (20)

Google analytics glossary
Google analytics glossaryGoogle analytics glossary
Google analytics glossary
 
Google analytics 201 - goals, events, views, basic filters, segments, alerts...
Google analytics 201  - goals, events, views, basic filters, segments, alerts...Google analytics 201  - goals, events, views, basic filters, segments, alerts...
Google analytics 201 - goals, events, views, basic filters, segments, alerts...
 
Google Tag Manager for actionable metrics - Beyond basic Google Analytics
Google Tag Manager for actionable metrics - Beyond basic Google AnalyticsGoogle Tag Manager for actionable metrics - Beyond basic Google Analytics
Google Tag Manager for actionable metrics - Beyond basic Google Analytics
 
An introduction to Google Analytics
An introduction to Google AnalyticsAn introduction to Google Analytics
An introduction to Google Analytics
 
Introduction to Google Analytics - MCN SIG Data & Insights
Introduction to Google Analytics - MCN SIG Data & InsightsIntroduction to Google Analytics - MCN SIG Data & Insights
Introduction to Google Analytics - MCN SIG Data & Insights
 
Crash Course on Google Analytics
Crash Course on Google AnalyticsCrash Course on Google Analytics
Crash Course on Google Analytics
 
Advanced Remarketing in Google Analytics Using CRM Data
Advanced Remarketing in Google Analytics Using CRM DataAdvanced Remarketing in Google Analytics Using CRM Data
Advanced Remarketing in Google Analytics Using CRM Data
 
Google Analytics vs WebTrends
Google Analytics vs WebTrendsGoogle Analytics vs WebTrends
Google Analytics vs WebTrends
 
Google Analytics for Beginners - Training
Google Analytics for Beginners - TrainingGoogle Analytics for Beginners - Training
Google Analytics for Beginners - Training
 
Google Analytics and Google Tag Manager for Startups
Google Analytics and Google Tag Manager for StartupsGoogle Analytics and Google Tag Manager for Startups
Google Analytics and Google Tag Manager for Startups
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
GAUC 2017 Workshop Attribution with Google Analytics: Peter Falcone (Google)
GAUC 2017 Workshop Attribution with Google Analytics: Peter Falcone (Google)GAUC 2017 Workshop Attribution with Google Analytics: Peter Falcone (Google)
GAUC 2017 Workshop Attribution with Google Analytics: Peter Falcone (Google)
 
Introduction to Google Analytics
Introduction to Google AnalyticsIntroduction to Google Analytics
Introduction to Google Analytics
 
Adobe part 1
Adobe part 1Adobe part 1
Adobe part 1
 
An Introduction To Google Analytics
An Introduction To Google AnalyticsAn Introduction To Google Analytics
An Introduction To Google Analytics
 
Google Analytics 101
 Google Analytics 101  Google Analytics 101
Google Analytics 101
 
Chapter 9 - Analytics
Chapter 9 - AnalyticsChapter 9 - Analytics
Chapter 9 - Analytics
 
Google analytics
Google analyticsGoogle analytics
Google analytics
 
GAUC 2017 Workshop Analytics 360 Suite: Ilona van de Bildt (Google)
GAUC 2017 Workshop Analytics 360 Suite: Ilona van de Bildt (Google)GAUC 2017 Workshop Analytics 360 Suite: Ilona van de Bildt (Google)
GAUC 2017 Workshop Analytics 360 Suite: Ilona van de Bildt (Google)
 
Analytics 360 Gia & Shahista
Analytics 360 Gia & ShahistaAnalytics 360 Gia & Shahista
Analytics 360 Gia & Shahista
 

Semelhante a Smart Data with Google's Universal Analytics

Connect the Dots: Multi-Attribution Reporting Tips
Connect the Dots: Multi-Attribution Reporting TipsConnect the Dots: Multi-Attribution Reporting Tips
Connect the Dots: Multi-Attribution Reporting TipsAdrian Vender
 
Working with external identities: Learn how to enable partners, suppliers and...
Working with external identities: Learn how to enable partners, suppliers and...Working with external identities: Learn how to enable partners, suppliers and...
Working with external identities: Learn how to enable partners, suppliers and...Microsoft Tech Community
 
Evolution or Extinction: Survive and Thrive with New Google Analytics Features
Evolution or Extinction:Survive and Thrive with New Google Analytics FeaturesEvolution or Extinction:Survive and Thrive with New Google Analytics Features
Evolution or Extinction: Survive and Thrive with New Google Analytics Features4Ps Marketing
 
Marketech Agency Credentials
Marketech Agency CredentialsMarketech Agency Credentials
Marketech Agency CredentialsRam N Kumar
 
CRM Application for Fashion & Luxury Market
CRM Application for Fashion & Luxury MarketCRM Application for Fashion & Luxury Market
CRM Application for Fashion & Luxury MarketSB Soft
 
Using digital performance analytic to optimize digital user experience id av5
Using digital performance analytic to optimize digital user experience id av5Using digital performance analytic to optimize digital user experience id av5
Using digital performance analytic to optimize digital user experience id av5Jerry Tan
 
The Case for Embedded Analytics: Improve the Value of your Applications with ...
The Case for Embedded Analytics: Improve the Value of your Applications with ...The Case for Embedded Analytics: Improve the Value of your Applications with ...
The Case for Embedded Analytics: Improve the Value of your Applications with ...TIBCO Jaspersoft
 
Codelattice E-Commerce Credentials
Codelattice E-Commerce Credentials Codelattice E-Commerce Credentials
Codelattice E-Commerce Credentials Codelattice
 
Publishers' Life After Cookies Webinar
Publishers' Life After Cookies WebinarPublishers' Life After Cookies Webinar
Publishers' Life After Cookies WebinarMatěj Novák
 
The Why, How and What of Digital Business Transformation in the Cloud
The Why, How and What of Digital Business Transformation in the CloudThe Why, How and What of Digital Business Transformation in the Cloud
The Why, How and What of Digital Business Transformation in the CloudAmazon Web Services
 
Usando metodologías ágiles en UX
Usando metodologías ágiles en UX Usando metodologías ágiles en UX
Usando metodologías ágiles en UX Paradigma Digital
 
Deep Link Analytics Empowered by AI + Graph + Verticals
Deep Link Analytics Empowered by AI + Graph + VerticalsDeep Link Analytics Empowered by AI + Graph + Verticals
Deep Link Analytics Empowered by AI + Graph + VerticalsTigerGraph
 
Transitioning to-lean-at-infochimps
Transitioning to-lean-at-infochimpsTransitioning to-lean-at-infochimps
Transitioning to-lean-at-infochimpsAsh Maurya
 
5 Essential Practices of the Data Driven Organization
5 Essential Practices of the Data Driven Organization5 Essential Practices of the Data Driven Organization
5 Essential Practices of the Data Driven OrganizationVivastream
 
CX Appeal: Technology to Keep Your Customers Coming Back for More By Gerry Mu...
CX Appeal: Technology to Keep Your Customers Coming Back for More By Gerry Mu...CX Appeal: Technology to Keep Your Customers Coming Back for More By Gerry Mu...
CX Appeal: Technology to Keep Your Customers Coming Back for More By Gerry Mu...MarTech Conference
 
Bloomerangs Audience Loyalty
Bloomerangs Audience LoyaltyBloomerangs Audience Loyalty
Bloomerangs Audience LoyaltyJoseph Noujaim
 

Semelhante a Smart Data with Google's Universal Analytics (20)

Multi-Attribution Data Visualization Tips
Multi-Attribution Data Visualization TipsMulti-Attribution Data Visualization Tips
Multi-Attribution Data Visualization Tips
 
Connect the Dots: Multi-Attribution Reporting Tips
Connect the Dots: Multi-Attribution Reporting TipsConnect the Dots: Multi-Attribution Reporting Tips
Connect the Dots: Multi-Attribution Reporting Tips
 
AI as the Gateway to your Business - Alexander De Ridder, DE RIDDER INTERNAT...
 AI as the Gateway to your Business - Alexander De Ridder, DE RIDDER INTERNAT... AI as the Gateway to your Business - Alexander De Ridder, DE RIDDER INTERNAT...
AI as the Gateway to your Business - Alexander De Ridder, DE RIDDER INTERNAT...
 
Working with external identities: Learn how to enable partners, suppliers and...
Working with external identities: Learn how to enable partners, suppliers and...Working with external identities: Learn how to enable partners, suppliers and...
Working with external identities: Learn how to enable partners, suppliers and...
 
Tracking across devices
Tracking across devices Tracking across devices
Tracking across devices
 
Evolution or Extinction: Survive and Thrive with New Google Analytics Features
Evolution or Extinction:Survive and Thrive with New Google Analytics FeaturesEvolution or Extinction:Survive and Thrive with New Google Analytics Features
Evolution or Extinction: Survive and Thrive with New Google Analytics Features
 
Marketech Agency Credentials
Marketech Agency CredentialsMarketech Agency Credentials
Marketech Agency Credentials
 
CRM Application for Fashion & Luxury Market
CRM Application for Fashion & Luxury MarketCRM Application for Fashion & Luxury Market
CRM Application for Fashion & Luxury Market
 
Using digital performance analytic to optimize digital user experience id av5
Using digital performance analytic to optimize digital user experience id av5Using digital performance analytic to optimize digital user experience id av5
Using digital performance analytic to optimize digital user experience id av5
 
QR Code PPT.pptx
QR Code PPT.pptxQR Code PPT.pptx
QR Code PPT.pptx
 
The Case for Embedded Analytics: Improve the Value of your Applications with ...
The Case for Embedded Analytics: Improve the Value of your Applications with ...The Case for Embedded Analytics: Improve the Value of your Applications with ...
The Case for Embedded Analytics: Improve the Value of your Applications with ...
 
Codelattice E-Commerce Credentials
Codelattice E-Commerce Credentials Codelattice E-Commerce Credentials
Codelattice E-Commerce Credentials
 
Publishers' Life After Cookies Webinar
Publishers' Life After Cookies WebinarPublishers' Life After Cookies Webinar
Publishers' Life After Cookies Webinar
 
The Why, How and What of Digital Business Transformation in the Cloud
The Why, How and What of Digital Business Transformation in the CloudThe Why, How and What of Digital Business Transformation in the Cloud
The Why, How and What of Digital Business Transformation in the Cloud
 
Usando metodologías ágiles en UX
Usando metodologías ágiles en UX Usando metodologías ágiles en UX
Usando metodologías ágiles en UX
 
Deep Link Analytics Empowered by AI + Graph + Verticals
Deep Link Analytics Empowered by AI + Graph + VerticalsDeep Link Analytics Empowered by AI + Graph + Verticals
Deep Link Analytics Empowered by AI + Graph + Verticals
 
Transitioning to-lean-at-infochimps
Transitioning to-lean-at-infochimpsTransitioning to-lean-at-infochimps
Transitioning to-lean-at-infochimps
 
5 Essential Practices of the Data Driven Organization
5 Essential Practices of the Data Driven Organization5 Essential Practices of the Data Driven Organization
5 Essential Practices of the Data Driven Organization
 
CX Appeal: Technology to Keep Your Customers Coming Back for More By Gerry Mu...
CX Appeal: Technology to Keep Your Customers Coming Back for More By Gerry Mu...CX Appeal: Technology to Keep Your Customers Coming Back for More By Gerry Mu...
CX Appeal: Technology to Keep Your Customers Coming Back for More By Gerry Mu...
 
Bloomerangs Audience Loyalty
Bloomerangs Audience LoyaltyBloomerangs Audience Loyalty
Bloomerangs Audience Loyalty
 

Último

Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...Boston Institute of Analytics
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhThiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhYasamin16
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectBoston Institute of Analytics
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.natarajan8993
 
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024Timothy Spann
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
Vision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxVision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxellehsormae
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfchwongval
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...GQ Research
 

Último (20)

Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhThiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis Project
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.
 
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
Vision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxVision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptx
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdf
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
 

Smart Data with Google's Universal Analytics

  • 1. @adrianvender • adrianvender.com • #IDSD smart data with google’s universal analytics IDSD 2014
  • 2. @adrianvender • adrianvender.com • #IDSD part one the problem with web analytics
  • 3. @adrianvender • adrianvender.com • #IDSD ONE PERSON, ONE DEVICE if people just used one device, tracking users would be easy.
  • 4. @adrianvender • adrianvender.com • #IDSD ONE PERSON, MANY DEVICES people interact with your business using multiple devices.
  • 5. @adrianvender • adrianvender.com • #IDSD ONE PERSON, MANY INTERACTIONS actually, it’s a bit more complicated. online and offline interactions have to be considered.
  • 6. @adrianvender • adrianvender.com • #IDSD GOOGLE ANALYTICS EVOLVED A BIT multi-channel funnels shifted us away from last-click attribution. other GA improvements helped push us to smarter analysis.
  • 7. @adrianvender • adrianvender.com • #IDSD UNIVERSAL ANALYTICS universal analytics allows us to connect and measure users across the online and offline world. - tracking across any device - 3rd party system integrations - improved, flexible tracking code - more admin-based configurations - custom dimensions & metrics - import cost data from other ad networks
  • 8. @adrianvender • adrianvender.com • #IDSD “Not so fast, my friend”
  • 9. @adrianvender • adrianvender.com • #IDSD YOU NEED CORRECT DATA you can’t get smart data out of bad data.
  • 10. @adrianvender • adrianvender.com • #IDSD part two correct data is good data
  • 11. @adrianvender • adrianvender.com • #IDSD WASP WASP will automatically scan analytics tags, visualize script and tag info, & highlight potential problems. http://webanalyticssolutionprofiler.com/
  • 12. @adrianvender • adrianvender.com • #IDSD GOOGLE TAG MANAGER use GTM to organize your tags and mitigate data errors. http://www.google.com/tagmanager/
  • 13. @adrianvender • adrianvender.com • #IDSD CAMPAIGN (UTM) TAGGING if you want ANY form of correct multi-channel attribution, you MUST be tagging your campaign links.
  • 14. @adrianvender • adrianvender.com • #IDSD HOW GA ATTRIBUTION WORKS order of attribution in GA: 1. custom UTM tags 2. browser referral string 3. if neither is found, session channel marked as “direct” “direct” really just means “we don’t know!”
  • 15. @adrianvender • adrianvender.com • #IDSD WHAT HAPPENS WITHOUT UTM TAGGING desktop and mobile apps don’t pass referral string, and browser referrals aren’t always insightful, leading to mass confusion. - email marketing will be marked as “direct” or “mail.*” referrals. - twitter traffic either marked as “direct” or “t.co” referrals. - banner ad referrals aren’t specific and insightful. - Bing Ads will appear as “bing/organic” * for AdWords, enable autotagging! https://support.google.com/adwords/answer/1752125?hl=en
  • 16. @adrianvender • adrianvender.com • #IDSD UTM TAGGING RESOURCES check out @AnnieCushing and her guide to UTM tagging. http://www.annielytics.com/guides/definitive-guide-campaign-tagging-google-analytics/
  • 17. @adrianvender • adrianvender.com • #IDSD GET A NERD other potential issues that you need a nerd to fix: - self-referral traffic - cross-domain tracking - ecommerce tracking implementation - event firing and troubleshooting - JavaScript errors http://www.google.com/analytics/partners/
  • 18. @adrianvender • adrianvender.com • #IDSD part three let’s talk universal analytics
  • 19. @adrianvender • adrianvender.com • #IDSD TIME TO UPGRADE universal analytics is out of beta! all features available. existing GA properties can be upgraded to UA. (no data loss)
  • 20. @adrianvender • adrianvender.com • #IDSD SAFE TIME WINDOW FOR UPGRADING UA properties will allows hits from ga.js for at least a few years. this let’s you safely plan your code migration. classic analytics ga.js universal analytics analytics.js learn more at the “Universal Analytics Upgrade Center” https://developers.google.com/analytics/devguides/collection/upgrade/?hl=en_US
  • 21. @adrianvender • adrianvender.com • #IDSD CUSTOMIZE ORGANIC SEARCH SOURCES customize the list of organic search sources to clean up your referral and search reports. great list of organic search sources to add: http://antezeta.com/news/universal-analytics-search-engines @SeanCarlos
  • 22. @adrianvender • adrianvender.com • #IDSD CAMPAIGN AND SESSION TIMEOUT HANDLING use cases: - reduce the campaign timeout when a micro social-media campaign lasts only a few days - extend the session timeout when a user is placed in an online ‘waiting room’ (i.e. ticket purchases) - reduce the session timeout when you expect users to quickly read content and leave (i.e. online news portal)
  • 23. @adrianvender • adrianvender.com • #IDSD REFERRAL EXCLUSIONS - very important for cross-domain tracking. must exclude origin and destination domains. - also useful when you are sending traffic from Facebook Page Apps (using iframes) to your website.
  • 24. @adrianvender • adrianvender.com • #IDSD CUSTOM DIMENSIONS & METRICS you can configure 20 custom dimensions & 20 custom metrics! - dimensions are your ‘row’ labels - metrics are your ‘column’ labels understand the difference between hit, scope, and user scope levels: http://cutroni.com/blog/2014/02/05/understanding-digital-analytics-data/ @JustinCutroni
  • 25. @adrianvender • adrianvender.com • #IDSD MEASUREMENT PROTOCOL new, improved measurement protocol is what enables tracking from any programmable interface. - web tracking (analytics.js) and mobile SDKs inc the measurement protocol. - simple structure allows for easy incorporation into any digital device. arduinos, kiosks, CRM, call tracking systems, coffee machines(?) http://www.google-analytics.com/collect?v=1&tid=UA-123456- 2&cid=36009a59-2a05-49e7-b826-2b884d0f935b&uid=as8rlkjs&t=pageview&dp=% 2Fhome
  • 26. @adrianvender • adrianvender.com • #IDSD USER ID - THE KEY TO CROSS-DEVICE TRACKING assign a unique userID to a user. it may be a unique row id in your CRM, member database, etc. *** NOT a name, email address… anything with their identity *** http://www.google-analytics.com/collect?v=1&tid=UA-123456- 2&cid=36009a59-2a05-49e7-b826-2b884d0f935b& uid=as8rlkjs&t=pageview&dp=% 2Fhome ga('create', 'UA-123456-2', { ' userId': 'as8rlkjs' }); ga('send', 'pageview'); example with analytics.js: example with measurement protocol:
  • 27. @adrianvender • adrianvender.com • #IDSD part four use cases
  • 28. @adrianvender • adrianvender.com • #IDSD DIMENSION WIDENING dimension widening is a feature that allows you to append dimensions & metrics to GA hits based on a custom data set. http://cutroni.com/blog/2013/10/30/dimension-widening-import-data-directly-into-google-analytics/ key extra values
  • 29. @adrianvender • adrianvender.com • #IDSD LOGIN-BASED USER UNIFICATION once you establish a user id for a registered user on your site, always set the GA userId for subsequent visits. user will always be identified as the same user no matter what device they login with.
  • 30. @adrianvender • adrianvender.com • #IDSD TRACKING ACROSS THE SALES CYCLE websites allow you to track web-based conversions, but other sales-cycle conversions occur outside of the website. use system webhooks (and the GA user id) to track when leads become sales accepted leads, opportunities, won contracts, etc.
  • 31. @adrianvender • adrianvender.com • #IDSD TRIAL TO SIGNUP CONVERSION TRACKING tracking a 30-day trial signup with GA is pretty easy. but what about the signup at the end of the trial? your applicationuserId 30 days later... <UA signup> <UAecomm>
  • 32. @adrianvender • adrianvender.com • #IDSD MARKETING AUTOMATION + CRM INTEGRATION store your userId in your CRM system. upon a change in sales cycle, use a webhook and measurement protocol to send hit. your CRMuserId new contract! <UA lead> <UAcontract>
  • 33. @adrianvender • adrianvender.com • #IDSD PHONE CALL TRACKING some call tracking solutions send data to GA, but often identified as a separate user and disconnected from attribution paths. sync the user id with the assigned phone number so if a call occurs, call tracking system sends user id along with GA hit. call tracking system userId <ua hits> <ua hit>
  • 34. @adrianvender • adrianvender.com • #IDSD IN-STORE TRACKING great example of measuring: - in-store entrances and exits - cash register transactions http://juliencoquet.com/en/2013/04/08/measuring-offline-store-activity-with-google-universal-analytics/ @JulienCoquet
  • 35. @adrianvender • adrianvender.com • #IDSD UNIVERSAL ANALYTICS FOR SEARCH BOTS PHP-based server side script that tracks bots in GA. http://www.adrianvender.com/universal-analytics-for-search-bots/ @This Guy?!!
  • 36. @adrianvender • adrianvender.com • #IDSD TRACKING COFFEE CONSUMPTION W/ PRODUCTIVITY using arduino boards and universal analytics, LOVES DATA was able to track coffee consumption by user & tie against their productivity metrics. http://youtu.be/C27yMQOS8n0
  • 37. @adrianvender • adrianvender.com • #IDSD TRACK THE PLANET if there is a programmable interface, it can be integrated with GA.
  • 38. @adrianvender • adrianvender.com • #IDSD A NEW WORLD OF INSIGHTS connect the users and all of their touchpoints. gain intelligent and valuable insights. make better business decisions.
  • 39. @adrianvender • adrianvender.com • #IDSD thank you @adrianvender