From 89c310c67cd8ac04d74a9c8cb7f2cf9e7a8e25f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patr=C3=ADcia=20Bota?= Date: Sun, 5 May 2024 09:47:52 +0100 Subject: [PATCH] added google analytics --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index e95cb51..17ee43d 100644 --- a/_config.yml +++ b/_config.yml @@ -116,7 +116,7 @@ zotero_username: # your zotero username # For Google Analytics, see https://support.google.com/analytics/answer/10447272?hl=en&ref_topic=14088998&sjid=5129943941510317771-SA#zippy=%2Cgoogle-sites # and follow the instructions for Google Sites. You will need to create a Google Analytics property and copy the Google tag ID. -google_analytics: # your Google Analytics measurement ID (format: G-XXXXXXXXXX) +google_analytics: G-01DGXLCYY9 # your Google Analytics measurement ID (format: G-XXXXXXXXXX) cronitor_analytics: # cronitor RUM analytics site ID (format: XXXXXXXXX) # For Google Search Console, see https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification&zippy=%2Chtml-tag @@ -398,7 +398,7 @@ lazy_loading_images: true # enables lazy loading of images (recommended) # Optional Features # ----------------------------------------------------------------------------- -enable_google_analytics: false # enables google analytics +enable_google_analytics: true # enables google analytics enable_cronitor_analytics: false # enables cronitor RUM analytics enable_google_verification: false # enables google site verification enable_bing_verification: false # enables bing site verification