@@ -58,25 +58,31 @@ module.exports = {
58
58
} ,
59
59
} ,
60
60
{
61
- resolve : `gatsby-plugin-google-analytics ` ,
61
+ resolve : `gatsby-plugin-google-tagmanager ` ,
62
62
options : {
63
- trackingId : "UA-101997744-9" ,
64
- // Puts tracking script in the head instead of the body
65
- head : true ,
66
- // Setting this parameter is optional
67
- anonymize : true ,
68
- // Setting this parameter is also optional
69
- respectDNT : true ,
70
- // Avoids sending pageview hits from custom paths
71
- exclude : [ "/preview/**" , "/do-not-track/me/too/" ] ,
72
- } ,
73
- } ,
74
- {
75
- resolve : `gatsby-plugin-google-adsense` ,
76
- options : {
77
- publisherId : `ca-pub-7556700931518738` ,
78
- } ,
63
+ id : `GTM-T7JRL7P` ,
64
+ }
79
65
} ,
66
+ // {
67
+ // resolve: `gatsby-plugin-google-analytics`,
68
+ // options: {
69
+ // trackingId: "UA-101997744-9",
70
+ // // Puts tracking script in the head instead of the body
71
+ // head: true,
72
+ // // Setting this parameter is optional
73
+ // anonymize: true,
74
+ // // Setting this parameter is also optional
75
+ // respectDNT: true,
76
+ // // Avoids sending pageview hits from custom paths
77
+ // exclude: ["/preview/**", "/do-not-track/me/too/"],
78
+ // },
79
+ // },
80
+ // {
81
+ // resolve: `gatsby-plugin-google-adsense`,
82
+ // options: {
83
+ // publisherId: `ca-pub-7556700931518738`,
84
+ // },
85
+ // },
80
86
// this (optional) plugin enables Progressive Web App + Offline functionality
81
87
// To learn more, visit: https://gatsby.dev/offline
82
88
// `gatsby-plugin-offline`,
0 commit comments