I’m using the live visitor log API (“Live.getLastVisitsDetails” ) and I can just say that it exactly provides what I needed. Especially having events directly integrated there saves me a ton of work!
There is only one thing that bothers me a bit: Events in the returned JSON/XML only have a field “serverTimePretty” but no locale-independent time field (e.g. Unix epoch, iso9660, …). I don’t see a reason why the API does not contain the date/time in such a format.
Is there a reason for not having a locale-independent date format? I didn’t want to open an issue directly because I’m not sure it is actually an issue (or a conscious omission).
Edit: Also it seems inconsistent to me that included events use “serverTimePretty” which actually contains date AND time while the attribute with the same name for actual visits only contains time (to be used with another attribute “serverDatePretty” ) .