An easy and basic Google Analytics extension for TYPO3.
- Install TYPO3 extension via composer, TER or download and install manually.
- Configure extension: Add Google Analytics tracking ID within sys_template.
- Call
googleAnalyticsDisable()
orgoogleAnalyticsEnable()
via JavaScript to disable or enable Google Analytics. In the beginning it is enabled.
- To allow onclick events within CKEditor add
extraAllowedContent: '*(*)[onclick]'
to your CKEditor configuration file.