avency / neos-etracker
Neos etracker package
Installs: 3 339
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:neos-plugin
Requires
- neos/neos: *
README
Adds the etracker code in the html header.
Authors & Sponsors
Michael Gerdemann - michael.gerdemann@avency.de
Enes Erk - enes.erk@avency.de
The development and the public-releases of this package is generously sponsored by our employer https://www.avency.de.
Installation
composer require avency/neos-etracker
Configuration
Key and siteArea
Configure the key and, if necessary, the SiteArea string in Settings.yaml:
Avency:
Neos:
Etracker:
key: ''
siteArea: ''
Or add the mixin to your root page:
superTypes:
'Avency.Neos.Etracker:Mixin.Etracker': true
Disable block cookies by default
Avency:
Neos:
Etracker:
blockCookies: false
Set cookie lifetime
Avency:
Neos:
Etracker:
cookieLifeTime: 24 # Amount of Months
License
The MIT License (MIT). Please see License File for more information.