• 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
    Tom

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Event Tracking with Piwik’ is closed to new replies.