Adds Google Analytics tracking code to each multisite
Adds Google Analytics tracking code to each multisite
The default behaviour inserts the tracking code automatically in the page head.
The code only gets inserted in live mode.
If you want to use the template version of the tracking code (i.e. if you need
to modify the tracking code for your project/theme) add the following YAML:
MultisiteAnalyticsControllerExtension
use_template: true
Use <% include GoogleAnalytics %>
in your layout template to insert the tracking code.
Copy the template multisites-googleanalytics/templates/Includes/GoogleAnalytics.ss
to your theme to make changes to the tracking code.
In order to track downloads that use a controller url instead of the direct file
link (i.e. DMS module), please add the following attributes to the links:
class="download" data-extension="$Extension" data-filename="$FilenameWithoutID"
This will trigger the event tracking script to record the clicks.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem