Skip to content

Snivio/docusaurus-gtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

docusaurus-gtm

This docusaurus plugin Adds a Google Tag Manager script and noscript html tag to your docusaurus site. This Plugin Adds the Google Tag Manager script to the headTags and the preBodyTags.

Add Plugin

To add the plugin to your docusaurus v2 site, do this:

  1. yarn add docusaurus-gtm (alternatively: npm install --save docusaurus-gtm)
  2. Add the plugin to your docusaurus.config.js like this:
module.exports = {
  plugins: [
    [
      require.resolve('docusaurus-gtm'),
      {
        id: 'GTM-XXXXXXX', // GTM Container ID
      }
    ]
  ],
  ...
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published