From 39852f5b86f2fef5c894e4c95f75d8c46b047abb Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 15 Aug 2019 14:08:27 +0300 Subject: [PATCH] Configure Google Analytics --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 60ded18a3..448c152b1 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -57,7 +57,7 @@ module.exports = { { resolve: `gatsby-plugin-google-analytics`, options: { - //trackingId: `ADD YOUR TRACKING ID HERE`, + trackingId: `UA-117141635-1`, anonymize: true, // Always set this to true, try to comply with GDPR out of the box respectDNT: true, // Always set to true, be respectful of people who ask not to be tracked cookieExpires: 0, // Always set to 0, minimum tracking for your users