Hey Guys,
i just wanted to test Piwik on my Site so i installed it. After the installation i edited my footer-code in which i already have my Google Analytics snippet (Piwik Snippet is above that). The Software i use on my site is the woltlab burning board.
So like i said, after the installation now piwik still opens the page, that no data has been tracked yet. But it has to track data because there are active users on that page.
This is what my Trackingcode looks like (copy and paste from the piwik installation):
Is it maybe the // in front of the url? Is sth wrong there? Hope you can help me.
i just wanted to test Piwik on my Site so i installed it. After the installation i edited my footer-code in which i already have my Google Analytics snippet (Piwik Snippet is above that). The Software i use on my site is the woltlab burning board.
So like i said, after the installation now piwik still opens the page, that no data has been tracked yet. But it has to track data because there are active users on that page.
This is what my Trackingcode looks like (copy and paste from the piwik installation):
Quote
Piwik
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//www.my-domain.de/a7z43M/";
_paq.push(['setTrackerUrl', u+'piwik.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+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//www.my-domain.de/a7z43M/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
Is it maybe the // in front of the url? Is sth wrong there? Hope you can help me.