Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ssturm

    (@ssturm)

    Hello,

    yes the tracking code is implemented in the source code of the page.

    BUt maybe maybe there is a problem with the presentation of my website?
    How should the code look like:
    1.) var u=”//www.piwik.mydomain.de/”;
    OR
    2.) var u=”https://www.piwik.mydomain.de/”;

    ???

    This is my whole code:

    <!– Piwik –>
    <script type=”text/javascript”>
    var _paq = _paq || [];
    _paq.push([‘setVisitorCookieTimeout’, ‘34186669’]);
    _paq.push([‘setSessionCookieTimeout’, ‘1800’]);
    _paq.push([‘setReferralCookieTimeout’, ‘15778463’]);
    _paq.push([‘trackPageView’]);
    _paq.push([‘trackAllContentImpressions’]);
    _paq.push([‘enableLinkTracking’]);
    (function() {
    var u=”//www.piwik.mydomain.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.async=true; g.defer=true; g.src=u+’piwik.js’; s.parentNode.insertBefore(g,s);
    })();
    </script>
    <!– End Piwik Code –>

    To your second suggestion: How do I notice that there are any JavaScript errors occur on are on my site?

    Best regards,

    Thread Starter ssturm

    (@ssturm)

    here are my settings:

    Satistics
    Piwik Standard datum: aktueller Monat
    Zeige SEO Daten : ja
    Dashoboard übersicht: letzte 30 Tage
    Dashboard Graph : ja
    Dashboard SEO : ja
    Zeige einen Graphen in der WordPress Toolbar: ja

    and my settings for
    Aktiviere Tracking
    Füge >no script< hinzu: ja
    Aktiviere Content Tracking: ja
    Tracke Suchanfragen: ja
    404 Tracking ja
    Notiz bei neuem Post: ja

    is there (see above) something wrong??!

Viewing 2 replies - 1 through 2 (of 2 total)