Skip to content

Commit

Permalink
feat(src/qqbothub.web/wwwroot/index.html): matomo Tag Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Jan 15, 2023
1 parent bd9eb2f commit 5026b43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/QQBotHub.Web/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<head>
<meta charset="utf-8" />
<title>QQBotHub</title>
<!-- Matomo Tag Manager -->
<script>
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://matomo.moeci.com/js/container_RuoDW2ca.js'; s.parentNode.insertBefore(g,s);
</script>
<!-- End Matomo Tag Manager -->
</head>
<body>
<div id="app">
Expand Down

0 comments on commit 5026b43

Please sign in to comment.