Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step-by-step guide

  1. Create an account
  2. Check resource
  3. Set the Google Tag Manager ID
  4. Create a template (optional)
  5. Set templates

...

See http://www.google.com/tagmanager/get-started.html on how to setup an account to use with Google Tag manager.

 

Check resource

Check resource rcGoogleTagManagerInitialiser. It should contain something similar to the following:

Code Block
languagexml
<!--     Template Name: 'CV_OpeningBodyTemplate'
    Type: 'Page'
    Description: 'Opening Body Template'
    Engine Version: '2'
-->
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-XXXX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> 
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});
var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); 
})(window,document,'script','dataLayer','GTM-XXXX');</script> 
<!-- End Google Tag Manager -->
<!-- 
    Template Name: 'CV_OpeningBodyTemplate'
    Type: 'Page'
    Description: 'Opening Body Template'
    Engine Version: '2'
-->

 

Set the Google Tag Manager ID

...