Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.25 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.25 KB

Avency.Neos.Etracker

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

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.