Well there surely is a way but hard to think about one. How about you create a session id (also for non logged users) and then insert this non logged id in your javascript? this unique id will be attached to the user and all events use this unique id as eventLabel?
Not so sure this would work... (As you have to store it even if the user isn't logged) but you can't now without trying..
|