ttree/googleanalytics

Letzte Aktivität 04 Jan 2018 1 1 1659
composer require ttree/googleanalytics

Simple TypoScript objects to integration Google Analytics tracking codes on your Neos CMS Project

dev-master

Version
dev-master
Type
neos-package
Release Date
Jan 04, 2018 15:53
Source
git
Distribution
zip
Requires
  • neos/fusion: ^3.0
MIT
  • #analytics
  • #neos
  • #tracking
b7164eb13147148d55d45a99f6f66ad55683bb26

Readme excerpt

Google Analytics TS Object

This package contains a TypoScript object to integrate Google Analytics tracking code in your Neos CMS project.

How to integrate your tracking code?

Add this to your TypoScript to add the tracking snippet and set your code:

prototype(Neos.Neos:Page) body.javascripts.analytics = Ttree.GoogleAnalytics:TrackingCode { trackingCode = 'UA-...' } }

Note: By default the tracking code is included only in Production context. If you need to include the tracking code also in Development context, check the code in TrackingCode, you can adjust the Eel expression at @if.includeTrackingCode as you need…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 48 package(s).