spozun
0
Q:

global site tag (gtag.js) - google analytics gatsby

Copygatsby-config.js: copy code to clipboardmodule.exports = {  plugins: [    {      resolve: `gatsby-plugin-google-analytics`,      options: {        // replace "UA-XXXXXXXXX-X" with your own Tracking ID        trackingId: "UA-XXXXXXXXX-X",      },    },  ],}
0
Copycopy code to clipboardnpm install --save gatsby-plugin-google-analytics
0

New to Communities?

Join the community