Skip to content

Commit

Permalink
drop gtm tag (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyleschemmerling authored Jan 24, 2024
1 parent 62c308d commit 53ef093
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions astro/src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ const isProd = import.meta.env.PROD as boolean;
{searchFilters && <SearchFilter filters={searchFilters} />}

{isProd &&
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5P7VLHG');</script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MZ9FDPFDF0"></script>
Expand Down

0 comments on commit 53ef093

Please sign in to comment.