mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
added universal analytics code
This commit is contained in:
parent
44023f2bda
commit
1e95422ae9
1 changed files with 15 additions and 0 deletions
|
@ -4960,6 +4960,21 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=UA-165993088-1"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag("config", "UA-165993088-1");
|
||||
</script>
|
||||
|
||||
<!-- The core Firebase JS SDK is always required and must be listed first -->
|
||||
<script src="/__/firebase/8.4.2/firebase-app.js"></script>
|
||||
<!-- TODO: Add SDKs for Firebase products that you want to use
|
||||
|
|
Loading…
Reference in a new issue