From b83b4dcd4999e5b94bdbe14c7b4dcc8653685be0 Mon Sep 17 00:00:00 2001 From: Graham Cook Date: Mon, 20 Jul 2020 09:19:49 +0100 Subject: [PATCH] Update index.html.md.erb Google tag manager support --- source/amend_project/configuration/index.html.md.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/amend_project/configuration/index.html.md.erb b/source/amend_project/configuration/index.html.md.erb index 9549f8f..669b1ff 100644 --- a/source/amend_project/configuration/index.html.md.erb +++ b/source/amend_project/configuration/index.html.md.erb @@ -19,6 +19,14 @@ Tracking ID from Google Analytics ga_tracking_id: UA-XXXX-Y ``` +## `gtm_id` + +Google Tag Manager + +```yaml +gtm_id: GTM-XXXX +``` + ## `github_repo` Your repository. Required if [show_contribution_banner](/amend_project/configuration/#show-contribution-banner) is true.