: I would go with clicky. Tracking my authenticated visitors (knowing their username, e-mail etc) is a piece of cake: <script type="text/javascript"> var clicky_custom = {}; clicky_custom.session
I would go with clicky.
Tracking my authenticated visitors (knowing their username, e-mail etc) is a piece of cake:
<script type="text/javascript">
var clicky_custom = {};
clicky_custom.session = {
name: '[+fullname+]',
email: '[+email+]',
username: '[+username+]'
};
clicky_custom.timer = 250;
</script>
<script src="https://static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(mySiteId); }catch(err){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="https://in.getclicky.com/mySiteIdns.gif" /></p></noscript>
Quoting from their site:
The session property allows you to add
your own data to a visitor session.
This data will be stored in our
database and accessible whenever you
request the details of this session,
whether that's through the web site
itself, the API, third party widgets,
or otherwise. When viewing a session
on our web site, each custom value
will have an icon next to it to
easily distinguish your data from the
standard data that we already track.
More details on: getclicky.com/forums/?id=6092#session
More posts by @Angie530
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.