Skip to content

Commit

Permalink
Remove analytics options
Browse files Browse the repository at this point in the history
  • Loading branch information
tkh44 authored Feb 15, 2019
1 parent 1bff583 commit a7dfb87
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,7 @@ module.exports = {
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: 'UA-101206186-1',
// Puts tracking script in the head instead of the body
head: false,
// Setting this parameter is optional
anonymize: true,
// Setting this parameter is also optional
respectDNT: true,
// Set Variation ID. 0 for original 1,2,3....
variationId: 'v10',
// Any additional create only fields (optional)
sampleRate: 5,
siteSpeedSampleRate: 10,
cookieDomain: 'emotion.sh'
trackingId: 'UA-101206186-1'
}
},
`gatsby-plugin-react-helmet`,
Expand Down

0 comments on commit a7dfb87

Please sign in to comment.