Skip to content

Commit

Permalink
Change Matomo to ALA self hosted analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewandrews committed Nov 18, 2019
1 parent dfecfbf commit bcdbb9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ <h4>Acknowledgement of Traditional Owners and Country</h4>
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
<!-- Matomo -->
<!-- ALA self hosted analytics -->
<script type="text/javascript">
var _paq = window._paq || [];
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
Expand All @@ -414,15 +414,15 @@ <h4>Acknowledgement of Traditional Owners and Country</h4>
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://matomo.ala.org.au/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
var u="https://ash.ala.org.au/";
_paq.push(['setTrackerUrl', u+'ash.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'ash.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://matomo.ala.org.au/matomo.php?idsite=1&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo -->
<noscript><p><img src="https://ash.ala.org.au/ash.php?idsite=1&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End ALA self hosted analytics -->
<!-- ALA support widget -->
<script type="text/javascript" src="https://s3.amazonaws.com/assets.freshdesk.com/widget/freshwidget.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit bcdbb9e

Please sign in to comment.