@trinitymirrordigital/cue-webpack-google-tag-manager-plugin

2.0.6-alpha.0 • Public • Published

@trinitymirrordigital/cue-webpack-google-tag-manager-plugin

Webpack Google Tag Manager Plugin

A clean and easy way to add Google Tag Manager support to your web project.

This is a fixed version of Webpack Google Tag Manager Plugin for Reach projects

Installation

  yarn add --dev @trinitymirrordigital/cue-webpack-google-tag-manager-plugin
  npm i --save-dev @trinitymirrordigital/cue-webpack-google-tag-manager-plugin

Examples

Webpack basic configuration for setting up the plugin

import webpack from 'webpack'
import HtmlWebpackPlugin from 'html-webpack-plugin'
import GoogleTagManagerPlugin from '@trinitymirrordigital/cue-webpack-google-tag-manager-plugin'

module.exports = {
    ...
    plugins: [
        new HtmlWebpackPlugin({
          ...
        }),
        new GoogleTagManagerPlugin({
            id: 'your-container-id',
        }),
    ],
}

Webpack configuration for making use of your environments

import webpack from 'webpack'
import HtmlWebpackPlugin from 'html-webpack-plugin'
import GoogleTagManagerPlugin from '@trinitymirrordigital/cue-webpack-google-tag-manager-plugin'

module.exports = {
    ...
    plugins: [
        new HtmlWebpackPlugin({
          ...
        }),
        new GoogleTagManagerPlugin({
            id: 'your-container-id',
            auth: 'your-auth-value',
            preview: 'your-environment-value',
        }),
    ],
}

Copyright (c) 2022 "Reach Shared Services Ltd"

Readme

Keywords

none

Package Sidebar

Install

npm i @trinitymirrordigital/cue-webpack-google-tag-manager-plugin

Weekly Downloads

2

Version

2.0.6-alpha.0

License

MIT

Unpacked Size

8.01 kB

Total Files

4

Last publish

Collaborators

  • sharmeela-j-milipixels
  • pruthvish-modi-milipixel
  • andy-bradshaw-reach
  • zecharias.reach
  • tanmayeebhagwat
  • matt-thomson-reach
  • tombarwickreach
  • louis14
  • mikehow
  • john.hodgson
  • thomas-reach
  • mattzuffolini
  • jackvarneyreachplc
  • kapilakshi
  • hardeep.singh.reachplc
  • funminiyi.adekunle
  • reach-ci
  • trinitymirrordigital-admin
  • cristiancondurache
  • dimitar-reach
  • jonsaunders