sheadawson / silverstripe-zen-googleanalytics
There is no license information available for the latest version (1.0.1) of this package.
A simple module for easily adding google analytics js tracking code to a silverstripe site.
Package info
github.com/sheadawson/silverstripe-zen-googleanalytics
Type:silverstripe-module
pkg:composer/sheadawson/silverstripe-zen-googleanalytics
1.0.1
2015-02-13 01:01 UTC
Requires
This package is auto-updated.
Last update: 2026-02-08 13:32:38 UTC
README
A simple module for easily adding google analytics js tracking code to a silverstripe site
Requirements
SilverStripe 3.x
Installation
Copy the module into your project root directory, run dev/build Set your google analytics ID in your mysite yml config.
ZenGoogleAnalytics:
ga_id: 'xxx'
Optionally enable the Google Analytics Display Features plugin:
ZenGoogleAnalytics:
enable_display_features: true