Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
🎉 add starkware google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
omarespejel committed Feb 5, 2024
1 parent 815cf04 commit c3e67bd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion theme/head.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) for Starknet Foundation -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4YD6ZLGY8V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4YD6ZLGY8V');
</script>

<!-- Google tag (gtag.js) for Starkware -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WY42TERK5P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WY42TERK5P');
</script>

0 comments on commit c3e67bd

Please sign in to comment.