We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d317a commit 0400458Copy full SHA for 0400458
eng/common/docgeneration/templates/matthews/partials/head.tmpl.partial
@@ -19,10 +19,10 @@
19
<!-- Global site tag (gtag.js) - Google Analytics -->
20
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_CAMPAIGN_ID"></script>
21
<script>
22
- window.dataLayer = window.dataLayer || [];
23
- function gtag(){dataLayer.push(arguments);}
24
- gtag('js', new Date());
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
25
26
- gtag('config', 'GA_CAMPAIGN_ID');
+ gtag('config', 'GA_CAMPAIGN_ID');
27
</script>
28
</head>
0 commit comments