dorsetdigital / silverstripe-simplegtag
Simple method of adding GTM tags
Installs: 385
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ^4.0 | ^5.0
Suggests
- bramdeleeuw/cookieconsent: Cookie consent module
README
A very simple way to add Google Tags to a site for analytics, adwords, etc.
Requirements
*Silverstripe 4.x
Installation
- Install the code with
composer require dorsetdigital/silverstripe-simplegtag
- Run a
dev/build?flush
to update your project
Usage
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>
Consent
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.