Skip to content

Commit

Permalink
Potential fix for Adobe Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Jul 25, 2024
1 parent 1ca809f commit b15b8cd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
gtag('js', new Date());
gtag('config', 'UA-156955408-1');
</script>
<!-- Adobe Analytics -->
<!-- Adobe/MS Analytics -->
<script
type="text/javascript"
src="https://js.monitor.azure.com/scripts/c/ms.analytics-web-3.min.js"
></script>
<script type="text/javascript">
const analytics = new oneDS.ApplicationInsights();
var config = {
Expand Down Expand Up @@ -51,11 +55,6 @@
//Initialize SDK
analytics.initialize(config, []);
</script>
<!-- MS Analytics -->
<script
type="text/javascript"
src="https://js.monitor.azure.com/scripts/c/ms.analytics-web-3.min.js"
></script>
</head>
<body data-sveltekit-preload-data="hover">
<div id="cookie-banner"></div>
Expand Down

0 comments on commit b15b8cd

Please sign in to comment.