mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
21 lines
593 B
ReStructuredText
21 lines
593 B
ReStructuredText
Google Analytics -- traffic analysis
|
|
====================================
|
|
|
|
`Google Analytics`_ is the well-known web analytics service from
|
|
Google. The product is aimed more at marketers than webmasters or
|
|
technologists, supporting integration with AdWords and other e-commence
|
|
features.
|
|
|
|
.. _`Google Analytics`: http://www.google.com/analytics/
|
|
|
|
|
|
Required settings
|
|
-----------------
|
|
|
|
.. data:: GOOGLE_ANALYTICS_PROPERTY_ID
|
|
|
|
The Google Analytics web property ID::
|
|
|
|
GOOGLE_ANALYTICS_PROPERTY_ID = 'UA-123456-1'
|
|
|
|
You can find the web property ID on the overview page of your account.
|