Provide basic Google Analytics integration for SilverStripe CMS.
- SilverStripe CMS 3.1.2 and newer or 3.2 and newer.
$ composer require studiobonito/silverstripe-google-analytics
Copy the 'silverstripe-google-analytics' folder to the root of your SilverStripe installation.
The module provides a global template variable $GoogleAnalytics
that can be used to insert the tracking code into any
page template. This global variable uses the tracking ID specified in the CMS in the Setings > Google Analytics
tab.
Google suggests placing tracking code in your document <head>
as in the example below. However this module leaves that
choice to the developer.
<head>
<title>Example.com</title>
$GoogleAnalytics
</head>
$ phpunit
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The BSD-2-Clause License. Please see License File for more information.