MiwoAnalytics is equipped with a powerful JavaScript Tracking API. Advanced users can use the Piwik tracking code to customize the way some of the web analytics data is recorded in MiwoAnalytics.
To use all the features described in this page, you need to use the latest version of the tracking code. To find the tracking code for your website, please follow the steps below:
The JavaScript Tracking code looks as follows:
<script type="text/javascript">
var _paq = _paq || [];
var y="//domain.com/wordpress/index.php?page=miwoanalytics&option=com_miwoanalytics";
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//domain.com/wordpress/wp-content/plugins/miwoanalytics/site/piwik/";
_paq.push(['setTrackerUrl', y]);
_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="//domain.com/wordpress/wp-content/plugins/miwoanalytics/site/piwik&idsite=1" style="border:0;" alt="" /></p></noscript>
Support Channels