36
Web Analytics: What is going on? Dan Lucarelli Director – Marketing & Education Pennsylvania One Call System, Inc. www.dlucarelli.com

Web Analytics What Is Going On

Embed Size (px)

DESCRIPTION

If you have a web site, you should be using a Web analytics tool. Learn how to implement Google Analytics: a no cost tool to analyze traffic at your web site

Citation preview

Page 1: Web Analytics   What Is Going On

Web Analytics:

What is going on?

Dan LucarelliDirector – Marketing & EducationPennsylvania One Call System, Inc.www.dlucarelli.com

Page 2: Web Analytics   What Is Going On

Survey:

How many are using some form of Analytics?

Page 3: Web Analytics   What Is Going On

Agenda

• Web Analytics defined

• Logs vs Analytics

• AWSTATS

• Web Analytics: Google Style

• How to set up Google Analytics

• The Hard Part: Defining what you want

Page 4: Web Analytics   What Is Going On

Web Analytics Defined

Web Analytics – The process of collection, measurement and analysis of user activity on a website to understand and help achieve the intended objective of the website.

Definitions retrieved February 11, 2009, from: http://www.outsource2india.com/webanalytics/glossary.asp

Page 5: Web Analytics   What Is Going On

Web Analytics defined

Web Analytics is software that generates metrics:

– How many times a file is accessed;

– How many pages are served;

– How many unique IP addresses.

• Analytics can:– Calculate the most popular pages;

– Count the time spent on a page;

– Figure out the ‘bounce’ rate

Source: Google Analytics 2.0, Ledford and Tyler, Wiley Publishing (2007), ISBN 978-0-470-17501-9, p. 5.

Page 6: Web Analytics   What Is Going On

Why use Analytics?

• Analytics helps you improve your site’s purpose.– What is your site’s purpose?

• Serve customers? (Members)

• Sell things?

• Distribute content?

– Need to answer the ‘purpose’ question first

Page 7: Web Analytics   What Is Going On

Logs vs Analytics

• Logs = what happened from the Server perspective.

– Infer what happened by examining log files on the Web server

• Analytics = what happened from the User perspective

– Track usage with cookies, timestamps, scripts, page names in a database

Page 8: Web Analytics   What Is Going On

Logs vs Analytics

Page 9: Web Analytics   What Is Going On

Unique Users

• Logs:

– IP address• Firewall at a company

site

• one user for the entire company

• Analytics:

– Users and sessions (cookies)

• n Users behind the firewall

Page 10: Web Analytics   What Is Going On

Page Views

• Logs:

– Number of pages

• Analytics:

– Number of pages andthe time spent on each page

Page 11: Web Analytics   What Is Going On

Log file analyzer

• Software to make sense of Server logs– AWSTATS, Logaholic, Splunk, others

– Almost always offered by a hosting service

– Minimalistic logs and analysis in IIS

Page 12: Web Analytics   What Is Going On

Getting started with Analytics

Step by Step

Page 13: Web Analytics   What Is Going On

Step 1: Create an Account

• https://www.google.com/accounts/Login

Page 14: Web Analytics   What Is Going On

Step 2: Log in to Analytics

• https://www.google.com/analytics/reporting/login

Page 15: Web Analytics   What Is Going On

Step 3: Sign Up

Page 16: Web Analytics   What Is Going On

Step 3: Sign Up

Page 17: Web Analytics   What Is Going On

Step 3: Sign Up

Page 18: Web Analytics   What Is Going On

Step 4: Agree to Terms

Page 19: Web Analytics   What Is Going On

Step 5: Get the Code

Page 20: Web Analytics   What Is Going On

Step 6: Add the code to your Web Site

<HTML><HEAD>

<title>Pennsylvania One Call System, Inc.</title><meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"><meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE"><meta content="JavaScript" name="vs_defaultClientScript"><meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"><LINK href="index16.css" type="text/css" rel="StyleSheet"><link rel="SHORTCUT ICON" href="http://www.pa1call.org/images/1call.ico"><script language="javascript" src="index16pr.js"></script>

</HEAD>

The Google Analytics code goes here, just before the <body> tag on the page…

<body id="thebody" bgColor="#004e82">

Page 21: Web Analytics   What Is Going On

The finished page…<HTML>

<HEAD><title>Pennsylvania One Call System, Inc.</title><meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"><meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE"><meta content="JavaScript" name="vs_defaultClientScript"><meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"><LINK href="index16.css" type="text/css" rel="StyleSheet"><link rel="SHORTCUT ICON" href="http://www.pa1call.org/images/1call.ico"><script language="javascript" src="index16pr.js"></script>

</HEAD>

<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google‐analytics.com/ga.js‘ type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {

var pageTracker = _gat._getTracker("UA‐xxxxxxx‐1");pageTracker._trackPageview();

} catch(err) {}</script>

<body id="thebody" bgColor="#004e82">

Page 22: Web Analytics   What Is Going On

Add the code to every page

• The Google Analytics code must be added to every page on your Web site to be effective.– Google can track links and user paths through

the site

– Bounce rate

– Time on site

– Goals

Presenter
Presentation Notes
Note differences and caveats between public and private (authenticated) pages
Page 23: Web Analytics   What Is Going On

Now What?

Page 24: Web Analytics   What Is Going On

Now What?

• Wait. A week or so. Give Google time to collect data from users on your site.

• Check to see if the code was installed properly:

• Log in to: http://analytics.google.com

Page 25: Web Analytics   What Is Going On

Green Check = Code Working

Xxxxxx‐x

Xxxxxx‐x

Page 26: Web Analytics   What Is Going On

Basic reports and Graphs

Xxxxxx‐x

Page 27: Web Analytics   What Is Going On

The Dashboard

Page 28: Web Analytics   What Is Going On

Drill-down - Visits

Page 29: Web Analytics   What Is Going On

Users by Geography

Page 30: Web Analytics   What Is Going On

User Trending

Page 31: Web Analytics   What Is Going On

Entrance Page…

Page 32: Web Analytics   What Is Going On

… and Exit Page

Page 33: Web Analytics   What Is Going On

The Dashboard can be rearranged

Page 34: Web Analytics   What Is Going On

Review

Page 35: Web Analytics   What Is Going On

Review

• If you have a Web site, you should be analyzing traffic

• You can analyze server-side (logs) or user-side (proactive analysis tools)

• User-side analysis gives more insights

• There are good-to-very good tools available at no cost (Google Analytics)

Page 36: Web Analytics   What Is Going On

Questions?

(Thanks! for your time!)

Dan LucarelliDirector – Marketing & EducationPennsylvania One Call System, Inc.www.dlucarelli.com