39
“If you cannot measure it, you cannot improve it.” Lord Kelvin http://www.samuellavoie.com http://ca.linkedin.com/in/samuellavoie

Google Analytics 101

Embed Size (px)

DESCRIPTION

Basics of Google Analytics. GA version 4 with async code. Presentation I made for an agency in 2010 covering the basics of Google Analytics; Why Analytics, features and most useful reports.

Citation preview

Page 2: Google Analytics 101

Web Analytics Overview

Offsite Tools Onsite Tools

Web analytics is the measurement, collection, analysis and reporting of internet data for purposes of understanding and optimizing web usage.

Page 3: Google Analytics 101

Web Analytics Overview

Offsite Tools- Opportunity; size of

your potential audience,

- Visibility; share of voice,

- Sentiments; buzz happening on the Internet

Onsite Tools- visitor’s onsite

journey- visitors drivers- website’s

performance

Page 4: Google Analytics 101

What is Google Analytics

Google Analytics is a free, hosted web analytics tool that can help you create more effective sites and increase ROI on marketing campaigns

Page 5: Google Analytics 101

What is Google Analytics

How  are  visitors  using  my  site?

How  can  I  make  my  marke5ng  campaigns  more  effec5ve  and  accountable?  

Am  I  crea5ng  effec5ve  content?

Where  and  why  are  shoppers  abandoning  my  shopping  cart?

How  do  I  improve  site  interac5on?

Page 6: Google Analytics 101

What is Google Analytics

ga.js

2004

2005

2007

urchin.js

Async

2009

Async

2011

Page 7: Google Analytics 101

Conventions

• GA = Google Analytics

• GATC = Google Analytics Tracking Code

• Cookie = Small text messages a web server transmits to a web browser so it can keep track of the user’s activity on a Website

• Google Session cookie = 30 minutes

Page 8: Google Analytics 101

Account setup

1.Create a Google account with business email2.Create GA account on

[email protected] [email protected] as administrator4.Add [email protected] as reviewer5.Install GATC on every pages

Page 9: Google Analytics 101

Account setup

Install GATC on every pagesBefore </head> HTML tag

<script type="text/javascript">  var _gaq = _gaq || [];  _gaq.push(['_setAccount', 'UA-XXXXX-X']);  _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>

Page 10: Google Analytics 101

Account setup

Google Account

GA Account

Other Google

Services

Account 1 Account 2 Account 3

Profile 1 Profile 2 Profile 3

Page 11: Google Analytics 101

| Interface

Page 12: Google Analytics 101

Interface Navigation

Accounts Overview

Page 13: Google Analytics 101

Interface Navigation

Specific Account

Page 14: Google Analytics 101

Report Interface

Page 15: Google Analytics 101

Interface Features

Date Range Comparison

Page 16: Google Analytics 101

Interface Features

Multi-line Graphs

Page 17: Google Analytics 101

Interface Features

Narratives and Scorecards

Page 18: Google Analytics 101

Interface Features

Report Tabs

Page 19: Google Analytics 101

Interface Features

Quick Segmentation

Page 20: Google Analytics 101

Interface Features

Quick Segmentation

Page 21: Google Analytics 101

Interface Features

Report Views

Page 22: Google Analytics 101

| Reports

Page 23: Google Analytics 101

What Reports are Important

• Visitors

• Traffic Sources

• Content

• Goals

• Compare Time Periods

• Ecommerce (if applicable)

Page 24: Google Analytics 101

• Number of Visitors• Number of Pageviews• Pageviews per Visitor• Bounce Rate• New vs. Returning• Visitor Loyalty

–Number of Return Visits–Frequency/Recency of Visits

Visitors

Page 25: Google Analytics 101

Visitors

Page 26: Google Analytics 101

Traffic Sources

• Direct Traffic

• Refering Sites

• Search Engines–Paid vs Organic

–Keywords

–Adwords Integration

Page 27: Google Analytics 101

Traffic Sources

• Search Engines

• Referrals

• Campaign, Medium and Source

Page 28: Google Analytics 101

Content

• Top Pages

• In-Page Analytics

• Time on Page

• Exits from that Page

• Site Search

• Event Tracking

Page 29: Google Analytics 101

Goals

• Contact Forms

• Purchase funnel

• Newsletter Signups

Page 30: Google Analytics 101

Goals

• Configuration

Page 31: Google Analytics 101

Ecommerce

• Number of Sales

• Conversion Rate

• Average Sale Value

• Product Performance

• Visits until Purchase

• Days until Purchase

Page 32: Google Analytics 101

• Event Categories

• Event Actions

• Trending Events

Event Tracking

Page 33: Google Analytics 101

• Instal

<a href="#" onClick="_gaq.push(['_trackEvent', 'Videos', 'Play', 'My Video Title']);">Play</a>

<li class="subscription"><a href="en/subscribe.html" onclick="_gaq.push(['_trackEvent', 'Subscribe', 'Click', 'footer-link', ]);">Subscribe Now</a></li>

Event Tracking

Page 34: Google Analytics 101

• Event Categories

• Event Actions

• Trending Events

Site Search

Page 35: Google Analytics 101

Funnels

•Extension of Goals

•Predefined steps–Path to confirmation

•Track conversion process–See entry and exit

points throughout process

Page 36: Google Analytics 101

| Extend