diff --git a/AUTHORS.rst b/AUTHORS.rst index a97c052..c95192b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,6 +1,6 @@ The django-analytical package was written by `Joost Cassee`_, with contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_, -`Steven Skoczen`_ `Piet Delport`_ and others. +`Steven Skoczen`_, `Piet Delport`_, `Sandra Mau`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -16,5 +16,6 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_. .. _`Uros Trebec`: https://github.com/failedguidedog .. _`Steven Skoczen`: https://github.com/skoczen .. _`Piet Delport`: https://github.com/pjdelport +.. _`Sandra Mau`: https://github.com/xthepoet .. _Analytical: https://github.com/jkrall/analytical .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e4f68ad..b752682 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,6 @@ Development ----------- +* Add support for the KISSmetrics alias feature (Sandra Mau) * Update testing code for Django 1.4 (Piet Delport) Version 0.12.0 diff --git a/docs/services/kiss_metrics.rst b/docs/services/kiss_metrics.rst index 7ed8590..629709a 100644 --- a/docs/services/kiss_metrics.rst +++ b/docs/services/kiss_metrics.rst @@ -108,7 +108,8 @@ Just remember that if you set the same context variable in the :class:`~django.template.context.RequestContext` constructor and in a context processor, the latter clobbers the former. -.. _kiss-metrics-event: + +.. _kiss-metrics-alias: Alias ----- @@ -128,9 +129,9 @@ For example:: The output script tag will then include the corresponding properties as documented in the `KISSmetrics alias API`_ docs. - .. _`KISSmetrics alias API`: http://support.kissmetrics.com/apis/common-methods#alias + Recording events ----------------