From 4d6cb767a910ac30277b38fa6903bcf56b015905 Mon Sep 17 00:00:00 2001
From: Matt Wang <matt@matthewwang.me>
Date: Tue, 3 Jan 2023 14:53:47 -0800
Subject: [PATCH] analytics: adds new GA tag for JtD account (#1105)

Context: https://github.com/just-the-docs/just-the-docs/pull/1029#issuecomment-1369613443.
---
 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 2273e8b7..509a8e64 100644
--- a/_config.yml
+++ b/_config.yml
@@ -151,7 +151,7 @@ callouts:
 
 # Google Analytics Tracking (optional)
 # Supports a CSV of tracking ID strings (eg. "UA-1234567-89,G-1AB234CDE5")
-ga_tracking: UA-2709176-10
+ga_tracking: UA-2709176-10,G-5FG1HLH3XQ
 ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true/nil by default)
 
 plugins:
-- 
GitLab