We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ac832 commit 1e28171Copy full SHA for 1e28171
gatsby-config.js
@@ -222,11 +222,21 @@ if (isProduction) {
222
plugins.push({
223
resolve: 'gatsby-plugin-google-tagmanager',
224
options: {
225
- id: 'G-YQE19WEB36',
+ id: 'GTM-KBV9L4L',
226
includeInDevelopment: false,
227
},
228
});
229
230
+ plugins.push({
231
+ resolve: `gatsby-plugin-google-gtag`,
232
+ options: {
233
+ trackingIds: ['G-YQE19WEB36'],
234
+ pluginConfig: {
235
+ head: true,
236
+ },
237
238
+ });
239
+
240
241
resolve: '@sentry/gatsby',
242
0 commit comments