Skip to content

Commit

Permalink
Add Google Tag Manager to gatsbyjs.org (#6062)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebeckley authored and KyleAMathews committed Jun 21, 2018
1 parent ae7572c commit 62d7982
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ module.exports = {
trackingId: `UA-93349937-1`,
},
},
{
resolve: `gatsby-plugin-google-tagmanager`,
options: {
id: `GTM-KLZLVML`,
},
},

{
resolve: `gatsby-plugin-fullstory`,
options: {
Expand Down
1 change: 1 addition & 0 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"gatsby-plugin-fullstory": "^1.0.4-5",
"gatsby-plugin-glamor": "next",
"gatsby-plugin-google-analytics": "next",
"gatsby-plugin-google-tagmanager": "next",
"gatsby-plugin-lodash": "next",
"gatsby-plugin-mailchimp": "^2.2.3",
"gatsby-plugin-manifest": "next",
Expand Down

0 comments on commit 62d7982

Please sign in to comment.