Skip to content

Commit

Permalink
fix: matomo module siteId
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jun 26, 2020
1 parent 1c18f3a commit 2409b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/analytics/matomo/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ head: |
g.type='text/javascript'; g.async=true; g.defer=true; g.src='{{scriptUrl}}'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="{{serverHost}}/matomo.php?idsite=2&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<noscript><p><img src="{{serverHost}}/matomo.php?idsite={{siteId}}&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->

0 comments on commit 2409b28

Please sign in to comment.