michaeljjames / silverstripe-google-analytics
Provides an easy way for clients to change their google analytics tracking id without making code changes
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:silverstripe-module
Requires
- php: >=5.3.0
- silverstripe/cms: ^3
- silverstripe/framework: ^3
This package is not auto-updated.
Last update: 2025-03-05 22:20:05 UTC
README
silverstripe/cms: 3.1+
Installation
composer require michaeljjames/silverstripe-google-analytics dev-master
Usage
- Once installed the files are in the root of your website run a dev/build
- You will now see Two new fields in Settings/Analytics
- Place your Tracking ID into the correct field and check the enable track checkbox
- Place $SiteConfig.Analytics into Page.ss just before the closing head tag