Tracking
Properties
Property | Data type | stdWrap | Default |
---|---|---|---|
tracking.googleAnalytics | string | no | |
tracking.googleTagManager | string | no | |
tracking.piwik | string | no | |
tracking.piwik.id | string | no | 1 |
plugin.tx_csseo.tracking.
Google Analytics
- Property
- googleAnalytics
- Data type
- string
- Description
- If set a JS for Google Analytics inc. download tracking is set with the given id (e.g. UX-XXXXXXX-XXX). Furthermore, you can add a link to your website to disable Google Analytics, e.g.
<a onclick="alert('Google Analytics has been disabled.');" href="javascript:gaOptout()">disable Google Analytics</a>
Copied!
Google Tag Manager
- Property
- googleTagManager
- Data type
- string
- Description
- If set (e.g. 'GTM-XXXXXXXX'), the Google Tag Manager is enabled. Furthermore Google Tag Manager requires an additional fallback for clients who disabled JS - Google Tag Manager Quickstart . Therefore cs_seo offers an extra TypoScript file which you can include (like here Installation) or copy and modify. !If you include the TS file check your body tag afterwards!
Piwik (Matomo)
- Property
- piwik
- Data type
- string
- Description
- If set a JS for Piwik tracking is set with domain.
Piwik SiteId
- Property
- piwik.id
- Data type
- string
- Description
- This siteId is inserted in the JS for Piwik.