SlideShare uma empresa Scribd logo
1 de 62
Introduction
     Who we are
Justin Goodman
•   Google Analytics & Adwords
    Individual Qualification
•   10 years in Internet Marketing
•   Forbes.com Contributor
•   Blogs Featured on SEOMoz
•   Speaker:
     – Digital World Expo
     – International Association of
       Business Communicators
•   American Marketing
    Association Member
Course Objective
What you can expect, what you will learn, and why you are here.
Course Objective
• How to
• What will be provided
  – Resources
  – Tools
• Terminologies
     • Glossary
Analytics
• What is Web Analytics
  – What is Google analytics
• Why do you have a website?
• Building a website measurement
  framework
What is Web Analytics
• Web Analytics is the
  measurement, collection, analysis and
  reporting of Internet data for the purposes of
  understanding and optimizing Web usage.
                      -Web Analytics Association
                         (Now Digital Analytics Association)
What is Web Analytics
• "Analytics is the process of obtaining an
  optimal and realistic decision based on existing
  data."
                 -Stehpane Hamel

• “Study of online experience, in order to
  improve it
                -Brian Clifton
What is Google Analytics
• Google Analytics (GA) is a service offered by
  Google that generates detailed statistics about a
  website's traffic and traffic sources and measures
  conversions and sales.
  The product is aimed at marketers as opposed to
  webmasters and technologists from which the
  industry of web analytics originally grew. It is the
  most widely used website statistics service.
                                  - Wikipedia
Why do you have a website
• Exposure
• Communication Portal
• Promote yourself/ your services
Data Framework


                                                               Dimensions
                       Activity               KPI
Key Business                                                    & Metrics
 Objective                                                     Dimensions
                       Activity               KPI
                                                                & Metrics

 Key Business Objective
 • This is the answer to the question: "Why does your website exist?“
    • -Avinash Kaushik, Google Analytics Evangalist
Data Framework


                                                                Dimensions
                      Activity                KPI
Key Business                                                     & Metrics
 Objective                                                      Dimensions
                      Activity                KPI
                                                                 & Metrics

 Activity
 • The condition in which things are happening or being done.
 • A specific deed, action, function, or sphere of action
Data Framework


                                                           Dimensions
                         Activity          KPI
Key Business                                                & Metrics
 Objective                                                 Dimensions
                         Activity          KPI
                                                            & Metrics

Key Performance Indicator
• Measures that help you understand how you are doing against
  your objectives.
    • -Avinash Kaushik
Data Framework


                                                                           Dimensions
                           Activity                     KPI
Key Business                                                                & Metrics
 Objective                                                                 Dimensions
                           Activity                     KPI
                                                                            & Metrics
Dimension
• A dimension is an descriptive attribute or characteristic of an object that
  can be given different values.
• Simply put, the labels, descriptive names, within reports
 Valid Dimension and Metric Pairs in Google Analytics: http://bit.ly/GAdimensionandmetrics
Data Framework


                                                                           Dimensions
                           Activity                     KPI
Key Business                                                                & Metrics
 Objective                                                                 Dimensions
                           Activity                     KPI
                                                                            & Metrics
Metric
• Metrics are individual elements of a dimension that can be measured as a
  sum or a ratio.
• Simply put, the numbers within reports
 Valid Dimension and Metric Pairs in Google Analytics: http://bit.ly/GAdimensionandmetrics
Data Framework Sample
                                                                                         Visits
                                                                        Metrics
                                                                                     Bounce Rate
                                 Increase Non-Branded Engaged
                                   New Visits by 5% ; 6 months                         Organic
                                                                       Dimensions      New Visit
                  SEO                                                                 Non-Brand

                                Increase Page 1 Visibility in Google
                                    Increase Page 1 Visibility in       Metrics      Organic Rank
  Increase New                   Google Organic10%; 6 months
                                     Organic by by 10%; 6 months       Dimension        Google
Ecommerce Sales
                                                                                    Conversion Rate
                                                                        Metrics
                                   Increase Conversion Rate for                      Bounce Rate
              Conversion Rate
                                  Potential Customers by 10%; 6
               Optimization                  months                                   New visitor
                                                                       Dimensions
                                                                                    Product Pages
Setting up Google Analytics
•   Google Analytics Account Creation
•   Tag Manager
•   Setting up Goals
•   Setting up Events
Google Analytics Account Creation
Google Analytics Account Creation
Google Analytics Account Creation
Google Analytics Account Creation
Google Analytics Account Creation
Google Analytics Account Creation
Default Code
<script type="text/javascript">

 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-38684603-1']);
 _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
  })();

</script>
Subdomains Enabled
<script type="text/javascript">

 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-38684603-1']);
 _gaq.push(['_setDomainName', 'sample-website.com']);
 _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
  })();

</script>
Multiple top Level Domains
 Enabled
<script type="text/javascript">

 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-38684603-1']);
 _gaq.push(['_setDomainName', 'sample-website.com']);
 _gaq.push(['_setAllowLinker', true]);
 _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
  })();

</script>
Multiple top Level Domains
 Enabled
<script type="text/javascript">

 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-38684603-1']);
 _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://' :
'http://') + 'stats.g.doubleclick.net/dc.js';
    var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
  })();

</script>
Custom Campaign Tags
What is Campaign Tagging?
• Used for Marketing Links pointing to your GA
  tracked website
• Used to track online advertising campaigns
  –   Email Marketing
  –   Display Advertising
  –   Paid Search
  –   Etc.
• Auto Tagging
  – Google paid search
Yes. Tagging.
       It’s a necessary evil.
Make Campaign Tagging Easier
                   • bit.ly/url-builder
Tagging a Link?
                   Required. Use utm_source to identify a search engine, newsletter name or
Campaign Source
                   other source.
(utm_source)
                   Example: utm_source=google
                   Required. Use utm_medium to identify a medium such as email or cost-
Campaign Medium
                   per- click.
(utm_medium)
                   Example: utm_medium=cpc
Campaign Term      Used for paid search. Use utm_term to note the keywords for this ad.
(utm_term)         Example: utm_term=running+shoes

                   Used for A/B testing and content-targeted ads. Use utm_content to
Campaign Content
                   differentiate ads or links that point to the same URL.
(utm_content)
                   Examples: utm_content=logolink orutm_content=textlink
                   Used for keyword analysis. Use utm_campaign to identify a specific product
Campaign Name
                   promotion or strategic campaign.
(utm_campaign)
                   Example: utm_campaign=spring_sale
Conversion Breakdown
  Should you cut your email marketing
              Revenue Per Channel
                 budget?
                        Untagged   Tagged

       Social

         PPC

      Organic

       Email

            0.00%   20.00% 40.00% 60.00% 80.00% 100.00%
Goal Tracking
Goal Tracking
Goal Tracking
Goal Tracking
Goal Tracking
Goal Tracking
Event Tracking
Event Tracking

• category (required) - The name you supply for the group of objects you want to track.

• action (required) - A string that is uniquely paired with each category, and commonly
  used to define the type of user interaction for the web object.

• label (optional) - An optional string to provide additional dimensions to the event data.

• value (optional) - An integer that you can use to provide numerical data about the user
  event.

• non-interaction (optional) - A boolean that when set to true, indicates that the event hit
  will not be used in bounce-rate calculation.
Event Tracking Example
<a href="#"
onClick="_gaq.push(['_trackEvent', ‘Forms', ‘Sub
mit', ‘Contact Form']);">Submit</a>
Tag Manager Account and Container
                         Creation
                      Setting up an Account
Create New Account
Accept Terms
Get Code Snippet
Add Google Analytics Tag
Apply a Firing Rule to the tag
Create a Version
Preview & Debug
Publish
Tag is Now Live
Add more Tags ( MAT Universal Tag)
Adding additional tags
Name Tag and Select Tag Type
Add Code and Select Firing Rule
Next Steps
• Create Version
• Preview and Debug
• Publish
Rules
A Quick Introduction
Rules Setup
Macros
A Quick Introduction
Macros Setup
User Settings
  A Quick Introduction
User Settings
Questions

Mais conteúdo relacionado

Mais procurados

KPIs and Metrics of Online and Digital Marketing
KPIs  and Metrics of Online and Digital MarketingKPIs  and Metrics of Online and Digital Marketing
KPIs and Metrics of Online and Digital Marketing
Rajendra Singh
 
If You Don’T Get It
If You Don’T Get ItIf You Don’T Get It
If You Don’T Get It
Dhiren Gala
 

Mais procurados (20)

WA-UX - data and strategies - Talk by Shivam
WA-UX  - data and strategies - Talk by ShivamWA-UX  - data and strategies - Talk by Shivam
WA-UX - data and strategies - Talk by Shivam
 
1140 track 3 ramirez_using our laptop
1140 track 3 ramirez_using our laptop1140 track 3 ramirez_using our laptop
1140 track 3 ramirez_using our laptop
 
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...
Measuring What Really Matters: Search Engine Metrics & Tracking Tips - David ...
 
Marketing Operations | SlideShare | Accenture
Marketing Operations | SlideShare | AccentureMarketing Operations | SlideShare | Accenture
Marketing Operations | SlideShare | Accenture
 
1115 track1 harmanos
1115 track1 harmanos1115 track1 harmanos
1115 track1 harmanos
 
Radical Analytics, Superweek Hungary, January 2017
Radical Analytics, Superweek Hungary, January 2017Radical Analytics, Superweek Hungary, January 2017
Radical Analytics, Superweek Hungary, January 2017
 
Customer analytics
Customer analyticsCustomer analytics
Customer analytics
 
#WAC2011 workshopdag: Gerwin Hendriks
#WAC2011 workshopdag: Gerwin Hendriks#WAC2011 workshopdag: Gerwin Hendriks
#WAC2011 workshopdag: Gerwin Hendriks
 
Using analytics in ux design my view
Using analytics in ux design   my viewUsing analytics in ux design   my view
Using analytics in ux design my view
 
Driving Customer Experience and Business Revenues Through Search Engines
Driving Customer Experience and Business Revenues Through Search EnginesDriving Customer Experience and Business Revenues Through Search Engines
Driving Customer Experience and Business Revenues Through Search Engines
 
Emerce Performance 2014 -- Analytics Ninja
Emerce Performance 2014 -- Analytics NinjaEmerce Performance 2014 -- Analytics Ninja
Emerce Performance 2014 -- Analytics Ninja
 
Achieving Social ROI
Achieving Social ROIAchieving Social ROI
Achieving Social ROI
 
Retail AI at work: How leading retailers are using AI to optimize pricing and...
Retail AI at work: How leading retailers are using AI to optimize pricing and...Retail AI at work: How leading retailers are using AI to optimize pricing and...
Retail AI at work: How leading retailers are using AI to optimize pricing and...
 
Creative971 - Shopify Dropshipping in Dubai, UAE
Creative971 - Shopify Dropshipping in Dubai, UAECreative971 - Shopify Dropshipping in Dubai, UAE
Creative971 - Shopify Dropshipping in Dubai, UAE
 
Co-dependency with Clients - building a great product ≠ great product success
Co-dependency with Clients - building a great product ≠ great product successCo-dependency with Clients - building a great product ≠ great product success
Co-dependency with Clients - building a great product ≠ great product success
 
Customer Analytics
Customer AnalyticsCustomer Analytics
Customer Analytics
 
KPIs and Metrics of Online and Digital Marketing
KPIs  and Metrics of Online and Digital MarketingKPIs  and Metrics of Online and Digital Marketing
KPIs and Metrics of Online and Digital Marketing
 
Data Strategy for Digital Sales : Case Study & Best Practice
Data Strategy for Digital Sales : Case Study & Best PracticeData Strategy for Digital Sales : Case Study & Best Practice
Data Strategy for Digital Sales : Case Study & Best Practice
 
4 Signs That Your Agency is Underperforming
4 Signs That Your Agency is Underperforming4 Signs That Your Agency is Underperforming
4 Signs That Your Agency is Underperforming
 
If You Don’T Get It
If You Don’T Get ItIf You Don’T Get It
If You Don’T Get It
 

Destaque

Digital Badges: A Tool for Embedded Library Instruction
Digital Badges: A Tool for Embedded Library InstructionDigital Badges: A Tool for Embedded Library Instruction
Digital Badges: A Tool for Embedded Library Instruction
Emily Ford
 
Jntuk dap-b.tech(mechanical engineering)- syllabus of b.tech iii year - i sem...
Jntuk dap-b.tech(mechanical engineering)- syllabus of b.tech iii year - i sem...Jntuk dap-b.tech(mechanical engineering)- syllabus of b.tech iii year - i sem...
Jntuk dap-b.tech(mechanical engineering)- syllabus of b.tech iii year - i sem...
Prasad Vejendla
 
Leverage Analytics for Decision Support and Improved Retail Performance
Leverage Analytics for Decision Support and Improved Retail PerformanceLeverage Analytics for Decision Support and Improved Retail Performance
Leverage Analytics for Decision Support and Improved Retail Performance
Perficient, Inc.
 
Realtime Marketing
Realtime MarketingRealtime Marketing
Realtime Marketing
Pavan kumar
 
A report on nj india investment
A report on nj india investmentA report on nj india investment
A report on nj india investment
IIIM
 

Destaque (16)

IBM Alloy - Lotusphere Presentation
IBM Alloy - Lotusphere PresentationIBM Alloy - Lotusphere Presentation
IBM Alloy - Lotusphere Presentation
 
Enfermedades de infeccion sexual
Enfermedades de infeccion sexualEnfermedades de infeccion sexual
Enfermedades de infeccion sexual
 
Digital Badges: A Tool for Embedded Library Instruction
Digital Badges: A Tool for Embedded Library InstructionDigital Badges: A Tool for Embedded Library Instruction
Digital Badges: A Tool for Embedded Library Instruction
 
Jntuk dap-b.tech(mechanical engineering)- syllabus of b.tech iii year - i sem...
Jntuk dap-b.tech(mechanical engineering)- syllabus of b.tech iii year - i sem...Jntuk dap-b.tech(mechanical engineering)- syllabus of b.tech iii year - i sem...
Jntuk dap-b.tech(mechanical engineering)- syllabus of b.tech iii year - i sem...
 
Combining content analytics and activity tracking to mine user interests and ...
Combining content analytics and activity tracking to mine user interests and ...Combining content analytics and activity tracking to mine user interests and ...
Combining content analytics and activity tracking to mine user interests and ...
 
Indian Stock Market Analytics | Buy Stock of Prestige Estates, Tech Mahindra ...
Indian Stock Market Analytics | Buy Stock of Prestige Estates, Tech Mahindra ...Indian Stock Market Analytics | Buy Stock of Prestige Estates, Tech Mahindra ...
Indian Stock Market Analytics | Buy Stock of Prestige Estates, Tech Mahindra ...
 
Leverage Analytics for Decision Support and Improved Retail Performance
Leverage Analytics for Decision Support and Improved Retail PerformanceLeverage Analytics for Decision Support and Improved Retail Performance
Leverage Analytics for Decision Support and Improved Retail Performance
 
Realtime Marketing
Realtime MarketingRealtime Marketing
Realtime Marketing
 
Happiest minds insurance domain overview 1 2
Happiest minds insurance domain overview 1 2Happiest minds insurance domain overview 1 2
Happiest minds insurance domain overview 1 2
 
Text analytics opportunities in the Insurance domain
Text analytics opportunities in the Insurance domainText analytics opportunities in the Insurance domain
Text analytics opportunities in the Insurance domain
 
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...
Using Unstructured Text Data to Stay Ahead of Market Trends and Quantify Cust...
 
A report on nj india investment
A report on nj india investmentA report on nj india investment
A report on nj india investment
 
Insurance domain mishra
Insurance domain  mishraInsurance domain  mishra
Insurance domain mishra
 
Stock market prediction using data mining
Stock market prediction using data miningStock market prediction using data mining
Stock market prediction using data mining
 
Stock market prediction technique:
Stock market prediction technique:Stock market prediction technique:
Stock market prediction technique:
 
An introduction to Google Analytics
An introduction to Google AnalyticsAn introduction to Google Analytics
An introduction to Google Analytics
 

Semelhante a Emory Google Analytics Overview

6 Areas Of Focus to Maximize the Success of Your Digital Marketing Analytics ...
6 Areas Of Focus to Maximize the Success of Your Digital Marketing Analytics ...6 Areas Of Focus to Maximize the Success of Your Digital Marketing Analytics ...
6 Areas Of Focus to Maximize the Success of Your Digital Marketing Analytics ...
Webtrends
 
5 Essential Practices for the Data Driven Organization
5 Essential Practices for the Data Driven Organization5 Essential Practices for the Data Driven Organization
5 Essential Practices for the Data Driven Organization
Vivastream
 
5 Essential Practices for the Data Driven Organization
5 Essential Practices for the Data Driven Organization5 Essential Practices for the Data Driven Organization
5 Essential Practices for the Data Driven Organization
Vivastream
 
Performance improvement consultancy
Performance improvement consultancyPerformance improvement consultancy
Performance improvement consultancy
Hj Arriffin Mansor
 
4. thurs 130 215 trichel cutten - advanced analytics workshop
4. thurs 130 215 trichel cutten -  advanced analytics workshop4. thurs 130 215 trichel cutten -  advanced analytics workshop
4. thurs 130 215 trichel cutten - advanced analytics workshop
Jon Hedlund
 
Measure what matters to compete on relationships linda sharp marketing camp
Measure what matters to compete on relationships   linda sharp   marketing campMeasure what matters to compete on relationships   linda sharp   marketing camp
Measure what matters to compete on relationships linda sharp marketing camp
MarketingCamp
 

Semelhante a Emory Google Analytics Overview (20)

SharePoint Summit Toronto Presentation
SharePoint Summit Toronto PresentationSharePoint Summit Toronto Presentation
SharePoint Summit Toronto Presentation
 
XtreMketing1.0
XtreMketing1.0XtreMketing1.0
XtreMketing1.0
 
A Step by Step Approach to Actionable Website KPIs
A Step by Step Approach to Actionable Website KPIsA Step by Step Approach to Actionable Website KPIs
A Step by Step Approach to Actionable Website KPIs
 
6 Areas Of Focus to Maximize the Success of Your Digital Marketing Analytics ...
6 Areas Of Focus to Maximize the Success of Your Digital Marketing Analytics ...6 Areas Of Focus to Maximize the Success of Your Digital Marketing Analytics ...
6 Areas Of Focus to Maximize the Success of Your Digital Marketing Analytics ...
 
KPI mahsa sharifi 2012
KPI mahsa sharifi 2012KPI mahsa sharifi 2012
KPI mahsa sharifi 2012
 
5 Essential Practices for the Data Driven Organization
5 Essential Practices for the Data Driven Organization5 Essential Practices for the Data Driven Organization
5 Essential Practices for the Data Driven Organization
 
How Truly Effective CRO Requires Great UX
How Truly Effective CRO Requires Great UXHow Truly Effective CRO Requires Great UX
How Truly Effective CRO Requires Great UX
 
Google Analytics for Store Owners - Intermediate
Google Analytics for Store Owners - IntermediateGoogle Analytics for Store Owners - Intermediate
Google Analytics for Store Owners - Intermediate
 
5 Essential Practices for the Data Driven Organization
5 Essential Practices for the Data Driven Organization5 Essential Practices for the Data Driven Organization
5 Essential Practices for the Data Driven Organization
 
Webová analytika – proč? kdo? kdy? jak? (Insight Model)
Webová analytika – proč? kdo? kdy? jak? (Insight Model)Webová analytika – proč? kdo? kdy? jak? (Insight Model)
Webová analytika – proč? kdo? kdy? jak? (Insight Model)
 
Performance improvement consultancy
Performance improvement consultancyPerformance improvement consultancy
Performance improvement consultancy
 
Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso DigitalAdvanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso Digital
 
See,s SEM Presentation
See,s SEM PresentationSee,s SEM Presentation
See,s SEM Presentation
 
Improve Business Operations Profitability
Improve Business Operations ProfitabilityImprove Business Operations Profitability
Improve Business Operations Profitability
 
Google Analytics for Developers: GTUG KL Edition
Google Analytics for Developers: GTUG KL EditionGoogle Analytics for Developers: GTUG KL Edition
Google Analytics for Developers: GTUG KL Edition
 
TCG proposition web copy
TCG proposition web copyTCG proposition web copy
TCG proposition web copy
 
TCG proposition web copy
TCG proposition web copyTCG proposition web copy
TCG proposition web copy
 
4. thurs 130 215 trichel cutten - advanced analytics workshop
4. thurs 130 215 trichel cutten -  advanced analytics workshop4. thurs 130 215 trichel cutten -  advanced analytics workshop
4. thurs 130 215 trichel cutten - advanced analytics workshop
 
Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso Digital Advanced Google Analytics 4.0 by Aviso Digital
Advanced Google Analytics 4.0 by Aviso Digital
 
Measure what matters to compete on relationships linda sharp marketing camp
Measure what matters to compete on relationships   linda sharp   marketing campMeasure what matters to compete on relationships   linda sharp   marketing camp
Measure what matters to compete on relationships linda sharp marketing camp
 

Emory Google Analytics Overview

  • 1. Introduction Who we are
  • 2. Justin Goodman • Google Analytics & Adwords Individual Qualification • 10 years in Internet Marketing • Forbes.com Contributor • Blogs Featured on SEOMoz • Speaker: – Digital World Expo – International Association of Business Communicators • American Marketing Association Member
  • 3. Course Objective What you can expect, what you will learn, and why you are here.
  • 4. Course Objective • How to • What will be provided – Resources – Tools • Terminologies • Glossary
  • 5. Analytics • What is Web Analytics – What is Google analytics • Why do you have a website? • Building a website measurement framework
  • 6. What is Web Analytics • Web Analytics is the measurement, collection, analysis and reporting of Internet data for the purposes of understanding and optimizing Web usage. -Web Analytics Association (Now Digital Analytics Association)
  • 7. What is Web Analytics • "Analytics is the process of obtaining an optimal and realistic decision based on existing data." -Stehpane Hamel • “Study of online experience, in order to improve it -Brian Clifton
  • 8. What is Google Analytics • Google Analytics (GA) is a service offered by Google that generates detailed statistics about a website's traffic and traffic sources and measures conversions and sales. The product is aimed at marketers as opposed to webmasters and technologists from which the industry of web analytics originally grew. It is the most widely used website statistics service. - Wikipedia
  • 9. Why do you have a website • Exposure • Communication Portal • Promote yourself/ your services
  • 10. Data Framework Dimensions Activity KPI Key Business & Metrics Objective Dimensions Activity KPI & Metrics Key Business Objective • This is the answer to the question: "Why does your website exist?“ • -Avinash Kaushik, Google Analytics Evangalist
  • 11. Data Framework Dimensions Activity KPI Key Business & Metrics Objective Dimensions Activity KPI & Metrics Activity • The condition in which things are happening or being done. • A specific deed, action, function, or sphere of action
  • 12. Data Framework Dimensions Activity KPI Key Business & Metrics Objective Dimensions Activity KPI & Metrics Key Performance Indicator • Measures that help you understand how you are doing against your objectives. • -Avinash Kaushik
  • 13. Data Framework Dimensions Activity KPI Key Business & Metrics Objective Dimensions Activity KPI & Metrics Dimension • A dimension is an descriptive attribute or characteristic of an object that can be given different values. • Simply put, the labels, descriptive names, within reports Valid Dimension and Metric Pairs in Google Analytics: http://bit.ly/GAdimensionandmetrics
  • 14. Data Framework Dimensions Activity KPI Key Business & Metrics Objective Dimensions Activity KPI & Metrics Metric • Metrics are individual elements of a dimension that can be measured as a sum or a ratio. • Simply put, the numbers within reports Valid Dimension and Metric Pairs in Google Analytics: http://bit.ly/GAdimensionandmetrics
  • 15. Data Framework Sample Visits Metrics Bounce Rate Increase Non-Branded Engaged New Visits by 5% ; 6 months Organic Dimensions New Visit SEO Non-Brand Increase Page 1 Visibility in Google Increase Page 1 Visibility in Metrics Organic Rank Increase New Google Organic10%; 6 months Organic by by 10%; 6 months Dimension Google Ecommerce Sales Conversion Rate Metrics Increase Conversion Rate for Bounce Rate Conversion Rate Potential Customers by 10%; 6 Optimization months New visitor Dimensions Product Pages
  • 16. Setting up Google Analytics • Google Analytics Account Creation • Tag Manager • Setting up Goals • Setting up Events
  • 23. Default Code <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-38684603-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
  • 24. Subdomains Enabled <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-38684603-1']); _gaq.push(['_setDomainName', 'sample-website.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
  • 25. Multiple top Level Domains Enabled <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-38684603-1']); _gaq.push(['_setDomainName', 'sample-website.com']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
  • 26. Multiple top Level Domains Enabled <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-38684603-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
  • 28. What is Campaign Tagging? • Used for Marketing Links pointing to your GA tracked website • Used to track online advertising campaigns – Email Marketing – Display Advertising – Paid Search – Etc. • Auto Tagging – Google paid search
  • 29. Yes. Tagging. It’s a necessary evil.
  • 30. Make Campaign Tagging Easier • bit.ly/url-builder
  • 31. Tagging a Link? Required. Use utm_source to identify a search engine, newsletter name or Campaign Source other source. (utm_source) Example: utm_source=google Required. Use utm_medium to identify a medium such as email or cost- Campaign Medium per- click. (utm_medium) Example: utm_medium=cpc Campaign Term Used for paid search. Use utm_term to note the keywords for this ad. (utm_term) Example: utm_term=running+shoes Used for A/B testing and content-targeted ads. Use utm_content to Campaign Content differentiate ads or links that point to the same URL. (utm_content) Examples: utm_content=logolink orutm_content=textlink Used for keyword analysis. Use utm_campaign to identify a specific product Campaign Name promotion or strategic campaign. (utm_campaign) Example: utm_campaign=spring_sale
  • 32. Conversion Breakdown Should you cut your email marketing Revenue Per Channel budget? Untagged Tagged Social PPC Organic Email 0.00% 20.00% 40.00% 60.00% 80.00% 100.00%
  • 40. Event Tracking • category (required) - The name you supply for the group of objects you want to track. • action (required) - A string that is uniquely paired with each category, and commonly used to define the type of user interaction for the web object. • label (optional) - An optional string to provide additional dimensions to the event data. • value (optional) - An integer that you can use to provide numerical data about the user event. • non-interaction (optional) - A boolean that when set to true, indicates that the event hit will not be used in bounce-rate calculation.
  • 41. Event Tracking Example <a href="#" onClick="_gaq.push(['_trackEvent', ‘Forms', ‘Sub mit', ‘Contact Form']);">Submit</a>
  • 42. Tag Manager Account and Container Creation Setting up an Account
  • 47. Apply a Firing Rule to the tag
  • 51. Tag is Now Live Add more Tags ( MAT Universal Tag)
  • 53. Name Tag and Select Tag Type
  • 54. Add Code and Select Firing Rule
  • 55. Next Steps • Create Version • Preview and Debug • Publish
  • 60. User Settings A Quick Introduction

Notas do Editor

  1. http://www.google.com/analytics/images/advsegments_hero.png
  2. http://c.ymcdn.com/sites/www.digitalanalyticsassociation.org/resource/resmgr/PDF_standards/WebAnalyticsDefinitionsVol1.pdf
  3. http://online-behavior.com/analytics/definitionhttp://www.advanced-web-metrics.com/images/what-is-web-analytics.pngAt the end of the day, the role of an analyst is to understand a business context, understand the constraints and the desired outcomes, use whichever data makes sense, and offer optimal AND realistic solutions to the business.
  4. http://en.wikipedia.org/wiki/Google_Analytics
  5. So, how do we get to good data and develop a data framework. A Basic framework will have 4 levels, The first level is the Key Business Objective.
  6. The Second level is the Marketing Activity
  7. The third level is a KPI for that specific Marketing Activity
  8. And the fourth level is the Specific Dimensions and Metrics required to report on the KPI
  9. When thinking about your dimensions and metrics, think about your data sources. This is also a good time to identify each source of data.
  10. Lets Look and an example for an ecommerce website.Third and fourth layer will be replaced by person who would read that report
  11. http://support.google.com/analytics/bin/answer.py?hl=en-GB&amp;answer=1033867
  12. http://support.google.com/analytics/bin/answer.py?hl=en-GB&amp;answer=1033867
  13. http://support.google.com/analytics/bin/answer.py?hl=en-GB&amp;answer=1033867
  14. Problem – Data’s from the same site. Diff btw tagging your URLs to get your data as accurate as possible and not. And this is just one small example.