A very simple way to add Google Tags to a site for analytics, adwords, etc.
*Silverstripe 4.x
- Install the code with
composer require dorsetdigital/silverstripe-simplegtag
- Run a
dev/build?flush
to update your project
This module injects the required code for Google Tag Manager into your pages. Once installed, set your GTM ID in the site config.
The module injects code into the html <head>
and the <noscript>
snippet into the page at the start of the <body>
If you are using the cookie consent module (https://github.com/TheBnl/silverstripe-cookie-consent) then this module will only add the GTM tags if a user has accepted analytics cookies.