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

visitor log display of unique visitors, when record a past datetime using 'cdt' #3312

Closed
anonymous-matomo-user opened this issue Aug 10, 2012 · 7 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hi

As per subject. When I record a tracking with a past date (for example 08/08/2012) on today (09/08/2012), Piwik will group the today records with the past date record regardless whether the 'cid' is set or not.

Please refer to the attached example for details.

Regards
Hao

@anonymous-matomo-user
Copy link
Author

Attachment:
tracking-1.png

@anonymous-matomo-user
Copy link
Author

Attachment:
tracking-2.png

@mattab
Copy link
Member

mattab commented Aug 11, 2012

Can you please write the exact URL you use to Piwik so we can reproduce the issue and find the bug? thanks

@anonymous-matomo-user
Copy link
Author

Attachment:
example.png

@anonymous-matomo-user
Copy link
Author

Hi

Below are the url that I used.

Step 1
Record a visit with current date time.

https://localhost/piwik/piwik.php?idsite=4&token_auth=*****&rec=1&apiv=1&rand=200000001&cid=1000000000000001&cip=10.0.0.1&url=https%3A%2F%2Ftest.domain.com&action_name=Test1

Step 2
Record a visit with a past date time.

https://localhost/piwik/piwik.php?module=API&method=CoreAdminHome.invalidateArchivedReports&idsite=4&token_auth=*****&rec=1&apiv=1&rand=200000002&cip=10.0.0.1&cid=1000000000000002&cdt=2012-08-12+00%3A41%3A02&h=00&m=41&s=02&url=https%3A%2F%2Ftest.domain.com&action_name=Test2

Result
You will see the 2 visits are grouped together as a same visit. They shouldn't be grouped together because they have different date of visit. Mouseover to the action 'Test 1' will show its record date which is 13 August 2012 and 'Test 2' is 12 August 2012. Please refer to the attached 'example' image.

I had also discussed the error with Matt in the forum below:
http://forum.piwik.org/read.php?2,92238,92341#msg-92341

@mattab
Copy link
Member

mattab commented Oct 19, 2012

I'll try to re produce and see if there's a quick fix

@mattab
Copy link
Member

mattab commented May 23, 2013

I believe this is duplicate of #3927

please try with 1.12-b16 (released in a few minutes) and if it still does not work reopen

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. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants