mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
27 lines
678 B
ReStructuredText
27 lines
678 B
ReStructuredText
Crazy Egg -- visual click tracking
|
|
==================================
|
|
|
|
`Crazy Egg`_ is an easy to use hosted web application that visualizes
|
|
website clicks using heatmaps. It allows you to discover the areas of
|
|
web pages that are most important to your visitors.
|
|
|
|
.. _`Crazy Egg`: http://www.crazyegg.com/
|
|
|
|
|
|
Required settings
|
|
-----------------
|
|
|
|
.. data:: CRAZY_EGG_ACCOUNT_NUMBER
|
|
|
|
Your Crazy Egg account number::
|
|
|
|
CRAZY_EGG_ACCOUNT_NUMBER = '12345678'
|
|
|
|
You can find the account number by clicking the link named "What's my
|
|
code?" in the dashboard of your Crazy Egg account.
|
|
|
|
|
|
----
|
|
|
|
Thanks go to Crazy Egg for their support with the development of this
|
|
application.
|