mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-05 06:04:44 +00:00
Add Olark and Reinvigorate to the install docs
This commit is contained in:
parent
27b272f6fd
commit
ae89a6965c
1 changed files with 8 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ settings required to enable each service are listed here:
|
|||
|
||||
MIXPANEL_API_TOKEN = '0123456789abcdef0123456789abcdef'
|
||||
|
||||
* :doc:`Olark <services/olark>`::
|
||||
|
||||
OLARK_SITE_ID = '1234-567-89-0123'
|
||||
|
||||
* :doc:`Optimizely <services/optimizely>`::
|
||||
|
||||
OPTIMIZELY_ACCOUNT_NUMBER = '1234567'
|
||||
|
|
@ -141,6 +145,10 @@ settings required to enable each service are listed here:
|
|||
|
||||
PERFORMABLE_API_KEY = '123abc'
|
||||
|
||||
* :doc:`Reinvigorate <services/reinvigorate>`::
|
||||
|
||||
REINVIGORATE_TRACKING_ID = '12345-abcdefghij'
|
||||
|
||||
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue