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

Visit Records have dropped by more than 50% since 1st October 2014 #6650

Closed
dnain opened this issue Nov 12, 2014 · 2 comments
Closed

Visit Records have dropped by more than 50% since 1st October 2014 #6650

dnain opened this issue Nov 12, 2014 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it. Bug For errors / faults / flaws / inconsistencies etc.

Comments

@dnain
Copy link

dnain commented Nov 12, 2014

Although no changes are made to piwik application, Unique Visitor Records are being dropped by more than 50% in piwik_log_visit table since 1st october 2014.

Backend mySql Query:
SELECT
date(a.visit_first_action_time) as Visitday
,count(distinct custom_var_v1) as DistinctVisitor
FROM piwik413.piwik_log_visit a
Group by date(a.visit_first_action_time)
Order By date(a.visit_first_action_time)

droppedrecordcount_piwik

@wikiloops
Copy link

Hey dnain,
just by looking at the data you provided, I'd say this is not a PIWIK-related issue.
If you have not updated or changed anything about PIWIK, then the reason must be elsewhere,
and looking at the quite strange bumps in visitors (hey, it ranges from 51 to 780 before october 1st), I'd say there has been some kind of trouble going on before...
maybe google picked up on that and is sending you fewer visitors since october 1st? There can be a ton of reasons... no way of telling like this, sorry.

also, see:
http://piwik.org/faq/troubleshooting/faq_16966/

@mattab
Copy link
Member

mattab commented Dec 1, 2014

Please ask in the forums as maybe it's related to your setup somehow? http://forum.piwik.org/ cheers

@mattab mattab closed this as completed Dec 1, 2014
@mattab mattab added answered For when a question was asked and we referred to forum or answered it. Bug For errors / faults / flaws / inconsistencies etc. labels Dec 1, 2014
@mattab mattab modified the milestone: Short term Sep 23, 2015
@innocraft-automation innocraft-automation removed this from the Backlog (Help wanted) milestone Sep 13, 2024
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. Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

4 participants