Skip to content

Commit

Permalink
Merge pull request #1289 from run-ai/gtag-new-216
Browse files Browse the repository at this point in the history
Merge pull request #1279 from run-ai/gtag-new
  • Loading branch information
yarongol authored Dec 11, 2024
2 parents 61446f0 + 77a613f commit 3a7507f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
{% endblock %}

{% block analytics %}
<!-- Google Tag Manager -->
<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-KRZ9ZCK');</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F88LDKJCCH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F88LDKJCCH');
</script>
<!-- End Google Tag Manager -->

{{ super() }}
Expand Down

0 comments on commit 3a7507f

Please sign in to comment.