Skip to content

Commit 397eb45

Browse files
Merge pull request #2408 from OctopusDeploy/km/gtm-update
GTM update
2 parents 5f5c5b3 + 982c2a2 commit 397eb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const HEADER_SCRIPTS = `
9999
if (document.location.hostname === 'octopus.com'
100100
|| document.location.hostname === 'www.octopus.com') {
101101
// Only add analytics to production site
102-
add_gtm(window, document, 'script', 'dataLayer', 'GTM-M6BF84M');
102+
add_gtm(window, document, 'script', 'dataLayer', 'GTM-MQ943TFN');
103103
}
104104
</script>
105105
`.trim();

0 commit comments

Comments
 (0)