14 web-analytics tagging-pages-async

6
Google Analytics Intro - Accounts Tagging your Pages: Asynchronous Google Analytics Tracking Code

description

Web analytics in small bites. A 2 minutes video on how to add the Asynchronous Google Analytics code to your site.

Transcript of 14 web-analytics tagging-pages-async

Page 1: 14 web-analytics tagging-pages-async

Google Analytics Intro - AccountsTagging your Pages:

Asynchronous Google Analytics Tracking Code

Page 2: 14 web-analytics tagging-pages-async

From our previous presentation in this series - Create a Google Account the sign-up concluded by providing the: Asynchronous Google Analytics Tracking Code.

This in short is known as Async.  

1. This Analytics snippet is a small piece of JavaScript code that you paste into your pages as indicated in number one.

2. Number two represents the latest updated code as of Dec 2009.  

1

1

2

Tagging your Pages - Async

Page 3: 14 web-analytics tagging-pages-async

The default Async code is exactly the same for everyone.

1. The only exception is the UA  or Unique Account ID. Each Google Analytics account is assigned it's own UA.

This represents the minimum configuration needed to track a page asynchronously and collect visitor data.

It uses _setAccount to set the page's web property (UA) ID.

Then calls _trackPageview to send the tracking data back to the Google Analytics servers.

Tagging your Pages - Async

1

Page 4: 14 web-analytics tagging-pages-async

You must place the Asynchronous snippet code on every page within your site for optimal tracking results.

1. Copy the entire Async snippet code.

2.  It should be inserted at the bottom of the  <head> section for each page, after any other scripts your page might use.

This can be done using any HTML text editor.

Tagging your Pages - Async

1

2

Page 5: 14 web-analytics tagging-pages-async

Tagging your Pages - Async

You can save the code in a text file when you sign-up for your Google Analytics account and have simple access that way.

However, it is easily accessible within your GA account by:

1.  Clicking on Edit next to the profile.

2.  Then click on the Check Status link. 

This will provide a similar display of your code as seen on the last page of the account sign-up process.

1

2

Page 6: 14 web-analytics tagging-pages-async

GOOGLE ANALYTICS INTRO - Accounts

Today we covered:Tagging your pages:

Asynchronous Google Analytics Tracking Code

Contact me for more information on any item in the series.

[email protected]