dorsetdigital/silverstripe-simplegtag

Simple method of adding GTM tags

Installs: 300

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v2.0.1 2023-06-19 08:52 UTC

This package is auto-updated.

Last update: 2024-03-19 10:31:21 UTC


README

A very simple way to add Google Tags to a site for analytics, adwords, etc.

Scrutinizer Code Quality Build Status License Version

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.