Skip to content

Commit

Permalink
Merge branch 'A2-1143-Implement-CLARITY-in-AICCRA' into aiccra-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalPrime committed Feb 10, 2025
2 parents 22618d7 + c5d6176 commit 93f1113
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions marlo-web/src/main/webapp/WEB-INF/global/pages/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,22 @@
gtag('config', '${googleAnalyticsID}');
</script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
[#-- CLARITY --]
[#if config.production]
[#assign clarityID = "q68ywho43z"]
[#else]
[#assign clarityID = "q68vmhjr80"]
[/#if]
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "${clarityID}");
</script>
</head>
<body class="mode-${editable?string('editable', 'readOnly')}">
[#if !(avoidHeader!false)]
Expand Down

0 comments on commit 93f1113

Please sign in to comment.