2017 © Pedro Peláez
 

typo3-cms-extension t3googleanalytics

An easy and basic Google Analytics extension for TYPO3.

image

visuellverstehen/t3googleanalytics

An easy and basic Google Analytics extension for TYPO3.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 16 Versions
  • 185 % Grown

The README.md

Actions Downloads, (*1)

t3googleanalytics

An easy and basic Google Analytics extension for TYPO3., (*2)

How to use

  1. Install TYPO3 extension via composer, TER or download and install manually.
  2. Configure the extension
  3. Call googleAnalyticsDisable() or googleAnalyticsEnable() 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>

, (*3)

Configure the extension

There are several options to add your tracking id. The following list will show you all options in the prioritized order. 1. Add the tracking ID within the sys_template row via the backend module, (*4)

screenshot of the new field inside the template backend module, (*5)

  1. When you add your template through the runThroughTemplatesPostProcessing hook add the tracking ID like so:
// $row is your template record array
$row['constants'] .= 'google_analytics_tracking_id = UA-11111111-1';
  1. Add the tracking ID directly to the settings section inside your site configuration file:
settings:
  googleAnalyticsTrackingId: UA-11111111-1

Tips

  • To allow onclick events within CKEditor add extraAllowedContent: '*(*)[onclick]' to your CKEditor configuration file. Then you can add a link with onclick="return googleAnalyticsDisable();"

The Versions

26/06 2018

dev-master

9999999-dev

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

26/06 2018

0.2.0

0.2.0.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

22/06 2018

0.1.13

0.1.13.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

08/06 2018

0.1.12

0.1.12.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

08/06 2018

0.1.11

0.1.11.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.10

0.1.10.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.9

0.1.9.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.8

0.1.8.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.7

0.1.7.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.6

0.1.6.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.5

0.1.5.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.4

0.1.4.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.3

0.1.3.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.2

0.1.2.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

18/05 2018

0.1.1

0.1.1.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download

The Requires

 

17/05 2018

0.1.0

0.1.0.0

An easy and basic Google Analytics extension for TYPO3.

  Sources   Download