This is an extension to the Kotti CMS that allows you to add Google Analytics widgets to your Kotti site.
To set up the widget to run on every page in Kotti on the
right hand side, add kotti_analytics.include_widget
to the
kotti.includes
setting in your Paste Deploy config:
kotti.includes = kotti_analytics.include_widget
To set the analytics tracking id for the widget, set the
kotti_analytics.tracking_id
variable. An example:
kotti.includes = kotti_analytics.include_widget kotti_analytics.tracking_id = UA-XXXXXXX-X
Note that these settings have to be in your [app:Kotti]
section.