Skip to content

Commit

Permalink
added new google analytics tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaahlawat authored Sep 7, 2024
1 parent ac2a0f0 commit dfcd775
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>

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

gtag('config', 'G-4FVJXEZ1TV');
</script>
gtag('config', 'G-EXSNYF46B9');
</script>

<!-- html boilerplate -->
<meta charset="UTF-8">
Expand Down

0 comments on commit dfcd775

Please sign in to comment.