From da0fb1de80059d343a0e7d57cdaf51b899d332dc Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Tue, 25 Jan 2011 01:13:19 +0100 Subject: [PATCH] Add docs on identification --- docs/install.rst | 4 ++++ docs/services/clicky.rst | 4 ++++ docs/services/kiss_insights.rst | 5 +++++ docs/services/kiss_metrics.rst | 4 ++++ docs/services/mixpanel.rst | 4 ++++ 5 files changed, 21 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 7b2fde6..d4871af 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -97,6 +97,10 @@ to specify the used services explicitly. Services are configured in the project ``settings.py`` file. The settings required to enable each service are listed here. See the service documentation for details. +* :doc:`Chartbeat `:: + + CHARTBEAT_USER_ID = '12345' + * :doc:`Clicky `:: CLICKY_SITE_ID = '12345678' diff --git a/docs/services/clicky.rst b/docs/services/clicky.rst index afca37b..c6b6439 100644 --- a/docs/services/clicky.rst +++ b/docs/services/clicky.rst @@ -8,6 +8,10 @@ designed to be very easy to use. .. _Clicky: http://getclicky.com/ +The setup code is added to the bottom of the HTML body. By default, the +username of a logged-in user is passed to Clicky. See +:data:`ANALYTICAL_AUTO_IDENTIFY`. + Required settings ----------------- diff --git a/docs/services/kiss_insights.rst b/docs/services/kiss_insights.rst index b295531..9ddc91f 100644 --- a/docs/services/kiss_insights.rst +++ b/docs/services/kiss_insights.rst @@ -7,6 +7,11 @@ the targeted, actionable feedback you need to make your site better. .. _KISSinsights: http://www.kissinsights.com/ +The code is added to the top of the HTML body. By default, the +username of a logged-in user is passed to KISSinsights. See +:data:`ANALYTICAL_AUTO_IDENTIFY`. + + Required settings ----------------- diff --git a/docs/services/kiss_metrics.rst b/docs/services/kiss_metrics.rst index 96777fb..44cc801 100644 --- a/docs/services/kiss_metrics.rst +++ b/docs/services/kiss_metrics.rst @@ -8,6 +8,10 @@ many drop out at each stage. .. _KISSmetrics: http://www.kissmetrics.com/ +The code is added to the top of the HTML head. By default, the +username of a logged-in user is passed to KISSmetrics. See +:data:`ANALYTICAL_AUTO_IDENTIFY`. + Required settings ----------------- diff --git a/docs/services/mixpanel.rst b/docs/services/mixpanel.rst index 2fc8f60..74efcaf 100644 --- a/docs/services/mixpanel.rst +++ b/docs/services/mixpanel.rst @@ -7,6 +7,10 @@ analysis of visitor retention or funnels. .. _Mixpanel: http://www.mixpanel.com/ +The code is added to the bottom of the HTML head. By default, the +username of a logged-in user is passed to Mixpanel. See +:data:`ANALYTICAL_AUTO_IDENTIFY`. + Required settings -----------------