django-analytical/docs/services/clicky.rst
2011-01-21 02:01:40 +01:00

22 lines
578 B
ReStructuredText

Clicky -- traffic analysis
==========================
Clicky_ is an online web analytics tool. It is similar to Google
Analytics in that it provides statistics on who is visiting your website
and what they are doing. Clicky provides its data in real time and is
designed to be very easy to use.
.. _Clicky: http://getclicky.com/
Required settings
-----------------
.. data:: CLICKY_SITE_ID
The Clicky site identifier, or Site ID::
CLICKY_SITE_ID = '12345678'
You can find the Site ID in the Info tab of the website Preferences
page on your Clicky account.