Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 4243

Can't see trackingcode when made a website configuration (1 reply)

$
0
0
Somehow I am not able to see the trackingcode that I should place in my website. I have added a screenshot.

System check: everything set up right.

The following code that I have tried although I did no see any code suggested does not provide me any data:

<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
(function(){ var u=(("https:" == document.location.protocol) ? "https://www.vanbeynum.nl/analytics/" : "http://www.vanbeynum.nl/analytics/");
_paq.push(['setSiteId', 1]);
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.defer=true; g.async=true; g.src=u+'piwik.js';
s.parentNode.insertBefore(g,s); })();
</script>
<!-- End Piwik Code --

Viewing all articles
Browse latest Browse all 4243

Trending Articles