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

Commit

Permalink
fix: google tags id (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Jul 1, 2024
1 parent e8604bf commit b93a7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/_includes/google_tag.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V8S347W9DR"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q08QEQK55Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-V8S347W9DR");
gtag("config", "G-Q08QEQK55Q");
</script>

0 comments on commit b93a7da

Please sign in to comment.