fattureincloud / docusaurus-gtm-plugin

This is a Google Tag Manager (GTM) plugin for docusaurus v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docusaurus-gtm-plugin

Adds a Google Tag Manager script and noscript html tag to your docusaurus site.

Add Plugin

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

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

About

This is a Google Tag Manager (GTM) plugin for docusaurus v2

License:Apache License 2.0


Languages

Language:JavaScript 100.0%