Skip to content

TeamCFML2/preside-ext-google-tag-manager

 
 

Repository files navigation

Google Tag Manager for Preside

This extension is for installing configuration for adding Google Tag Manager (GTM) scripts to the HEAD and BODY sections of the required layout templates as per the instructions in GTM.

Installation

From a commandline at the root of your application:

box install preside-ext-google-tag-manager

Configuration

Once installed, login to the Preside admin and head to System -> Settings -> Google Tag Manager and enter the snippets from the instructions section in Google Tag Manager Admin -> Container -> install Google Tag Manager .

Usage

The extension will take care of inserting the Google Tag manager "snippets" into your layout automatically for you, you won't need to do anything else. However, you can customize the layouts that are effected.

To customize the layouts, set the settings.googleTagManager.layouts variable in your Config.cfc:

settings.googleTagManager.layouts = [ "main", "newsletter" ]; // default is [ "main" ]

Note

If you're using the Google Analytics extension, please ensure this is removed or the configuration for the tracking ID is removed to help prevent double tags/events being fired.

Contributing and roadmap

Pull requests, issues and ideas are all welcome :) Please get in touch with the Preside team on our Preside Slack.

About

Easy Google Tag Manager integration for Preside

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • ColdFusion 57.3%
  • Shell 42.7%