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
- Host: GitHub
- URL: https://github.com/sergeyfilimonov/gridsome-plugin-gtm
- Owner: sergeyfilimonov
- Created: 2019-02-27T13:39:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T21:07:20.000Z (over 7 years ago)
- Last Synced: 2025-04-15T12:14:29.059Z (about 1 year ago)
- Topics: google-tag-manager, gridsome, gridsome-plugin
- Language: JavaScript
- Homepage: https://gridsome.org/plugins
- Size: 1.95 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
}
}
]
}
```