Skip to content

sergeyfilimonov/gridsome-plugin-gtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
      }
    }
  ]
}

Releases

No releases published

Packages

No packages published