0.1.10 • Published 3 years ago

gridsome-plugin-gtag v0.1.10

Weekly downloads
94
License
MPL-2.0
Repository
github
Last release
3 years ago

Gridsome Plugin to incorporate Google Tag

How to use

Install the plugin using

npm i gridsome-plugin-gtag

Put your Google Analytics ID in you environment variables with a name similar to GOOGLE_ANALYTICS_ID.

Then add the following to you gridsom.config.js plugins array

{
    use: 'gridsome-plugin-gtag',
    options: {
        config: {
            id: process.env.GOOGLE_ANALYTICS_ID,
        },
    },
},

Developed, Sponsored and Supported

threenine logo

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago