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

Suddenly extremely low visit-log count #9518

Closed
Bitkeeper2015 opened this issue Jan 13, 2016 · 5 comments
Closed

Suddenly extremely low visit-log count #9518

Bitkeeper2015 opened this issue Jan 13, 2016 · 5 comments
Assignees
Labels
answered For when a question was asked and we referred to forum or answered it.
Milestone

Comments

@Bitkeeper2015
Copy link

Hello!

We are running Piwik since over a year now and typically track around 150 website visits a day.
Since a few days (seems it started 1st of January 2016) we only have 10 visit-logs a day.
When I go to the website myself from my office computer or via the iPhone, my own visit is also not logged, although this always worked before. I definitely do not block Piwik on my computer or iPhone.
However, the log-count is not "zero". Piwik logs some visits every day, just the majority does not get logged.
Does anybody have an idea what it could be? We already updated PHP, which didn't help.
Regards,
Bitkeeper

@tsteur
Copy link
Member

tsteur commented Jan 13, 2016

Can you maybe check if there are any JavaScript errors on your website? Does it actually send tracking requests to your Piwik when you access your website? Can you have a look in the browser's developer tools (network section). You should see requests to piwik.php

@Bitkeeper2015
Copy link
Author

I used Internet Explorer, went to developer section, network section and started recording. Then I called the suspicious website and can see the log.

Besides other entries I can see a http://piwik.pXXXXXX.webspaceconfig.de/piwik.js which is not returning an error.
And we have a /_system/assets/plugins/jquery-1.10.2.min.map that comes up with a not-found error. I am not sure yet if this one is related to Piwik.
But I do not see any line referring to piwik.php

@Bitkeeper2015
Copy link
Author

Under Console I see three error messages

  1. The method setTrackerUrl is registered more than once in "paq" variable. Only the last call has an effect. Please have a look at the multiple Piwik trackers documentation
  2. The method setSiteId is registered more than once in "paq" variable. Only the last call has an effect. Please have a look at the multiple Piwik trackers documentation
  3. The method enableLinkTracking is registered more than once in "paq" variable. Only the last call has an effect. Please have a look at the multiple Piwik trackers documentation

I have to call the website admin to see if they understand that...

@Bitkeeper2015
Copy link
Author

We have a suspicion now. It seems our partner Multiview also added a Piwik script in his script.
Depending on which call is faster, it takes the log into their or into our Piwik log.

@tsteur
Copy link
Member

tsteur commented Jan 14, 2016

That sounds very likely. You can workaround this see http://developer.piwik.org/guides/tracking-javascript-guide#multiple-piwik-trackers by creating a tracker instance manually like Piwik.getTracker(yoursiteid, yoururl).

@tsteur tsteur closed this as completed Jan 14, 2016
@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Jan 14, 2016
@tsteur tsteur added this to the 2.16.0 milestone Jan 14, 2016
@tsteur tsteur self-assigned this Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants