I use piwik to track the usage of desktop applications - I use the bulk tracking to send the data to the piwik server.
In the applications several events are tracked in the same second and in piwks live view the order of the events shown is not the same order as they really happened.
I use the parameters ‘h’ (The current hour), ‘m’ (The current minute) and ‘s’ (The current second). But there is also the parameter ‘cdt’ (Override for the datetime of the request) - which I currently don’t use.
[ul]
[li] What is the difference between the two?
[/li][li] I probably should use ‘cdt’, but why is there ‘h’, ‘m’ and ‘s’ too?
[/li][li] Is it possible to add the fraction of a second to ‘s’ or to add Milliseconds to ‘cdt’?
[/li][/ul]
wie checked it again - we send several events and urls in one second (in the right order) but for example the “Visitor Log” shows them in a random order.