hn/gtm

Integrates the Google Tag Manager into your Typo3 website

Installs: 606

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

v1.0.1 2019-07-09 08:45 UTC

This package is not auto-updated.

Last update: 2024-04-24 08:43:41 UTC


README

What does it do?

This extension integrates the Google Tag Manager into your Typo3 website.

The required script and noscript tags will be added automatically. All you have to do is configure your container id.

Note that the tag manager integration is automatically disabled when you are logged into the backend or when the website is running in the development application context.

Installation

  • Install the extension via composer
composer req hn/gtm   

  • Include the static typoscript "Google Tag Manager" provided by this extension in your typoscript template.

  • Set the google tag manager container id in your typoscript constants:

plugin.tx_gtm.containerId = GTM-XXXX

Now you are ready to start using the Google Tag Manager in your Typo3 site.