Skip to content

Commit

Permalink
Merge pull request #33 from kannansuresh/dev
Browse files Browse the repository at this point in the history
Added google analytics code.
  • Loading branch information
kannansuresh authored Feb 22, 2024
2 parents b87c1d4 + 6ccda71 commit d8569e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Aneejian.Games.ClickMatch.Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,18 @@
<script src="js/custom.js"></script>
<script src="sw-registrator.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1G04SXT8CL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-1G04SXT8CL");
</script>
</body>
</html>

0 comments on commit d8569e9

Please sign in to comment.