Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piwik not tracking the hash #3937

Closed
anonymous-matomo-user opened this issue May 15, 2013 · 6 comments
Closed

Piwik not tracking the hash #3937

anonymous-matomo-user opened this issue May 15, 2013 · 6 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

Even with _paq.push(false); I cannot get Piwik to store the hash part of my URL. It is not visible in the "Visitor in real-time" widget, the "Vistor log" nor the "Actions > Pages".

This problem appear since the last update (1.11.1). Before it was working with no problem.
Keywords: hash, 1.11.1

@mattab
Copy link
Member

mattab commented May 27, 2013

it is working for me in the latest beta: http://forum.piwik.org/read.php?2,103795

please upgrade to 1.12-b21 at least and then try again ?

@anonymous-matomo-user
Copy link
Author

I have updated to the 1.12.b22. I still have the problem.

@mattab
Copy link
Member

mattab commented May 27, 2013

Can you confirm you enabled the hash tags as explained in this new FAQ i just added Tracking Hash Tags in Page URLs Analytics report

@anonymous-matomo-user
Copy link
Author

I don't understand. I can't find your FAQ on the page you gave me.
Here my tracking javascript code:

<script type="text/javascript">
      var _paq = _paq || [];
      _paq.push(["discardHashTag", false]);
      _paq.push(["trackPageView"]);
      _paq.push(["enableLinkTracking"]);

      (function() {
        var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.xxxxxx.com/";
        _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>

@mattab
Copy link
Member

mattab commented May 27, 2013

can you try again the faq page? http://piwik.org/faq/how-to/#faq_188
now it should work after deleting WP cache

@anonymous-matomo-user
Copy link
Author

This is working now.

Thank you for the help.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants