From 963dc43f0ff1de6ad97ab0fa69058fc299899b89 Mon Sep 17 00:00:00 2001
From: Viktar Patotski <xp.vit.blr@gmail.com>
Date: Wed, 10 Feb 2021 19:34:44 +0000
Subject: [PATCH] Add abbility to use Google Tag Manager for analytics (#514)

---
 exampleSite/config.toml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fb1c55f..7b05b4e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -87,6 +87,10 @@
     # For cloud-hosting, use provided URL, e.g. example.matomo.cloud
     serverURL = "analytics.example.com"
 
+# If you want to use Google Tag Manager(https://analytics.google.com/) for analytics, add this section
+[params.googleTagManager]
+    id = "gid"
+
 # If you want to implement a Content-Security-Policy, add this section
 [params.csp]
 	  childsrc = ["'self'"]

--
Gitblit v1.10.0