Event Tracking with Piwik
-
Hey There,
i have an Piwik-Tracking-Issue…
Looks i′m too stupid to track events on my site…
here′s my tracking code:
<!– Piwik –>
<script type=”text/javascript”>
var _paq = _paq || [];
/* tracker methods like “setCustomDimension” should be called before “trackPageView” */
_paq.push([“setDomains”, [“*.www.accretech.de”]]);
_paq.push([‘trackPageView’]);
_paq.push([‘trackVisibleContentImpressions’]);
_paq.push([‘enableLinkTracking’]);
(function() {
var u=”//www.accretech.de/piwik/”;
_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>
<!– End Piwik Code –>I want to track events like button-clicks and Form-actions.
Could anybode help me please?
Thx
BR
TomThe page I need help with: [log in to see the link]
- The topic ‘Event Tracking with Piwik’ is closed to new replies.