gridsome-plugin-gtm

0.1.1 • Public • Published

Google Tag Manager for Gridsome

See Vue Google Tag Manager for other options.

Install

  • npm install gridsome-plugin-gtm --save
  • yarn add gridsome-plugin-gtm

Usage

module.exports = {
  plugins: [
    {
      use: 'gridsome-plugin-gtm',
      options: {
        id: 'GTM-XXXXXXX',
        enabled: true,
        debug: true
      }
    }
  ]
}

Package Sidebar

Install

npm i gridsome-plugin-gtm

Weekly Downloads

721

Version

0.1.1

License

MIT

Unpacked Size

1.32 kB

Total Files

3

Last publish

Collaborators

  • sergeyfilimonov