Skip to content

Commit

Permalink
update matomo code to track subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
Zishan-7 committed Oct 10, 2024
1 parent a2246e3 commit 59e70b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@
</div>
</div>
<script src="/src/main.jsx" type="module"></script>
<script type="text/javascript">
<script>
var _paq = (window._paq = window._paq || []);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['setDocumentTitle', document.domain + '/' + document.title]);
_paq.push(['setCookieDomain', '*.restaking.info']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
Expand Down

0 comments on commit 59e70b9

Please sign in to comment.