From f1d3d21352cea74f9b6c28f8a0193cd26ebe52b5 Mon Sep 17 00:00:00 2001 From: Alexandru Artimon Date: Wed, 5 Jun 2024 21:25:33 +0300 Subject: [PATCH] HDX-9703 - Add GTM to https://proxy.hxlstandard.org/ --- config.py.TEMPLATE | 2 +- hxl_proxy/default_config.py | 1 + hxl_proxy/templates/includes/headers.html | 9 +++++++++ hxl_proxy/templates/includes/navbar.html | 4 ++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/config.py.TEMPLATE b/config.py.TEMPLATE index 3df7ce2b..28003224 100644 --- a/config.py.TEMPLATE +++ b/config.py.TEMPLATE @@ -120,5 +120,5 @@ ITOS_CACHE_TIMEOUT = 604800 # GOOGLE_CLIENT_ID = os.getenv('GOOGLE_CLIENT_ID', '') GOOGLE_OAUTH_ID = os.getenv('GOOGLE_OAUTH_ID', '') - +GOOGLE_TAG_MANAGER_ID = os.getenv('GOOGLE_TAG_MANAGER_ID', '') # end diff --git a/hxl_proxy/default_config.py b/hxl_proxy/default_config.py index 9a633a2e..c436564e 100644 --- a/hxl_proxy/default_config.py +++ b/hxl_proxy/default_config.py @@ -9,3 +9,4 @@ GOOGLE_CLIENT_ID = 'UNSPECIFIED' GOOGLE_OAUTH_ID = 'UNSPECIFIED' +GOOGLE_TAG_MANAGER_ID = 'UNSPECIFIED' diff --git a/hxl_proxy/templates/includes/headers.html b/hxl_proxy/templates/includes/headers.html index 5d0c6da1..e0691069 100644 --- a/hxl_proxy/templates/includes/headers.html +++ b/hxl_proxy/templates/includes/headers.html @@ -1,3 +1,12 @@ + + + + diff --git a/hxl_proxy/templates/includes/navbar.html b/hxl_proxy/templates/includes/navbar.html index cc530c50..802d5604 100644 --- a/hxl_proxy/templates/includes/navbar.html +++ b/hxl_proxy/templates/includes/navbar.html @@ -1,3 +1,7 @@ + + +