Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 963 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 963 Bytes

Build Status Downloads

t3googletagmanager

An easy and basic Google Analytics extension for TYPO3.

How to use

  1. Install TYPO3 extension via composer, TER or download and install manually.
  2. Configure extension: Add Google Analytics tracking ID within sys_template.
  3. Call googleAnalyticsDisable() or googleAnalyticsEnable() via JavaScript to disable or enable Google Analytics. In the beginning it is enabled.

Tips

  • To allow onclick events within CKEditor add extraAllowedContent: '*(*)[onclick]' to your CKEditor configuration file.