Skip to content

Commit 5129cab

Browse files
author
Andrew Ellison
authored
Merge pull request #799 from gruntwork-io/feature/COPRE-914-GA
Switch GTM containers
2 parents 3ac2f3c + 7c3aefd commit 5129cab

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

_config.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Website settings
2-
enable_hotjar: true
2+
gtm_id: GTM-K9MB2RM
33

44
# Production environment Developer Portal URL
55
developer_portal_url: https://app.gruntwork.io

_config.stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Website settings
2-
gtm_id: GTM-WK4FP9N
2+
gtm_id: GTM-TG99HKB

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ highlighter: rouge
1313
timezone: "America/Los_Angeles"
1414

1515
assets_base_url: "/assets/"
16-
gtm_id: GTM-W5PZQHS
16+
gtm_id: GTM-TG99HKB
1717

1818
recaptchaApiKey: 6LcXFLoZAAAAAHVaImPgU3xGnBmyY-lwQ6sHllGN
1919

_includes/scripts.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,6 @@
2828
src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js"
2929
></script>
3030

31-
{% if site.enable_hotjar %}
32-
<!-- Hotjar Tracking Code for gruntwork.io -->
33-
<script>
34-
(function(h, o, t, j, a, r) {
35-
h.hj =
36-
h.hj ||
37-
function() {
38-
(h.hj.q = h.hj.q || []).push(arguments);
39-
};
40-
h._hjSettings = { hjid: 974926, hjsv: 6 };
41-
a = o.getElementsByTagName("head")[0];
42-
r = o.createElement("script");
43-
r.async = 1;
44-
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
45-
a.appendChild(r);
46-
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
47-
</script>
48-
{% endif %}
49-
5031
{% if page.use_recaptcha %}
5132
<!-- recaptcha v3 by Google -->
5233
<script src="https://www.google.com/recaptcha/api.js?render={{ site.recaptchaApiKey }}"></script>

0 commit comments

Comments
 (0)