This article shows you how to implement Google Tag Manager inside of your site.
Note
This has very specific instructions for the tag manager to work well with your sites. This is necessary because we implement AJAX page changes, which means by default, there is no page view event that tag manager relies on after a site visitor changes pages.
This article does not follow Google’s instructions exactly, but have been tested and work correctly. The instructions have been changed from Google’s instructions for the following reasons:
Google will give you code embeds that look like the examples below. Both of these need to be installed into the <body-end>
of the site.
Note
The below code is just an example - do not copy this directly into your site. Please be sure to obtain the correct code from Google.
Warning
This step is critical in allowing Google Tag Manager tracking inside your site.
Next, we need to replace the default All Pages page view trigger with our custom event. Inside of tag manager, we need to first create the custom event trigger:
6. In the event name box, type dPageView.
7. Click save in Tag Manager.
After creating the trigger, we need to apply it to the tags we want. This needs to be done for every tag you use on the site to trigger for page view events. In this example, we apply it for Google Analytics Universal.
Note
If there’s already the All Pages trigger applied, please delete it. We only need the custom trigger to run.
6.Click save.
After you have made these changes to Tag Manager, click Submit and then Publish the changes to the live settings.
body-end.html
section of Developer Mode works for adding the noscript code and default code.back to Site Settings