Skip to content

Commit

Permalink
Add Google tag manager script to 404 and index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Web-Jose committed Feb 4, 2024
1 parent 2de82e7 commit 2981557
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@

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

gtag("config", "AW-16452414597");
</script>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
Expand Down
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@

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

gtag("config", "AW-16452414597");
</script>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
Expand Down

0 comments on commit 2981557

Please sign in to comment.