Skip to content

avency/Avency.Neos.Etracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avency.Neos.Etracker

Adds the etracker code in the html header.

Authors & Sponsors

Michael Gerdemann - [email protected]
Enes Erk - [email protected]

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

Documentation (German)

Set cookie lifetime

Avency:
  Neos:
    Etracker:
      cookieLifeTime: 24 # Amount of Months

Documentation (German)

License

The MIT License (MIT). Please see License File for more information.