mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Credit Steven Skoczen with Gaug.es support
This commit is contained in:
parent
3f345342a3
commit
3c4f165eb7
3 changed files with 10 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
The django-analytical package was written by `Joost Cassee`_, with
|
||||
contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_ and
|
||||
others.
|
||||
contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_,
|
||||
`Steven Skoczen`_ and others.
|
||||
|
||||
Included Javascript code snippets for integration of the analytics
|
||||
services were written by the respective service providers.
|
||||
|
|
@ -14,5 +14,6 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_.
|
|||
.. _`Eric Davis`: https://github.com/edavis
|
||||
.. _`Paul Oswald`: https://github.com/poswald
|
||||
.. _`Uros Trebec`: https://github.com/failedguidedog
|
||||
.. _`Steven Skoczen`: https://github.com/https://github.com/skoczen
|
||||
.. _Analytical: https://github.com/jkrall/analytical
|
||||
.. _`Bateau Knowledge`: http://www.bateauknowledge.nl/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
Version 0.11.3
|
||||
--------------
|
||||
* Added support for Gaug.es (Steven Skoczen)
|
||||
|
||||
Version 0.11.2
|
||||
--------------
|
||||
* Fix Spring Metrics custom variables.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
Gaug.es -- Real-time tracking
|
||||
=============================
|
||||
|
||||
Gaug.es_ is an easy way to implement real-time tracking for multiple websites.
|
||||
Gaug.es_ is an easy way to implement real-time tracking for multiple
|
||||
websites.
|
||||
|
||||
.. _Gaug.es: http://www.gaug.es/
|
||||
|
||||
|
|
@ -49,7 +50,7 @@ site id.
|
|||
Setting the site id
|
||||
--------------------------
|
||||
|
||||
Gaug.es gives you a unique site ide, and the :ttag:`gauges`
|
||||
Gaug.es gives you a unique site id, and the :ttag:`gauges`
|
||||
tag will include it in the rendered Javascript code. You can find your
|
||||
site id by clicking the *Tracking Code* link when logged into
|
||||
the on the gaug.es website. A page will display containing
|
||||
|
|
|
|||
Loading…
Reference in a new issue