Download the PHP package visuellverstehen/t3googleanalytics without Composer
On this page you can find all versions of the php package visuellverstehen/t3googleanalytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download visuellverstehen/t3googleanalytics
More information about visuellverstehen/t3googleanalytics
Files in visuellverstehen/t3googleanalytics
Download visuellverstehen/t3googleanalytics
More information about visuellverstehen/t3googleanalytics
Files in visuellverstehen/t3googleanalytics
Vendor visuellverstehen
Package t3googleanalytics
Short Description An easy and basic Google Analytics extension for TYPO3.
License MIT
Package t3googleanalytics
Short Description An easy and basic Google Analytics extension for TYPO3.
License MIT
Please rate this library. Is it a good library?
Informations about the package t3googleanalytics
t3googleanalytics
An easy and basic Google Analytics extension for TYPO3.
How to use
- Install TYPO3 extension via composer, TER or download and install manually.
- Configure the extension
- Call
googleAnalyticsDisable()
orgoogleAnalyticsEnable()
via JavaScript to disable or enable Google Analytics. By default it is enabled. The user can disable tracking with a simple button which can look like this:<a onclick="return googleAnalyticsDisable();">Disbale GA Opt Tracking</a>
Configure the extension
There are several options to add your tracking id. The following list will show you all options in the prioritized order.
- Add the tracking ID within the sys_template row via the backend module
-
When you add your template through the runThroughTemplatesPostProcessing hook add the tracking ID like so:
- Add the tracking ID directly to the settings section inside your site configuration file:
Tips
- To allow onclick events within CKEditor add
extraAllowedContent: '*(*)[onclick]'
to your CKEditor configuration file. Then you can add a link withonclick="return googleAnalyticsDisable();"
All versions of t3googleanalytics with dependencies
PHP Build Version
Package Version
The package visuellverstehen/t3googleanalytics contains the following files
Loading the files please wait ....