Forums » Developers
Username on event
Hello;For some reasons I try to log username with an event fonction.
I have tried somithing like : onclick="clicky_custom.session.username('The_UserName');" but it doesn't work.
There is any possibility to do this?
Thanks
Posted Wed Sep 8 2010 2:16am by Glabok
I try a lot of other name for this function like :
clicky.username("The_UserName");
clicky.session("The_UserName");
clicky.custom.username("The_UserName");
clicky.custom("The_UserName");
clicky.custom.session.username("The_UserName");
clicky.custom.session(username :("The_UserName"));
Posted Wed Sep 8 2010 6:28am by Glabok
That's not possible. The username or anything else must already be declared on page load, then it is automatically attached to all events logged to our servers.
Posted Wed Sep 8 2010 10:23am by Your Friendly Clicky Admin
Ok I will try with "Logging data from an internal script" system.
I will make a kind of ping on my own serveur who will call your tracking servers.
Posted Wed Sep 8 2010 10:47am by Glabok
