File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,9 @@ module.exports = {
92
92
} ,
93
93
} ,
94
94
{
95
- resolve : `gatsby-plugin-google-gtag ` ,
95
+ resolve : `gatsby-plugin-google-tagmanager ` ,
96
96
options : {
97
- // You can add multiple tracking ids and a pageview event will be fired for all of them.
98
- trackingIds : [
99
- `UA-118965717-1` , // Google Analytics / GA
100
- ] ,
97
+ id : `GTM-KX4JH47` ,
101
98
} ,
102
99
} ,
103
100
] ,
Original file line number Diff line number Diff line change 35
35
"@mdx-js/react" : " ^2.3.0" ,
36
36
"@types/react-helmet" : " ^6.1.6" ,
37
37
"gatsby" : " ^5.10.0" ,
38
- "gatsby-plugin-google-gtag " : " ^5.10.0" ,
38
+ "gatsby-plugin-google-tagmanager " : " ^5.10.0" ,
39
39
"gatsby-plugin-image" : " ^3.10.0" ,
40
40
"gatsby-plugin-manifest" : " ^5.10.0" ,
41
41
"gatsby-plugin-mdx" : " ^5.10.0" ,
You can’t perform that action at this time.
0 commit comments