add piwik tracking

This commit is contained in:
czmj 2017-09-29 18:17:07 +01:00
parent b3dc66b007
commit 995e1128e1
5 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
_paq.push(['setTrackerUrl', 'https://api-183ae21d2fb4215fa8fb3bbf13fbda21.autonomic.sandcats.io']);
_paq.push(['setSiteId', 1]);
_paq.push(['setApiToken', '6X45HLvJ0KWNiLTlhbZ-uuhZcXfg9n3bDauHalRZMSh']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://6aurs6uetbyvpubfuh5y.autonomic.sandcats.io/embed.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->

View File

@ -15,6 +15,7 @@
{% include section-three.html %}
{% include cta.html %}
{% include footer.html %}
{% include foot-scripts.html %}
</body>
</html>

View File

@ -26,6 +26,7 @@
</article>
{% include footer.html %}
{% include foot-scripts.html %}
</body>

View File

@ -33,6 +33,7 @@
</article>
{% include footer.html %}
{% include foot-scripts.html %}
</body>

View File

@ -42,6 +42,7 @@
</section>
{% include footer.html %}
{% include foot-scripts.html %}
</body>
</html>