Google Tag Manager

Options
Could anybody recommend where I should place my Google Tag Manager Script? Am I correct assuming I have to paste the script directly onto one of my pages?  I'm pretty new to Google Analytics as well as team raiser. I'm pretty sure I cannot use my GTM account # to replace the Google_Analytics_Account site option see below. 

GOOGLE_ANALYTICS_ACCOUNT:

Enter the value of your Google Analytics account number.
Tagged:

Comments

  • Hi -

    I have created a reus_ pagebuilder page that holds the GTM code for our site. I then added the reus page to the head section of each of the page wrappers we have. 

    You will need to start by getting the full GTM code and placing it in the head section of the page wrapper.


    The page builder page I created is named reus_GTM_Code_for_head

    Then I use the S tag to add it to the head section.

    [[S51:reus_GTM_Code_for_head]]


    Note - Make sure when you are building out your page that you are using the html mode instead of using the WYSIWYG mode. The WYSIWYG mode removes or changes needed code from time to time.


    Hope this is helpful for you.
  • Thanks, this is definitely above my current skill level, but I'm pretty sure I will be able to work through this. 
  • https://developers.google.com/tag-manager/quickstart


    There's really two chunks of code. The first goes as high up in the html head as possible. Hayley's solution is great for that.


    Then the second goes inside the html body tag above the content. You can also use a second reusable for that. Just put that at the top above your [[S63]] in the HTML Body section of PageWrapper editor,


    BPM
  • > Make sure when you are building out your page that you are using the html mode...


    Turn that WYSIWYG off by default for yourself by clicking your name in LO Admin and unchecking "Use the WYSIWYG".


    BPM
  • > I'm pretty sure I cannot use my GTM account # to replace the Google_Analytics_Account site option see below. 


    Make sure that you aren't using both GTM to inject a GA Tracking Code and the built-in field above. Don't want to double count. 


    BPM

Categories