Does WP-Piwik show the tracking code (see settings -> tracking)?
Did you try to log out and check for the tracking code?
Are you using some kind of a caching plugin?
Thread Starter
zAfLu
(@zaflu)
Hi, thanks for your reply.
Yes the trackingcode will be shown in the settings(?page=wp-piwik/wp-piwik.php&tab=tracking).
I tried to log out and check but no code will added. (Checked with FF/Chrome/IE)
Im using “W3 Total Cache” BUT i tried it without installed W3 … no changes π
One idea: Did you look at the header? The async tracking code is added to the page’s header.
Thread Starter
zAfLu
(@zaflu)
Cant find any piwik stuff in the header. you can have a look by your own @ http://www.justgameplay.de/
<!-- *** WP-Piwik - see http://wordpress.org/extend/plugins/wp-piwik/ ******** -->
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
{$options}
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.justgameplay.de/";
_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.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->
<!-- *** /WP-Piwik *********************************************************** -->
You Piwik code is added properly to your page’s source.
You considered, that the code is not shown if you are logged in & admin tracking is disabled in WP-Piwik’s settings?
You considered, that the code is not shown if you are logged in & admin tracking is disabled in WP-Piwik’s settings?
Oh man => me silly. π
Thanks a lot!! Solved my “problem” too…
Great plugin π