Skip to content

Commit c771f98

Browse files
authored
Update Google Analytics (#19)
1 parent c781380 commit c771f98

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

templates/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,14 +689,14 @@ <h6>Hyperparameters</h6>
689689
<script src="https://unpkg.com/d3-fetch"></script>
690690
<script src="{{ url_for('static', filename='js/dataspace.js') }}"></script>
691691

692-
<!-- google analytics -->
693-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-8096804-15"></script>
692+
<!-- Google tag (gtag.js) -->
693+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VRKQY3KEH9"></script>
694694
<script>
695695
window.dataLayer = window.dataLayer || [];
696-
function gtag() { dataLayer.push(arguments); }
696+
function gtag(){dataLayer.push(arguments);}
697697
gtag('js', new Date());
698698

699-
gtag('config', 'UA-8096804-15');
699+
gtag('config', 'G-VRKQY3KEH9');
700700
</script>
701701

702702
</body>

0 commit comments

Comments
 (0)