Mobile app version of vmapp.org
Login or Join
Angie530

: 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

@Angie530

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

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie530

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme