Skip to content

Commit

Permalink
updated gtmjs path
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Jul 28, 2024
1 parent 9948f12 commit 9ba0b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Analytics() {
__html: `(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://ta.zuplo.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
'https://ta.zuplo.com/loader?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','${GOOGLE_TAG_MANAGER_ID}');`,
}}
/>
Expand Down

0 comments on commit 9ba0b0a

Please sign in to comment.