If you are seeing this message, our style sheet has failed to load. Please try each of the following steps, in order, to fix it:

1) Clear your browser's cache and refresh the page.

2) Wait a few minutes, clear the cache again and refresh (one of our CDN servers may have had a short temporary outage).

3) Try accessing our site from another web browser on the same computer, AND from another computer on the same network. If either of those fixes it, you likely have software such as ad-block or Ghostery installed on the affected browser/computer. Please disable those to see if that fixes the issue.

4) Open a terminal window and type "ping cdn.staticstuff.net". Send us an email with the result.



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



Reply to this discussion

You must be logged in to your account to post!