An open API service indexing awesome lists of open source software.

https://github.com/sergeyfilimonov/gridsome-plugin-gtm

Google Tag Manager for Gridsome
https://github.com/sergeyfilimonov/gridsome-plugin-gtm

google-tag-manager gridsome gridsome-plugin

Last synced: about 1 year ago
JSON representation

Google Tag Manager for Gridsome

Awesome Lists containing this project

README

          

# Google Tag Manager for Gridsome

See [Vue Google Tag Manager](https://www.npmjs.com/package/vue-gtm) 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
}
}
]
}
```