@kudorgyozo wrote:
Hi. I’m pretty new to piwik and to analytics in general. I am using the C# piwik library to send data manually into piwik. All is fine except the "“Visits by Days Since Last Visit” section. The problem is that every visit is considered a new visit, even if there is only one user that does all the visits. For example if I have the following user with these visits:
The Visits by Days Since Last Visit section looks like this:
(sorry it seems I can only put one image)
New visits: 4
1 days: 0
2 days: 0
… all is: 0Is this supposed to work this way? From what I understand it should be something this:
New visits: 1
1 days: 3
2 days: 1
3 days: 0
…etc…
Posts: 2
Participants: 1