Interactive: Google Analytics Setup Training

Level

Interactive: Google Analytics Setup Training

Distilled
Logo Distilled

Need more information? Get more details on the site of the provider.

Starting dates and places
There are no known starting dates for this product.

Description

This module is all about customizing the Google Analytics code snippet that you place on your website.

Although the Google help is generally very good once you know what you are doing, it can be daunting to beginners so the idea of this guide is to walk you through basic customization all the way up to some of the more advanced concepts.

What you will learn

By the end of this module, you will have learnt how to:

  • Customize your Google Analytics code for your site
  • Add a virtual pageview
  • Track custom variables
  • Track events
  • Use the configuration API
  • Add and maintain e-commerce tracking
  • Set up basic cross-domain tracking

We are going to start at the very beginning. When you create …

Read the complete description

Frequently asked questions

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.

Didn't find what you were looking for? See also: Google Analytics, Web Accessibility, Web Analytics, Search engine optimisation (SEO), and Google AdWords.

This module is all about customizing the Google Analytics code snippet that you place on your website.

Although the Google help is generally very good once you know what you are doing, it can be daunting to beginners so the idea of this guide is to walk you through basic customization all the way up to some of the more advanced concepts.

What you will learn

By the end of this module, you will have learnt how to:

  • Customize your Google Analytics code for your site
  • Add a virtual pageview
  • Track custom variables
  • Track events
  • Use the configuration API
  • Add and maintain e-commerce tracking
  • Set up basic cross-domain tracking

We are going to start at the very beginning. When you create a new Google Analytics account or profile, it provides you with some code. The absolute most important thing about the process is that you ensure you are using your unique identifier - which will be something like UA-123456789.

In the example below, replace the placeholder (UA-XXXXXXX-X) with the example code UA-1234567-8:

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

There are no reviews yet.
Share your review
Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate $1.- to Stichting Edukans.

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.