Skip to content

Commit c4d2641

Browse files
authored
Update Matomo tracker URL and site ID
1 parent a64a8ad commit c4d2641

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

_includes/template/analytics.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
_paq.push(['trackPageView']);
88
_paq.push(['enableLinkTracking']);
99
(function() {
10-
var u="https://cdil.us/statistics/";
10+
var u="//cdil.us/statistics/";
1111
_paq.push(['setTrackerUrl', u+'matomo.php']);
12-
_paq.push(['setSiteId', '12']);
12+
_paq.push(['setSiteId', '19']);
1313
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
1414
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
1515
})();
1616
</script>
17-
<!-- End Matomo Code -->
17+
<!-- End Matomo Code -->
18+
1819
{% if site.google-analytics-id %}
1920
<!-- Global site tag (gtag.js) - Google Analytics -->
2021
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google-analytics-id }}"></script>
@@ -27,4 +28,4 @@
2728
});
2829
</script>
2930
{%- endif -%}
30-
{%- endif -%}
31+
{%- endif -%}

0 commit comments

Comments
 (0)